diff --git a/js/nav-footer.js b/js/nav-footer.js index 23e47f8..c8d8592 100644 --- a/js/nav-footer.js +++ b/js/nav-footer.js @@ -81,7 +81,7 @@ var footHtmls='
' + '
' + '
' + '
' + - '' + + '' + '
' + '
' + '
' + @@ -92,5 +92,9 @@ $('#footer').html(footHtmls); $('#wb_links').on('click',function () { window.open('https://weibo.com/p/1006062771007080/home?from=page_100606&mod=TAB#place'); }) +$('.skipFun').on('click',function () { + window.open("http://www.beian.miit.gov.cn/") + +}) diff --git a/style.css b/style.css index fa6be8f..3bee4de 100755 --- a/style.css +++ b/style.css @@ -2398,6 +2398,7 @@ a:hover{ overflow: hidden; clear: both; color: #fff; + cursor: pointer; } .copyright .jba { width: 18px;