中间大小字号调整,横幅部分彻底完工

This commit is contained in:
zhcnyuyang 2025-05-03 21:14:56 +08:00
parent 7fa697028e
commit 27f8064458
2 changed files with 4 additions and 28 deletions

View File

@ -28,28 +28,4 @@ export default {
} }
} }
#svpbannercontent .banner1{
@include media-breakpoint-between(lg,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;
}
}
#svpbannercontent .banner2{
@include media-breakpoint-between(lg,xl){
overflow-wrap: break-word;
color: rgba(255, 255, 255, 1);
font-size: 50px;
font-family: PingFangSC-Semibold;
font-weight: 600;
text-align: left;
line-height: 55px;
}
}
</style> </style>

View File

@ -64,7 +64,7 @@
line-height: 40px; line-height: 40px;
} }
@include media-breakpoint-between(md,lg){ @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: 50px; font-size: 50px;
@ -74,7 +74,7 @@
line-height: 55px; line-height: 55px;
} }
@include media-breakpoint-up(lg) { @include media-breakpoint-up(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: 76px;
@ -96,7 +96,7 @@
line-height: 40px; line-height: 40px;
} }
@include media-breakpoint-between(md,lg){ @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: 50px; font-size: 50px;
@ -106,7 +106,7 @@
line-height: 55px; line-height: 55px;
} }
@include media-breakpoint-up(lg) { @include media-breakpoint-up(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: 76px;