Commit 3dbf07af574621204b85fe5cf361f55d3d5b0c74
Merge branch 'test' of http://192.168.1.195:9998/web_developers/webportal into test
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,10 +80,7 @@ var footHtmls='<div class="container">' + | ||
80 | ' <div class="container">' + | 80 | ' <div class="container">' + |
81 | ' <div class="row">' + | 81 | ' <div class="row">' + |
82 | ' <div class="col-md-12 text-center" style="padding: 15px;">' + | 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 | ' </div>' + | 84 | ' </div>' + |
88 | ' </div>' + | 85 | ' </div>' + |
89 | ' </div>' + | 86 | ' </div>' + |
style.css
@@ -271,9 +271,9 @@ a:hover{ | @@ -271,9 +271,9 @@ a:hover{ | ||
271 | margin:0; | 271 | margin:0; |
272 | } | 272 | } |
273 | .header .nav li a { | 273 | .header .nav li a { |
274 | - /*color:#fff;*/ | ||
275 | - color: #8890a4; | 274 | + /*color: #8890a4;*/ |
276 | font-size: 16px; | 275 | font-size: 16px; |
276 | + color: rgba(255,255,255,.5); | ||
277 | font-weight: 400; | 277 | font-weight: 400; |
278 | text-transform: uppercase; | 278 | text-transform: uppercase; |
279 | padding: 30px 18px; | 279 | padding: 30px 18px; |
@@ -2346,10 +2346,11 @@ a:hover{ | @@ -2346,10 +2346,11 @@ a:hover{ | ||
2346 | margin-bottom: 20px; | 2346 | margin-bottom: 20px; |
2347 | } | 2347 | } |
2348 | .footer-links li a,.footer-links li{ | 2348 | .footer-links li a,.footer-links li{ |
2349 | - font-size:16px; | 2349 | + font-size:14px; |
2350 | font-family:PingFang-SC-Medium; | 2350 | font-family:PingFang-SC-Medium; |
2351 | font-weight:500; | 2351 | font-weight:500; |
2352 | color:rgba(255,255,255,.5); | 2352 | color:rgba(255,255,255,.5); |
2353 | + cursor: pointer; | ||
2353 | } | 2354 | } |
2354 | .footer-links li{ | 2355 | .footer-links li{ |
2355 | height: 18px; | 2356 | height: 18px; |
@@ -2393,12 +2394,19 @@ a:hover{ | @@ -2393,12 +2394,19 @@ a:hover{ | ||
2393 | border-top: 1px solid rgba(255,255,255,.2); | 2394 | border-top: 1px solid rgba(255,255,255,.2); |
2394 | } | 2395 | } |
2395 | .copyright{ | 2396 | .copyright{ |
2396 | - /*width:230px;*/ | ||
2397 | - height:12px; | ||
2398 | - font-size:12px; | ||
2399 | - font-family:PingFang-SC-Medium; | ||
2400 | - font-weight:500; | ||
2401 | - color:rgba(255,255,255,.5); | 2397 | + text-align: center; |
2398 | + line-height: 22px; | ||
2399 | + /*padding-top: 20px;*/ | ||
2400 | + font-size: 12px; | ||
2401 | + overflow: hidden; | ||
2402 | + clear: both; | ||
2403 | + color: #fff; | ||
2404 | +} | ||
2405 | +.copyright .jba { | ||
2406 | + width: 18px; | ||
2407 | + margin: 0 5px; | ||
2408 | + position: relative; | ||
2409 | + top: -2px; | ||
2402 | } | 2410 | } |
2403 | .rnt_pos_rel{ | 2411 | .rnt_pos_rel{ |
2404 | position: relative; | 2412 | position: relative; |