即将加入视频,特此保存

This commit is contained in:
zhcnyuyang 2025-05-06 19:51:44 +08:00
parent bffc9f1545
commit 7d11727355

View File

@ -32,83 +32,83 @@
@include media-breakpoint-up(md) { @include media-breakpoint-up(md) {
aspect-ratio: 1.92; aspect-ratio: 1.92;
} }
}
.bannercontent{ .bannercontent{
text-align: left;
position: relative;
@include media-breakpoint-between(xs, md) {
//margin-left: 45px;
}
@include media-breakpoint-up(md) {
//margin-left: 368px;
}
}
.banner1 {
@include media-breakpoint-between(xs, md) {
width: 285px;
height: 80px;
overflow-wrap: break-word;
color: rgba(255, 255, 255, 1);
font-size: 32px;
font-family: PingFangSC-Thin;
font-weight: 100;
text-align: left; text-align: left;
position: relative; line-height: 40px;
@include media-breakpoint-between(xs, md) {
//margin-left: 45px;
}
@include media-breakpoint-up(md) {
//margin-left: 368px;
}
} }
.banner1 { @include media-breakpoint-between(md,xl){
@include media-breakpoint-between(xs, md) { overflow-wrap: break-word;
width: 285px; color: rgba(255, 255, 255, 1);
height: 80px; font-size: 50px;
overflow-wrap: break-word; font-family: PingFangSC-Thin;
color: rgba(255, 255, 255, 1); font-weight: 100;
font-size: 32px; text-align: left;
font-family: PingFangSC-Thin; line-height: 55px;
font-weight: 100;
text-align: left;
line-height: 40px;
}
@include media-breakpoint-between(md,xl){
overflow-wrap: break-word;
color: rgba(255, 255, 255, 1);
font-size: 50px;
font-family: PingFangSC-Thin;
font-weight: 100;
text-align: left;
line-height: 55px;
}
@include media-breakpoint-up(xl) {
overflow-wrap: break-word;
color: rgba(255, 255, 255, 1);
font-size: 76px;
font-family: PingFangSC-Thin;
font-weight: 100;
text-align: left;
line-height: 94px;
}
} }
.banner2 { @include media-breakpoint-up(xl) {
@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: 76px;
font-size: 32px; font-family: PingFangSC-Thin;
font-family: PingFangSC-Semibold; font-weight: 100;
font-weight: 600; text-align: left;
text-align: left; line-height: 94px;
line-height: 40px; }
} }
@include media-breakpoint-between(md,xl){ .banner2 {
overflow-wrap: break-word; @include media-breakpoint-between(xs, md) {
color: rgba(255, 255, 255, 1); overflow-wrap: break-word;
font-size: 50px; color: rgba(255, 255, 255, 1);
font-family: PingFangSC-Semibold; font-size: 32px;
font-weight: 600; font-family: PingFangSC-Semibold;
text-align: left; font-weight: 600;
line-height: 55px; text-align: left;
} line-height: 40px;
}
@include media-breakpoint-up(xl) { @include media-breakpoint-between(md,xl){
overflow-wrap: break-word; overflow-wrap: break-word;
color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, 1);
font-size: 76px; font-size: 50px;
font-family: PingFangSC-Semibold; font-family: PingFangSC-Semibold;
font-weight: 600; font-weight: 600;
text-align: left; text-align: left;
//line-height: 94px; line-height: 55px;
} }
@include media-breakpoint-up(xl) {
overflow-wrap: break-word;
color: rgba(255, 255, 255, 1);
font-size: 76px;
font-family: PingFangSC-Semibold;
font-weight: 600;
text-align: left;
//line-height: 94px;
} }
} }