banner更新完成

This commit is contained in:
zhcnyuyang 2025-05-03 21:03:18 +08:00
parent 3afbd61bf8
commit 06f086324a

View File

@ -64,9 +64,17 @@
line-height: 40px;
}
@include media-breakpoint-up(md) {
//width: 1125px;
//height: 188px;
@include media-breakpoint-between(md,lg){
overflow-wrap: break-word;
color: rgba(255, 255, 255, 1);
font-size: 55px;
font-family: PingFangSC-Thin;
font-weight: 100;
text-align: left;
line-height: 60px;
}
@include media-breakpoint-up(lg) {
overflow-wrap: break-word;
color: rgba(255, 255, 255, 1);
font-size: 76px;
@ -79,8 +87,6 @@
.banner2 {
@include media-breakpoint-between(xs, md) {
//width: 285px;
//height: 80px;
overflow-wrap: break-word;
color: rgba(255, 255, 255, 1);
font-size: 32px;
@ -90,16 +96,24 @@
line-height: 40px;
}
@include media-breakpoint-up(md) {
//width: 1125px;
//height: 188px;
@include media-breakpoint-between(md,lg){
overflow-wrap: break-word;
color: rgba(255, 255, 255, 1);
font-size: 55px;
font-family: PingFangSC-Semibold;
font-weight: 600;
text-align: left;
line-height: 60px;
}
@include media-breakpoint-up(lg) {
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;
//line-height: 94px;
}
}
}