调整边距
This commit is contained in:
parent
4f18e2ed56
commit
cf67da67a1
@ -38,8 +38,8 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
@include media-breakpoint-between(xs, md) {
|
@include media-breakpoint-between(xs, md) {
|
||||||
margin-left: 16px;
|
margin-left: 32px;
|
||||||
margin-right: 16px;
|
margin-right: 32px;
|
||||||
//margin-top: 65%;
|
//margin-top: 65%;
|
||||||
}
|
}
|
||||||
@include media-breakpoint-between(md,xxl){
|
@include media-breakpoint-between(md,xxl){
|
||||||
@ -64,7 +64,7 @@
|
|||||||
height: 80px;
|
height: 80px;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
color: rgba(255, 255, 255, 1);
|
color: rgba(255, 255, 255, 1);
|
||||||
font-size: 32px;
|
font-size: 28px;
|
||||||
font-family: PingFangSC-Thin;
|
font-family: PingFangSC-Thin;
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@ -96,7 +96,7 @@
|
|||||||
@include media-breakpoint-between(xs, md) {
|
@include media-breakpoint-between(xs, md) {
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
color: rgba(255, 255, 255, 1);
|
color: rgba(255, 255, 255, 1);
|
||||||
font-size: 32px;
|
font-size: 28px;
|
||||||
font-family: PingFangSC-Semibold;
|
font-family: PingFangSC-Semibold;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user