调整边距

This commit is contained in:
zhcnyuyang 2025-05-15 14:35:05 +08:00
parent 4f18e2ed56
commit cf67da67a1

View File

@ -38,8 +38,8 @@
text-align: left;
position: relative;
@include media-breakpoint-between(xs, md) {
margin-left: 16px;
margin-right: 16px;
margin-left: 32px;
margin-right: 32px;
//margin-top: 65%;
}
@include media-breakpoint-between(md,xxl){
@ -64,7 +64,7 @@
height: 80px;
overflow-wrap: break-word;
color: rgba(255, 255, 255, 1);
font-size: 32px;
font-size: 28px;
font-family: PingFangSC-Thin;
font-weight: 100;
text-align: left;
@ -96,7 +96,7 @@
@include media-breakpoint-between(xs, md) {
overflow-wrap: break-word;
color: rgba(255, 255, 255, 1);
font-size: 32px;
font-size: 28px;
font-family: PingFangSC-Semibold;
font-weight: 600;
text-align: left;