style:首页
Showing
1 changed file
with
16 additions
and
1 deletions
... | @@ -300,11 +300,18 @@ div.c_five ul li a img { | ... | @@ -300,11 +300,18 @@ div.c_five ul li a img { |
300 | overflow: hidden; | 300 | overflow: hidden; |
301 | text-overflow:ellipsis; | 301 | text-overflow:ellipsis; |
302 | white-space: nowrap; | 302 | white-space: nowrap; |
303 | width: 373px; | 303 | width: 430px; |
304 | text-align: left; | 304 | text-align: left; |
305 | position: relative; | 305 | position: relative; |
306 | padding-left: 10px; | 306 | padding-left: 10px; |
307 | } | 307 | } |
308 | .item-list li img { | ||
309 | width: 30px; | ||
310 | height: 18px; | ||
311 | float: right; | ||
312 | position: relative; | ||
313 | top: 13px; | ||
314 | } | ||
308 | .item-list li .newest { | 315 | .item-list li .newest { |
309 | width: 325px; | 316 | width: 325px; |
310 | } | 317 | } |
... | @@ -566,6 +573,7 @@ div.c_five ul li a img { | ... | @@ -566,6 +573,7 @@ div.c_five ul li a img { |
566 | width: 440px; | 573 | width: 440px; |
567 | float: left; | 574 | float: left; |
568 | margin-right: 55px; | 575 | margin-right: 55px; |
576 | margin-top: -2px; | ||
569 | } | 577 | } |
570 | .public-announcement ul:nth-of-type(1) { | 578 | .public-announcement ul:nth-of-type(1) { |
571 | padding-bottom: 10px; | 579 | padding-bottom: 10px; |
... | @@ -623,6 +631,13 @@ div.c_five ul li a img { | ... | @@ -623,6 +631,13 @@ div.c_five ul li a img { |
623 | padding-left: 10px; | 631 | padding-left: 10px; |
624 | line-height: 45px; | 632 | line-height: 45px; |
625 | } | 633 | } |
634 | .public-announcement ul:nth-of-type(2) li span { | ||
635 | font-size: 16px; | ||
636 | color: #9B9B9B; | ||
637 | float: right; | ||
638 | position: relative; | ||
639 | top: 15px; | ||
640 | } | ||
626 | .public-announcement ul:nth-of-type(2) li a:hover { | 641 | .public-announcement ul:nth-of-type(2) li a:hover { |
627 | color: #0091FF; | 642 | color: #0091FF; |
628 | } | 643 | } | ... | ... |
-
Please register or sign in to post a comment