mirror of https://gitee.com/topnuomi/zxf
优化样式
This commit is contained in:
parent
0e907b8b81
commit
c378957b6a
|
@ -18,7 +18,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="icp">
|
<div class="icp">
|
||||||
备案号:<a href="" target="_blank">浙ICP备2021038730号-1</a>
|
<a href="" target="_blank">浙ICP备2021038730号-1</a>
|
||||||
|
<a href="" target="_blank">京公网安备11010102002019号</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
|
@ -101,7 +101,7 @@
|
||||||
width: 1.54rem;
|
width: 1.54rem;
|
||||||
height: 0.51rem;
|
height: 0.51rem;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: contain;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
.header .menu .menu-group {
|
.header .menu .menu-group {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -143,9 +143,19 @@
|
||||||
padding: 0.2rem;
|
padding: 0.2rem;
|
||||||
font-size: 0.24rem;
|
font-size: 0.24rem;
|
||||||
}
|
}
|
||||||
.footer .main .icp {
|
.footer .icp {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
|
.footer .icp a {
|
||||||
|
margin-right: 0.1rem;
|
||||||
|
transition: color 0.35s;
|
||||||
|
}
|
||||||
|
.footer .icp a:last-child {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
.footer .icp a:hover {
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
.footer .logo-bottom {
|
.footer .logo-bottom {
|
||||||
height: 0.4rem;
|
height: 0.4rem;
|
||||||
}
|
}
|
||||||
|
@ -469,7 +479,7 @@
|
||||||
height: 5.2rem;
|
height: 5.2rem;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: contain;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
.section.contact-map .title h1 {
|
.section.contact-map .title h1 {
|
||||||
font-size: 0.36rem;
|
font-size: 0.36rem;
|
||||||
|
|
|
@ -132,12 +132,13 @@
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
|
|
||||||
.link {
|
.link {
|
||||||
display: block;
|
display: block;
|
||||||
width: 1.54rem;
|
width: 1.54rem;
|
||||||
height: 0.51rem;
|
height: 0.51rem;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: contain;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -190,9 +191,22 @@
|
||||||
padding: 0.2rem;
|
padding: 0.2rem;
|
||||||
font-size: 0.24rem;
|
font-size: 0.24rem;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.icp {
|
.icp {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
|
|
||||||
|
a {
|
||||||
|
margin-right: 0.1rem;
|
||||||
|
transition: color 0.35s;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:last-child {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -299,12 +313,12 @@
|
||||||
|
|
||||||
p:nth-child(1) {
|
p:nth-child(1) {
|
||||||
transition: transform .8s ease .4s,
|
transition: transform .8s ease .4s,
|
||||||
opacity .8s ease .4s;
|
opacity .8s ease .4s;
|
||||||
}
|
}
|
||||||
|
|
||||||
p:nth-child(2) {
|
p:nth-child(2) {
|
||||||
transition: transform .8s ease .6s,
|
transition: transform .8s ease .6s,
|
||||||
opacity .8s ease .6s;
|
opacity .8s ease .6s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -602,7 +616,7 @@
|
||||||
height: 5.2rem;
|
height: 5.2rem;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: contain;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
|
Loading…
Reference in New Issue