mirror of https://gitee.com/topnuomi/zxf
优化一处样式
This commit is contained in:
parent
a1c9ce4b99
commit
dde2bc97a4
|
@ -270,13 +270,15 @@
|
||||||
}
|
}
|
||||||
.section.contact-map .title p {
|
.section.contact-map .title p {
|
||||||
font-size: 0.28rem;
|
font-size: 0.28rem;
|
||||||
|
line-height: 0.28rem;
|
||||||
}
|
}
|
||||||
.section.contact-map .items li {
|
.section.contact-map .items li {
|
||||||
|
align-items: flex-start;
|
||||||
margin-top: 0.1rem;
|
margin-top: 0.1rem;
|
||||||
}
|
}
|
||||||
.section.contact-map .items img {
|
.section.contact-map .items img {
|
||||||
width: 0.26rem;
|
width: 0.28rem;
|
||||||
height: 0.26rem;
|
height: 0.28rem;
|
||||||
}
|
}
|
||||||
.section.contact-map .items p {
|
.section.contact-map .items p {
|
||||||
font-size: 0.28rem;
|
font-size: 0.28rem;
|
||||||
|
|
|
@ -365,17 +365,19 @@
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: @st;
|
font-size: @st;
|
||||||
|
line-height: 0.28rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.items {
|
.items {
|
||||||
li {
|
li {
|
||||||
|
align-items: flex-start;
|
||||||
margin-top: 0.1rem;
|
margin-top: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 0.26rem;
|
width: 0.28rem;
|
||||||
height: 0.26rem;
|
height: 0.28rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
Loading…
Reference in New Issue