mirror of https://gitee.com/topnuomi/zxf
新增备案号图标
This commit is contained in:
parent
b1e45e349e
commit
b67df8983c
|
@ -19,7 +19,9 @@
|
|||
<div class="row">
|
||||
<div class="icp">
|
||||
<a href="" target="_blank">浙ICP备2021038730号-1</a>
|
||||
<a href="" target="_blank">京公网安备11010102002019号</a>
|
||||
<a href="" target="_blank">
|
||||
<img src="images/beian.png" alt="">京公网安备11010102002019号
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue