@@ -108,6 +108,9 @@ a, ins {
.footer .link p{
width: 38%;
}
+.footer span{
+ cursor: pointer;
+}
.foot .footer .p3{
margin-top:20px;
@@ -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>
@@ -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()
// });