style:css
Showing
3 changed files
with
4 additions
and
4 deletions
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
5 | <head> | 5 | <head> |
6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
7 | <title>网上“一窗办事”登记系统</title> | 7 | <title>网上“一窗办事”登记系统</title> |
8 | <link type="text/css" rel="stylesheet" href="./staticCss/global.css" /> | 8 | <link type="text/css" rel="stylesheet" href="./staticCss/pageHome.css" /> |
9 | <script type="text/javascript" src="./staticJs/head.js"></script> | 9 | <script type="text/javascript" src="./staticJs/head.js"></script> |
10 | </head> | 10 | </head> |
11 | 11 | ||
... | @@ -66,9 +66,9 @@ | ... | @@ -66,9 +66,9 @@ |
66 | <li> | 66 | <li> |
67 | <a href="" title="创新技术体系 引领事业发展"> | 67 | <a href="" title="创新技术体系 引领事业发展"> |
68 | <div class="news_item"> | 68 | <div class="news_item"> |
69 | <svg class="icon svg-icon" aria-hidden="true"> | 69 | <!-- <svg class="icon svg-icon" aria-hidden="true"> |
70 | <use xlink:href="#iconzuixin"></use> | 70 | <use xlink:href="#iconzuixin"></use> |
71 | </svg> | 71 | </svg> --> |
72 | 创新技术体系 引领事业发展引领事业发展引领事业发展引领事业发展 | 72 | 创新技术体系 引领事业发展引领事业发展引领事业发展引领事业发展 |
73 | </div> | 73 | </div> |
74 | <span>2020-06-19</span> | 74 | <span>2020-06-19</span> | ... | ... |
staticCss/global.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
... | @@ -404,7 +404,7 @@ div.c_one #ulNews .news_item{ | ... | @@ -404,7 +404,7 @@ div.c_one #ulNews .news_item{ |
404 | div.c_one .news_item .icon { | 404 | div.c_one .news_item .icon { |
405 | float: left; | 405 | float: left; |
406 | height: 29px; | 406 | height: 29px; |
407 | width: 14%; | 407 | width: 14%!important; |
408 | margin-top: 7.5px; | 408 | margin-top: 7.5px; |
409 | margin-right: 7px; | 409 | margin-right: 7px; |
410 | margin-left: -3px; | 410 | margin-left: -3px; | ... | ... |
-
Please register or sign in to post a comment