d83f48a4 by 任超

style:新闻动态

1 parent cb0aacb1
...@@ -125,8 +125,7 @@ div.navigation { ...@@ -125,8 +125,7 @@ div.navigation {
125 .navigation_crumbs { 125 .navigation_crumbs {
126 width: 100%; 126 width: 100%;
127 padding: 10px 0; 127 padding: 10px 0;
128 line-height: 25px; 128 ` background: #FAFAFA;
129 background: #FAFAFA;
130 border: 1px solid #E6E6E6; 129 border: 1px solid #E6E6E6;
131 } 130 }
132 .navigation_crumbs .layui-breadcrumb a:hover { 131 .navigation_crumbs .layui-breadcrumb a:hover {
...@@ -220,10 +219,15 @@ div.navigation { ...@@ -220,10 +219,15 @@ div.navigation {
220 } 219 }
221 220
222 .xw { 221 .xw {
222 display: block;
223 padding-top: 10px; 223 padding-top: 10px;
224 height: 150px; 224 height: 150px;
225 border-bottom-style: inset; 225 border-bottom-style: inset;
226 border-bottom: 1px solid #DEDEDE; 226 border-bottom: 1px solid #DEDEDE;
227 cursor: pointer;
228 }
229 .xw-left {
230 margin-right: 20px;
227 } 231 }
228 232
229 .xw-left img { 233 .xw-left img {
...@@ -235,7 +239,9 @@ div.navigation { ...@@ -235,7 +239,9 @@ div.navigation {
235 .xw-left, .xw-right { 239 .xw-left, .xw-right {
236 float: left; 240 float: left;
237 } 241 }
238 242 .xw-right {
243 padding-right: 10px;
244 }
239 .left-top { 245 .left-top {
240 width: 408px; 246 width: 408px;
241 height: 18px; 247 height: 18px;
...@@ -244,6 +250,7 @@ div.navigation { ...@@ -244,6 +250,7 @@ div.navigation {
244 font-weight: bold; 250 font-weight: bold;
245 color: #4A4A4A; 251 color: #4A4A4A;
246 line-height: 18px; 252 line-height: 18px;
253 margin-bottom: 10px;
247 } 254 }
248 255
249 .left-body { 256 .left-body {
...@@ -255,10 +262,24 @@ div.navigation { ...@@ -255,10 +262,24 @@ div.navigation {
255 color: #6D7278; 262 color: #6D7278;
256 line-height: 21px; 263 line-height: 21px;
257 } 264 }
265 .left-buttom {
266 overflow: hidden;
267 color: #9B9B9B;
268 padding-top: 20px;
269 }
270 .left-buttom div:nth-child(2) {
271 margin-left: 10px;
272 }
258 273
259 .left-buttom div { 274 .left-buttom div {
260 float: left; 275 float: left;
261 } 276 }
277 .left-buttom i {
278 font-size: 14px!important;
279 color: #9B9B9B;
280 margin-right: 10px;
281
282 }
262 283
263 .left-buttom-date { 284 .left-buttom-date {
264 line-height: 57px; 285 line-height: 57px;
......