ソースを参照

feat: 新增icp跳转

haizemu 4 ヶ月 前
コミット
2610477ac8
3 ファイル変更10 行追加1 行削除
  1. 3 0
      css/index.css
  2. 1 1
      index.html
  3. 6 0
      js/index.js

+ 3 - 0
css/index.css

@@ -108,6 +108,9 @@ a, ins {
 .footer .link p{
     width: 38%;
 }
+.footer span{
+    cursor: pointer;
+}
 .foot .footer .p3{
     margin-top:20px;
 }

+ 1 - 1
index.html

@@ -41,7 +41,7 @@
         </div>
         <div class="foot foot2">
             <div class="footer">
-                <p>Copyright© 2016-2024 四川福摩数字科技有限公司 版权所有 | ICP:蜀ICP备17037373号-1 | 营业执照:91510104MA6CNABR2G</p>
+                <p>Copyright© 2016-2024 四川福摩数字科技有限公司 版权所有 | <span class="gopageicp">ICP:蜀ICP备17037373号</span> | 营业执照:91510104MA6CNABR2G</p>
                 <p class="p3"><span class="gopage"><img src="./img/footer01.png" alt="">联网备案号:50019002502299</span> | <img src="./img/footer02.png" alt="">中国互联网违法和不良信息举报中心</p>
             </div>
         </div>

+ 6 - 0
js/index.js

@@ -33,6 +33,12 @@ $(document).ready(function() {
   });
 });
   
+$(document).ready(function() {
+  $('.gopageicp').click(function() {
+      window.open('https://beian.miit.gov.cn/','_blank')
+  });
+});
+  
 // $(window).scroll(function(event){
 // checkscroll()
 // });