style:公示公告
Showing
3 changed files
with
123 additions
and
1 deletions
... | @@ -258,7 +258,51 @@ | ... | @@ -258,7 +258,51 @@ |
258 | </ul> | 258 | </ul> |
259 | </div> | 259 | </div> |
260 | </div> | 260 | </div> |
261 | <!-- --> | 261 | <!-- 公告,政策 --> |
262 | <div class="announcement-policy"> | ||
263 | <div class="public-announcement"> | ||
264 | <ul> | ||
265 | <li> | ||
266 | <img src="/staticImages/home-gsgg.png" /> | ||
267 | 公示公告 | ||
268 | </li> | ||
269 | <li> | ||
270 | <a>查看全部</a> | ||
271 | <img src="/staticImages/more.png" /> | ||
272 | </li> | ||
273 | </ul> | ||
274 | <ul> | ||
275 | <li> | ||
276 | <a href="">创新技术体系 引领事业的打击的大发展引领事业的打击的大发展</a> | ||
277 | <img src="/staticImages/gonggao.png" /> | ||
278 | </li> | ||
279 | <li> | ||
280 | <a href="">创新技术体系 引领事业的打击的大发展</a> | ||
281 | <img src="/staticImages/gongshi.png" /> | ||
282 | </li> | ||
283 | <li> | ||
284 | <a href="">创新技术体系 引领事业的打击的大发展引领事业的打击的大发展</a> | ||
285 | <img src="/staticImages/gonggao.png" /> | ||
286 | </li> | ||
287 | <li> | ||
288 | <a href="">创新技术体系 引领事业的打击的大发展</a> | ||
289 | <img src="/staticImages/gongshi.png" /> | ||
290 | </li> | ||
291 | <li> | ||
292 | <a href="">创新技术体系 引领事业的打击的大发展引领事业的打击的大发展</a> | ||
293 | <img src="/staticImages/gonggao.png" /> | ||
294 | </li> | ||
295 | <li> | ||
296 | <a href="">创新技术体系 引领事业的打击的大发展</a> | ||
297 | <img src="/staticImages/gongshi.png" /> | ||
298 | </li> | ||
299 | <li> | ||
300 | <a href="">创新技术体系 引领事业的打击的大发展</a> | ||
301 | <img src="/staticImages/gongshi.png" /> | ||
302 | </li> | ||
303 | </ul> | ||
304 | </div> | ||
305 | </div> | ||
262 | <!-- 友情链接 --> | 306 | <!-- 友情链接 --> |
263 | <div class="c_five Links"> | 307 | <div class="c_five Links"> |
264 | <div class="subject"> | 308 | <div class="subject"> | ... | ... |
... | @@ -452,6 +452,7 @@ div.c_five ul li a img { | ... | @@ -452,6 +452,7 @@ div.c_five ul li a img { |
452 | .business-list { | 452 | .business-list { |
453 | width: 1200px; | 453 | width: 1200px; |
454 | margin: 40px auto; | 454 | margin: 40px auto; |
455 | overflow: hidden; | ||
455 | } | 456 | } |
456 | .business-list-leftItem { | 457 | .business-list-leftItem { |
457 | width: 212px; | 458 | width: 212px; |
... | @@ -546,4 +547,81 @@ div.c_five ul li a img { | ... | @@ -546,4 +547,81 @@ div.c_five ul li a img { |
546 | margin: 0 auto; | 547 | margin: 0 auto; |
547 | margin-top: 30px; | 548 | margin-top: 30px; |
548 | margin-bottom: 20px; | 549 | margin-bottom: 20px; |
550 | } | ||
551 | /* 政策公告 */ | ||
552 | .announcement-policy { | ||
553 | width: 1200px; | ||
554 | margin: 0 auto; | ||
555 | } | ||
556 | .public-announcement { | ||
557 | width: 390px; | ||
558 | } | ||
559 | .public-announcement ul:nth-of-type(1) { | ||
560 | padding-bottom: 10px; | ||
561 | border-bottom: 1px solid #EAEAEA; | ||
562 | } | ||
563 | .public-announcement ul:nth-of-type(1) li{ | ||
564 | display: inline-block; | ||
565 | } | ||
566 | .public-announcement ul:nth-of-type(1) li:nth-of-type(1) { | ||
567 | font-size: 24px; | ||
568 | font-weight: 700; | ||
569 | color: #4A4A4A; | ||
570 | } | ||
571 | .public-announcement ul:nth-of-type(1) li:nth-of-type(1) img { | ||
572 | width: 25px; | ||
573 | height: 27px; | ||
574 | position: relative; | ||
575 | top: 4px; | ||
576 | right: 3px; | ||
577 | } | ||
578 | .public-announcement ul:nth-of-type(1) li:nth-of-type(2) { | ||
579 | float: right; | ||
580 | font-size: 16px; | ||
581 | position: relative; | ||
582 | top: 6px; | ||
583 | cursor: pointer; | ||
584 | } | ||
585 | .public-announcement ul:nth-of-type(1) li:nth-of-type(2) img{ | ||
586 | width: 6px; | ||
587 | height: 12px; | ||
588 | } | ||
589 | .public-announcement ul:nth-of-type(1) li:nth-of-type(2) a { | ||
590 | color: #9B9B9B; | ||
591 | } | ||
592 | .public-announcement ul:nth-of-type(2) { | ||
593 | margin-top: 5px; | ||
594 | } | ||
595 | .public-announcement ul:nth-of-type(2) li{ | ||
596 | font-size: 18px; | ||
597 | } | ||
598 | .public-announcement ul:nth-of-type(2) li img { | ||
599 | width: 30px; | ||
600 | height: 18px; | ||
601 | float: right; | ||
602 | margin-top: 14px; | ||
603 | } | ||
604 | .public-announcement ul:nth-of-type(2) li a { | ||
605 | display: inline-block; | ||
606 | overflow: hidden; | ||
607 | text-overflow: ellipsis; | ||
608 | white-space: nowrap; | ||
609 | width: 340px; | ||
610 | text-align: left; | ||
611 | position: relative; | ||
612 | padding-left: 10px; | ||
613 | line-height: 45px; | ||
614 | } | ||
615 | .public-announcement ul:nth-of-type(2) li a:hover { | ||
616 | color: #0091FF; | ||
617 | } | ||
618 | .public-announcement ul:nth-of-type(2) li a::before { | ||
619 | position: absolute; | ||
620 | width: 4px; | ||
621 | height: 4px; | ||
622 | border-radius: 4px; | ||
623 | background-color: #4a4a4a; | ||
624 | content: ""; | ||
625 | left: 2px; | ||
626 | top: 20px; | ||
549 | } | 627 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
staticImages/home-gsgg.png
0 → 100644
1.81 KB
-
Please register or sign in to post a comment