Commit b212023b8a206f230588b22fce1bb4bc0a8fd230

Authored by Andy
2 parents 6c5926f5 172aa207

Merge branch 'test'

Showing 2 changed files with 6 additions and 1 deletions
js/nav-footer.js
... ... @@ -81,7 +81,7 @@ var footHtmls='<div class="container">' +
81 81 ' <div class="container">' +
82 82 ' <div class="row">' +
83 83 ' <div class="col-md-12 text-center" style="padding: 15px;">' +
84   - '<div class="copyright">Copyright © 2018. ZTE ITS LIMITED. <img src="images/jbaicon.png" class="jba" alt=""> 京ICP备18048325号-1</div>' +
  84 + '<div class="copyright skipFun">Copyright © 2018. ZTE ITS LIMITED. <img src="images/jbaicon.png" class="jba" alt=""> 京ICP备18048325号-1</div>' +
85 85 ' </div>' +
86 86 ' </div>' +
87 87 ' </div>' +
... ... @@ -92,5 +92,9 @@ $(&#39;#footer&#39;).html(footHtmls);
92 92 $('#wb_links').on('click',function () {
93 93 window.open('https://weibo.com/p/1006062771007080/home?from=page_100606&mod=TAB#place');
94 94 })
  95 +$('.skipFun').on('click',function () {
  96 + window.open("http://www.beian.miit.gov.cn/")
  97 +
  98 +})
95 99  
96 100  
... ...
style.css
... ... @@ -2398,6 +2398,7 @@ a:hover{
2398 2398 overflow: hidden;
2399 2399 clear: both;
2400 2400 color: #fff;
  2401 + cursor: pointer;
2401 2402 }
2402 2403 .copyright .jba {
2403 2404 width: 18px;
... ...