mirror of https://gitee.com/topnuomi/zxf
优化样式
This commit is contained in:
parent
81aef185a8
commit
f733b117fd
|
@ -49,7 +49,7 @@
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
}
|
}
|
||||||
.header .logo img {
|
.header .logo img {
|
||||||
max-height: 0.52rem;
|
height: 0.52rem;
|
||||||
}
|
}
|
||||||
.header .main {
|
.header .main {
|
||||||
height: 0.9rem;
|
height: 0.9rem;
|
||||||
|
@ -102,7 +102,7 @@
|
||||||
font-size: 0.32rem;
|
font-size: 0.32rem;
|
||||||
}
|
}
|
||||||
.footer .logo-bottom {
|
.footer .logo-bottom {
|
||||||
max-height: 0.52rem;
|
height: 0.52rem;
|
||||||
}
|
}
|
||||||
.footer .main .row {
|
.footer .main .row {
|
||||||
font-size: 0.32rem;
|
font-size: 0.32rem;
|
||||||
|
@ -185,7 +185,7 @@
|
||||||
height: 3.48rem;
|
height: 3.48rem;
|
||||||
}
|
}
|
||||||
.section.sec-banner .banner-text {
|
.section.sec-banner .banner-text {
|
||||||
padding-top: 0.9rem;
|
padding-top: 0.6rem;
|
||||||
}
|
}
|
||||||
.full-wrap.about {
|
.full-wrap.about {
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-height: 0.52rem;
|
height: 0.52rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -145,7 +145,7 @@
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
.logo-bottom {
|
.logo-bottom {
|
||||||
max-height: 0.52rem;
|
height: 0.52rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
|
@ -257,7 +257,7 @@
|
||||||
height: 3.48rem;
|
height: 3.48rem;
|
||||||
|
|
||||||
.banner-text {
|
.banner-text {
|
||||||
padding-top: 0.9rem;
|
padding-top: 0.6rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -104,7 +104,7 @@
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
}
|
}
|
||||||
.header .logo img {
|
.header .logo img {
|
||||||
max-height: 0.5rem;
|
height: 0.5rem;
|
||||||
}
|
}
|
||||||
.header .menu .menu-group {
|
.header .menu .menu-group {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -149,6 +149,9 @@
|
||||||
.footer .main .icp {
|
.footer .main .icp {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
|
.footer .logo-bottom {
|
||||||
|
height: 0.4rem;
|
||||||
|
}
|
||||||
.banner-text {
|
.banner-text {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -133,7 +133,7 @@
|
||||||
.logo {
|
.logo {
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
img {
|
img {
|
||||||
max-height: 0.5rem;
|
height: 0.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -191,6 +191,10 @@
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logo-bottom {
|
||||||
|
height: 0.4rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner-text {
|
.banner-text {
|
||||||
|
|
Loading…
Reference in New Issue