6208707d by 任超

style:css

1 parent 86db72c3
...@@ -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>
......
...@@ -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;
......