8190fb04 by 任超

style:样式

1 parent 818c2409
...@@ -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>
......
...@@ -398,7 +398,7 @@ div.c_one #ulNews .news_item{ ...@@ -398,7 +398,7 @@ div.c_one #ulNews .news_item{
398 white-space:nowrap; 398 white-space:nowrap;
399 overflow:hidden; 399 overflow:hidden;
400 text-overflow:ellipsis; 400 text-overflow:ellipsis;
401 width: 72%; 401 width: 75%;
402 font-size: 14px; 402 font-size: 14px;
403 } 403 }
404 div.c_one .news_item .icon { 404 div.c_one .news_item .icon {
......
...@@ -31,7 +31,7 @@ layui.use('util', function () { ...@@ -31,7 +31,7 @@ layui.use('util', function () {
31 31
32 //初始化方法 32 //初始化方法
33 $(function () { 33 $(function () {
34 NewsData(); 34 // NewsData();
35 addTabs('#index') 35 addTabs('#index')
36 }); 36 });
37 37
......