Commit b494d7e626b1f1f292b426b4075feb5f9ee23ccc
1 parent
4f39ec99
footer 加链接 样式更新加 icon 颜色跟换
Showing
3 changed files
with
18 additions
and
13 deletions
images/jbaicon.png
0 → 100644
10.7 KB
js/nav-footer.js
... | ... | @@ -80,10 +80,7 @@ var footHtmls='<div class="container">' + |
80 | 80 | ' <div class="container">' + |
81 | 81 | ' <div class="row">' + |
82 | 82 | ' <div class="col-md-12 text-center" style="padding: 15px;">' + |
83 | - '<span class="copyright">' + | |
84 | - 'Copyright © 2018. ZTE ITS LIMITED.<a style="color:rgba(255,255,255,.5);display: inline-block;text-align: center;" href="http://www.miitbeian.gov.cn/">苏ICP备17052208号-1</a>' + | |
85 | - '<!--<script>document.write(new Date().getFullYear());</script>-->' + | |
86 | - '</span>' + | |
83 | + '<div class="copyright">Copyright © 2018. ZTE ITS LIMITED. <img src="images/jbaicon.png" class="jba" alt=""> 京公网安备 11010502034937</div>' + | |
87 | 84 | ' </div>' + |
88 | 85 | ' </div>' + |
89 | 86 | ' </div>' + | ... | ... |
style.css
... | ... | @@ -272,9 +272,9 @@ a:hover{ |
272 | 272 | margin:0; |
273 | 273 | } |
274 | 274 | .header .nav li a { |
275 | - /*color:#fff;*/ | |
276 | - color: #8890a4; | |
275 | + /*color: #8890a4;*/ | |
277 | 276 | font-size: 16px; |
277 | + color: rgba(255,255,255,.5); | |
278 | 278 | font-weight: 400; |
279 | 279 | text-transform: uppercase; |
280 | 280 | padding: 30px 18px; |
... | ... | @@ -2344,10 +2344,11 @@ a:hover{ |
2344 | 2344 | margin-bottom: 20px; |
2345 | 2345 | } |
2346 | 2346 | .footer-links li a,.footer-links li{ |
2347 | - font-size:16px; | |
2347 | + font-size:14px; | |
2348 | 2348 | font-family:PingFang-SC-Medium; |
2349 | 2349 | font-weight:500; |
2350 | 2350 | color:rgba(255,255,255,.5); |
2351 | + cursor: pointer; | |
2351 | 2352 | } |
2352 | 2353 | .footer-links li{ |
2353 | 2354 | height: 18px; |
... | ... | @@ -2391,12 +2392,19 @@ a:hover{ |
2391 | 2392 | border-top: 1px solid rgba(255,255,255,.2); |
2392 | 2393 | } |
2393 | 2394 | .copyright{ |
2394 | - /*width:230px;*/ | |
2395 | - height:12px; | |
2396 | - font-size:12px; | |
2397 | - font-family:PingFang-SC-Medium; | |
2398 | - font-weight:500; | |
2399 | - color:rgba(255,255,255,.5); | |
2395 | + text-align: center; | |
2396 | + line-height: 22px; | |
2397 | + /*padding-top: 20px;*/ | |
2398 | + font-size: 12px; | |
2399 | + overflow: hidden; | |
2400 | + clear: both; | |
2401 | + color: #fff; | |
2402 | +} | |
2403 | +.copyright .jba { | |
2404 | + width: 18px; | |
2405 | + margin: 0 5px; | |
2406 | + position: relative; | |
2407 | + top: -2px; | |
2400 | 2408 | } |
2401 | 2409 | .rnt_pos_rel{ |
2402 | 2410 | position: relative; | ... | ... |