feat:首页图标的替换
Showing
3 changed files
with
106 additions
and
23 deletions
1 | |||
1 | .clearfix { | 2 | .clearfix { |
2 | overflow: auto; | 3 | overflow: auto; |
3 | } | 4 | } |
5 | .contentBox { | ||
6 | width: 1200px; | ||
7 | margin: 0 auto; | ||
8 | padding-bottom: 50px; | ||
9 | } | ||
4 | div.banner, div.c_one, div.c_two, div.c_three, div.c_four, div.c_five, div.footer { | 10 | div.banner, div.c_one, div.c_two, div.c_three, div.c_four, div.c_five, div.footer { |
5 | width: 100%; | 11 | width: 100%; |
6 | text-align: center; | 12 | text-align: center; |
... | @@ -87,10 +93,15 @@ div.banner ul li a { | ... | @@ -87,10 +93,15 @@ div.banner ul li a { |
87 | height: 37px; | 93 | height: 37px; |
88 | border-bottom: 2px solid #006CFF; | 94 | border-bottom: 2px solid #006CFF; |
89 | } | 95 | } |
96 | .laws_regulations .title h2 a p .icon { | ||
97 | width: 22px; | ||
98 | height: 21px; | ||
99 | } | ||
90 | .laws_regulations .title h2 a p span { | 100 | .laws_regulations .title h2 a p span { |
91 | position: relative; | 101 | position: relative; |
92 | font-size: 20px; | 102 | font-size: 20px; |
93 | top: -3px; | 103 | top: -3px; |
104 | margin-left: 3px; | ||
94 | } | 105 | } |
95 | 106 | ||
96 | .laws_regulations .title h2 i{ | 107 | .laws_regulations .title h2 i{ |
... | @@ -203,9 +214,17 @@ div.banner ul li a { | ... | @@ -203,9 +214,17 @@ div.banner ul li a { |
203 | height: 37px; | 214 | height: 37px; |
204 | border-bottom: 2px solid #006CFF; | 215 | border-bottom: 2px solid #006CFF; |
205 | } | 216 | } |
217 | .common_question .title h2 a p .icon { | ||
218 | width: 22px; | ||
219 | height: 21px; | ||
220 | float: left; | ||
221 | } | ||
206 | .common_question .title h2 a p span { | 222 | .common_question .title h2 a p span { |
207 | position: relative; | 223 | position: relative; |
208 | font-size: 20px; | 224 | font-size: 20px; |
225 | margin-left: 5px; | ||
226 | float: left; | ||
227 | top: -4px; | ||
209 | } | 228 | } |
210 | 229 | ||
211 | .common_question .title h2 i{ | 230 | .common_question .title h2 i{ |
... | @@ -265,11 +284,11 @@ div.banner ul li a { | ... | @@ -265,11 +284,11 @@ div.banner ul li a { |
265 | div.c_one { | 284 | div.c_one { |
266 | } | 285 | } |
267 | 286 | ||
268 | div.c_one div:first-child { | 287 | /* div.c_one div:first-child { |
269 | width: 1200px; | 288 | width: 1200px; |
270 | height: 430px; | 289 | height: 430px; |
271 | text-align: left; | 290 | text-align: left; |
272 | } | 291 | } */ |
273 | 292 | ||
274 | div.c_one div:first-child .news, div.c_one div:first-child .notice { | 293 | div.c_one div:first-child .news, div.c_one div:first-child .notice { |
275 | margin-top: 40px; | 294 | margin-top: 40px; |
... | @@ -287,8 +306,10 @@ div.c_one div:first-child .notice { | ... | @@ -287,8 +306,10 @@ div.c_one div:first-child .notice { |
287 | width: 30%; | 306 | width: 30%; |
288 | float: right; | 307 | float: right; |
289 | } | 308 | } |
290 | div.c_one div:first-child .notice button{ | 309 | .notice_list li a .icon{ |
291 | float: right; | 310 | float: right; |
311 | height: 25px; | ||
312 | width: 11%; | ||
292 | margin-top: 5px; | 313 | margin-top: 5px; |
293 | } | 314 | } |
294 | 315 | ||
... | @@ -296,7 +317,7 @@ div.c_one div:first-child .notice button{ | ... | @@ -296,7 +317,7 @@ div.c_one div:first-child .notice button{ |
296 | div.c_one h2 { | 317 | div.c_one h2 { |
297 | float: left; | 318 | float: left; |
298 | width: 100%; | 319 | width: 100%; |
299 | padding: 20px 0; | 320 | padding: 20px 0 0 0; |
300 | border-bottom: 2px solid #efefef; | 321 | border-bottom: 2px solid #efefef; |
301 | } | 322 | } |
302 | 323 | ||
... | @@ -305,14 +326,6 @@ div.c_one h2 a { | ... | @@ -305,14 +326,6 @@ div.c_one h2 a { |
305 | width: 100%; | 326 | width: 100%; |
306 | } | 327 | } |
307 | 328 | ||
308 | div.c_one h2 span { | ||
309 | float: left; | ||
310 | background: #ffffff url("./../staticImages/n_t_s.jpg") no-repeat left center; | ||
311 | padding-left: 45px; | ||
312 | font-size: 18px; | ||
313 | color: #000000; | ||
314 | letter-spacing: 2px; | ||
315 | } | ||
316 | 329 | ||
317 | div.c_one h2 i { | 330 | div.c_one h2 i { |
318 | float: right; | 331 | float: right; |
... | @@ -350,6 +363,7 @@ div.c_one ul li a { | ... | @@ -350,6 +363,7 @@ div.c_one ul li a { |
350 | width: 100%; | 363 | width: 100%; |
351 | display: block; | 364 | display: block; |
352 | color: #000000; | 365 | color: #000000; |
366 | text-align: left; | ||
353 | } | 367 | } |
354 | div.c_one ul li a:hover { | 368 | div.c_one ul li a:hover { |
355 | color: #f46143; | 369 | color: #f46143; |
... | @@ -372,12 +386,36 @@ div.c_one ul li a i { | ... | @@ -372,12 +386,36 @@ div.c_one ul li a i { |
372 | line-height: 120%; | 386 | line-height: 120%; |
373 | margin: 9px 2px auto auto; | 387 | margin: 9px 2px auto auto; |
374 | font-size: 10px; | 388 | font-size: 10px; |
389 | border-radius: 2px; | ||
375 | } | 390 | } |
376 | 391 | ||
377 | div.c_one .news ul { | 392 | div.c_one .news ul { |
378 | float: right; | 393 | float: right; |
379 | width: 50%; | 394 | width: 50%; |
380 | } | 395 | } |
396 | .news_title_content:hover span{ | ||
397 | color: #4A4A4A; | ||
398 | } | ||
399 | .news_title_content .news_title{ | ||
400 | float: left; | ||
401 | height: 39px; | ||
402 | border-bottom: 2px solid #006CFF; | ||
403 | position: relative; | ||
404 | top: 1px; | ||
405 | } | ||
406 | .news_title_content .news_title span { | ||
407 | float: left; | ||
408 | margin-left: 6px; | ||
409 | font-size: 20px; | ||
410 | margin-top: -3px; | ||
411 | font-weight: 600; | ||
412 | } | ||
413 | .news_title_content .news_title .icon { | ||
414 | width: 22px; | ||
415 | height: 21px; | ||
416 | float: left; | ||
417 | } | ||
418 | |||
381 | 419 | ||
382 | div.c_two { | 420 | div.c_two { |
383 | background-color: #fafafa; | 421 | background-color: #fafafa; | ... | ... |
staticImages/n_t_s.jpg
deleted
100644 → 0
1.85 KB
... | @@ -39,7 +39,7 @@ | ... | @@ -39,7 +39,7 @@ |
39 | <div class="navigation"> | 39 | <div class="navigation"> |
40 | <ul class="layui-nav layui-bg-blue" lay-filter=""> | 40 | <ul class="layui-nav layui-bg-blue" lay-filter=""> |
41 | <li class="layui-nav-item layui-this"><a href="./staticIndex.html" title="首页">首页</a></li> | 41 | <li class="layui-nav-item layui-this"><a href="./staticIndex.html" title="首页">首页</a></li> |
42 | <li class="layui-nav-item"><a href="./staticViews/xwdt/index.html"title="新闻动态">新闻动态</a></li> | 42 | <li class="layui-nav-item"><a href="./staticViews/xwdt/index.html" title="新闻动态">新闻动态</a></li> |
43 | <li class="layui-nav-item"><a href="">业务办理</a></li> | 43 | <li class="layui-nav-item"><a href="">业务办理</a></li> |
44 | <li class="layui-nav-item"><a href="./staticViews/bszn/index.html">办事指南</a></li> | 44 | <li class="layui-nav-item"><a href="./staticViews/bszn/index.html">办事指南</a></li> |
45 | <li class="layui-nav-item"> | 45 | <li class="layui-nav-item"> |
... | @@ -74,9 +74,19 @@ | ... | @@ -74,9 +74,19 @@ |
74 | </ul> | 74 | </ul> |
75 | </div> | 75 | </div> |
76 | <div class="c_one"> | 76 | <div class="c_one"> |
77 | <div class="subject"> | 77 | <div class="contentBox"> |
78 | <div class="news"> | 78 | <div class="news"> |
79 | <h2><a href=""><span>新闻动态</span><i>查看全部 ></i></a></h2> | 79 | <h2> |
80 | <a href="" title="新闻动态" class="news_title_content"> | ||
81 | <div class="news_title"> | ||
82 | <svg class="icon svg-icon" aria-hidden="true"> | ||
83 | <use xlink:href="#iconxinwen"></use> | ||
84 | </svg> | ||
85 | <span>新闻动态</span> | ||
86 | </div> | ||
87 | <i>查看全部 ></i> | ||
88 | </a> | ||
89 | </h2> | ||
80 | <a class="news-img" href="" title="图片新闻地信中心开展外业安全生产监控系统培训工作"><img src="staticImages/news_demo.jpg" | 90 | <a class="news-img" href="" title="图片新闻地信中心开展外业安全生产监控系统培训工作"><img src="staticImages/news_demo.jpg" |
81 | alt="图片新闻地信中心开展外业安全生产监控系统培训工作" /></a> | 91 | alt="图片新闻地信中心开展外业安全生产监控系统培训工作" /></a> |
82 | <ul> | 92 | <ul> |
... | @@ -89,42 +99,64 @@ | ... | @@ -89,42 +99,64 @@ |
89 | </ul> | 99 | </ul> |
90 | </div> | 100 | </div> |
91 | <div class="notice"> | 101 | <div class="notice"> |
92 | <h2><a href="./staticViews/gsgg/index.html"><span>公示公告</span><i>查看全部 ></i></a></h2> | 102 | <h2> |
93 | <ul> | 103 | <a title="公示公告" href="./staticViews/gsgg/index.html" class="news_title_content"> |
104 | <div class="news_title"> | ||
105 | <svg class="icon svg-icon" aria-hidden="true"> | ||
106 | <use xlink:href="#icongonggao"></use> | ||
107 | </svg> | ||
108 | <span>公示公告</span> | ||
109 | </div> | ||
110 | <i>查看全部 ></i> | ||
111 | </a> | ||
112 | </h2> | ||
113 | <ul class="notice_list"> | ||
94 | <li> | 114 | <li> |
95 | <a href="" title="1地信中心开展外业安全生产监控系统培训工作"> | 115 | <a href="" title="1地信中心开展外业安全生产监控系统培训工作"> |
96 | 1地信中心开展外业安全生产监控系统培训工作 | 116 | 1地信中心开展外业安全生产监控系统培训工作 |
97 | <button type="button" class="layui-btn layui-btn-warm layui-btn-xs">公告</button> | 117 | <svg class="icon svg-icon" aria-hidden="true"> |
118 | <use xlink:href="#icongonggao1"></use> | ||
119 | </svg> | ||
98 | </a> | 120 | </a> |
99 | </li> | 121 | </li> |
100 | <li> | 122 | <li> |
101 | <a href="" title="2地信中心开展外业安全生产监控系统培训工作"> | 123 | <a href="" title="2地信中心开展外业安全生产监控系统培训工作"> |
102 | 2地信中心开展外业安全生产监控系统培训工作 | 124 | 2地信中心开展外业安全生产监控系统培训工作 |
103 | <button type="button" class="layui-btn layui-btn-warm layui-btn-xs">公告</button> | 125 | <svg class="icon svg-icon" aria-hidden="true"> |
126 | <use xlink:href="#icongonggao1"></use> | ||
127 | </svg> | ||
104 | </a> | 128 | </a> |
105 | </li> | 129 | </li> |
106 | <li> | 130 | <li> |
107 | <a href="" title="3地信中心开展外业安全生产监控系统培训工作"> | 131 | <a href="" title="3地信中心开展外业安全生产监控系统培训工作"> |
108 | 3地信中心开展外业安全生产监控系统培训工作 | 132 | 3地信中心开展外业安全生产监控系统培训工作 |
109 | <button type="button" class="layui-btn layui-btn-normal layui-btn-xs">公示</button> | 133 | <svg class="icon svg-icon" aria-hidden="true"> |
134 | <use xlink:href="#icongongshi"></use> | ||
135 | </svg> | ||
110 | </a> | 136 | </a> |
111 | </li> | 137 | </li> |
112 | <li> | 138 | <li> |
113 | <a href="" title="4地信中心开展外业安全生产监控系统培训工作"> | 139 | <a href="" title="4地信中心开展外业安全生产监控系统培训工作"> |
114 | 4地信中心开展外业安全生产监控系统培训工作 | 140 | 4地信中心开展外业安全生产监控系统培训工作 |
115 | <button type="button" class="layui-btn layui-btn-normal layui-btn-xs">公示</button> | 141 | <svg class="icon svg-icon" aria-hidden="true"> |
142 | <use xlink:href="#icongongshi"></use> | ||
143 | </svg> | ||
116 | </a> | 144 | </a> |
117 | </li> | 145 | </li> |
118 | <li> | 146 | <li> |
119 | <a href="" title="5地信中心开展外业安全生产监控系统培训工作"> | 147 | <a href="" title="5地信中心开展外业安全生产监控系统培训工作"> |
120 | 5地信中心开展外业安全生产监控系统培训工作 | 148 | 5地信中心开展外业安全生产监控系统培训工作 |
121 | <button type="button" class="layui-btn layui-btn-normal layui-btn-xs">公示</button> | 149 | <svg class="icon svg-icon" aria-hidden="true"> |
150 | <use xlink:href="#icongongshi"></use> | ||
151 | </svg> | ||
122 | </a> | 152 | </a> |
123 | </li> | 153 | </li> |
124 | <li> | 154 | <li> |
125 | <a href="" title="6地信中心开展外业安全生产监控系统培训工作"> | 155 | <a href="" title="6地信中心开展外业安全生产监控系统培训工作"> |
126 | 6地信中心开展外业安全生产监控系统培训工作 | 156 | 6地信中心开展外业安全生产监控系统培训工作 |
127 | <button type="button" class="layui-btn layui-btn-normal layui-btn-xs">公示</button> | 157 | <svg class="icon svg-icon" aria-hidden="true"> |
158 | <use xlink:href="#icongongshi"></use> | ||
159 | </svg> | ||
128 | </a> | 160 | </a> |
129 | </li> | 161 | </li> |
130 | </ul> | 162 | </ul> |
... | @@ -164,6 +196,9 @@ | ... | @@ -164,6 +196,9 @@ |
164 | <h2> | 196 | <h2> |
165 | <a href="" title="法律法规"> | 197 | <a href="" title="法律法规"> |
166 | <p> | 198 | <p> |
199 | <svg class="icon svg-icon" aria-hidden="true"> | ||
200 | <use xlink:href="#iconbanshizhinan"></use> | ||
201 | </svg> | ||
167 | <span>法律法规</span> | 202 | <span>法律法规</span> |
168 | </p> | 203 | </p> |
169 | <i>查看全部 ></i> | 204 | <i>查看全部 ></i> |
... | @@ -206,6 +241,9 @@ | ... | @@ -206,6 +241,9 @@ |
206 | <h2> | 241 | <h2> |
207 | <a href="" title="相应政策"> | 242 | <a href="" title="相应政策"> |
208 | <p> | 243 | <p> |
244 | <svg class="icon svg-icon" aria-hidden="true"> | ||
245 | <use xlink:href="#iconzhengce"></use> | ||
246 | </svg> | ||
209 | <span>相应政策</span> | 247 | <span>相应政策</span> |
210 | </p> | 248 | </p> |
211 | <i>查看全部 ></i> | 249 | <i>查看全部 ></i> |
... | @@ -257,6 +295,9 @@ | ... | @@ -257,6 +295,9 @@ |
257 | <h2> | 295 | <h2> |
258 | <a href="" title="常见问题"> | 296 | <a href="" title="常见问题"> |
259 | <p> | 297 | <p> |
298 | <svg class="icon svg-icon" aria-hidden="true"> | ||
299 | <use xlink:href="#iconchangjianwenda"></use> | ||
300 | </svg> | ||
260 | <span>常见问题</span> | 301 | <span>常见问题</span> |
261 | </p> | 302 | </p> |
262 | <i>查看全部 ></i> | 303 | <i>查看全部 ></i> |
... | @@ -291,6 +332,9 @@ | ... | @@ -291,6 +332,9 @@ |
291 | <h2> | 332 | <h2> |
292 | <a href="" title="政民互动"> | 333 | <a href="" title="政民互动"> |
293 | <p> | 334 | <p> |
335 | <svg class="icon svg-icon" aria-hidden="true"> | ||
336 | <use xlink:href="#iconzhengminhudong"></use> | ||
337 | </svg> | ||
294 | <span>政民互动</span> | 338 | <span>政民互动</span> |
295 | </p> | 339 | </p> |
296 | <i>查看全部 ></i> | 340 | <i>查看全部 ></i> |
... | @@ -454,3 +498,4 @@ | ... | @@ -454,3 +498,4 @@ |
454 | </html> | 498 | </html> |
455 | <script src="./staticLib/layui/layui.js"></script> | 499 | <script src="./staticLib/layui/layui.js"></script> |
456 | <script src="./staticJs/staticIndex.js"></script> | 500 | <script src="./staticJs/staticIndex.js"></script> |
501 | <script src="https://at.alicdn.com/t/font_2174584_uxkon9mpq1.js"></script> | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment