diff --git a/common/footer.html b/common/footer.html index e87c77d..b2049bb 100644 --- a/common/footer.html +++ b/common/footer.html @@ -19,7 +19,9 @@
浙ICP备2021038730号-1 - 京公网安备11010102002019号 + + 京公网安备11010102002019号 +
\ No newline at end of file diff --git a/css/responsive.css b/css/responsive.css index 2a090c2..e317b05 100644 --- a/css/responsive.css +++ b/css/responsive.css @@ -114,6 +114,13 @@ font-size: 0.32rem; padding: 0.2rem; } + .footer .icp { + line-height: 0.36rem; + } + .footer .icp img { + width: 0.32rem; + height: 0.32rem; + } .section.main-banner .item { height: 5.1rem; } diff --git a/css/responsive.less b/css/responsive.less index f4443e6..5bc016d 100644 --- a/css/responsive.less +++ b/css/responsive.less @@ -161,6 +161,15 @@ padding: 0.2rem; } } + + .icp { + line-height: 0.36rem; + + img { + width: 0.32rem; + height: 0.32rem; + } + } } .section.main-banner { @@ -453,6 +462,7 @@ .image-con { border-radius: 0; + .swiper-slide { width: 100%; height: 2.98rem; diff --git a/css/style.css b/css/style.css index 08488c7..a3266eb 100644 --- a/css/style.css +++ b/css/style.css @@ -156,6 +156,13 @@ .footer .icp a:hover { color: #FFFFFF; } +.footer .icp img { + width: 0.2rem; + height: 0.2rem; + position: relative; + top: 0.04rem; + margin-right: 0.02rem; +} .footer .logo-bottom { height: 0.4rem; } diff --git a/css/style.less b/css/style.less index 4c37eda..991b141 100644 --- a/css/style.less +++ b/css/style.less @@ -208,6 +208,14 @@ a:hover { color: #FFFFFF; } + + img { + width: 0.2rem; + height: 0.2rem; + position: relative; + top: 0.04rem; + margin-right: 0.02rem; + } } .logo-bottom { diff --git a/images/beian.png b/images/beian.png new file mode 100644 index 0000000..6fe667f Binary files /dev/null and b/images/beian.png differ