From 06f086324ae45167e2c4705fa62c1e03a6b5f8a7 Mon Sep 17 00:00:00 2001 From: zhcnyuyang Date: Sat, 3 May 2025 21:03:18 +0800 Subject: [PATCH] =?UTF-8?q?banner=E6=9B=B4=E6=96=B0=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/publicstyle.scss | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/src/publicstyle.scss b/src/publicstyle.scss index d2de17b..a022233 100644 --- a/src/publicstyle.scss +++ b/src/publicstyle.scss @@ -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; } } }