From 172aa2073ea2f3b1410ea8d833c80eed9c8010fa Mon Sep 17 00:00:00 2001 From: chenbiao Date: Mon, 9 Mar 2020 16:13:48 +0800 Subject: [PATCH] add 任你听官网添加备案链接 --- js/nav-footer.js | 6 +++++- style.css | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) 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; -- libgit2 0.21.4