Commit 172aa2073ea2f3b1410ea8d833c80eed9c8010fa

Authored by Andy
1 parent 8eb1c9b3

add 任你听官网添加备案链接

Showing 2 changed files with 6 additions and 1 deletions
js/nav-footer.js
@@ -81,7 +81,7 @@ var footHtmls='<div class="container">' + @@ -81,7 +81,7 @@ var footHtmls='<div class="container">' +
81 ' <div class="container">' + 81 ' <div class="container">' +
82 ' <div class="row">' + 82 ' <div class="row">' +
83 ' <div class="col-md-12 text-center" style="padding: 15px;">' + 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 ' </div>' + 85 ' </div>' +
86 ' </div>' + 86 ' </div>' +
87 ' </div>' + 87 ' </div>' +
@@ -92,5 +92,9 @@ $(&#39;#footer&#39;).html(footHtmls); @@ -92,5 +92,9 @@ $(&#39;#footer&#39;).html(footHtmls);
92 $('#wb_links').on('click',function () { 92 $('#wb_links').on('click',function () {
93 window.open('https://weibo.com/p/1006062771007080/home?from=page_100606&mod=TAB#place'); 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,6 +2398,7 @@ a:hover{
2398 overflow: hidden; 2398 overflow: hidden;
2399 clear: both; 2399 clear: both;
2400 color: #fff; 2400 color: #fff;
  2401 + cursor: pointer;
2401 } 2402 }
2402 .copyright .jba { 2403 .copyright .jba {
2403 width: 18px; 2404 width: 18px;