From 7d117273556843c171bf0f75537a6cbcee66f8bb Mon Sep 17 00:00:00 2001 From: zhcnyuyang Date: Tue, 6 May 2025 19:51:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=B3=E5=B0=86=E5=8A=A0=E5=85=A5=E8=A7=86?= =?UTF-8?q?=E9=A2=91=EF=BC=8C=E7=89=B9=E6=AD=A4=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/publicstyle.scss | 138 +++++++++++++++++++++---------------------- 1 file changed, 69 insertions(+), 69 deletions(-) diff --git a/src/publicstyle.scss b/src/publicstyle.scss index 7e63733..a984eca 100644 --- a/src/publicstyle.scss +++ b/src/publicstyle.scss @@ -32,83 +32,83 @@ @include media-breakpoint-up(md) { 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; - position: relative; - @include media-breakpoint-between(xs, md) { - //margin-left: 45px; - } - - @include media-breakpoint-up(md) { - //margin-left: 368px; - } + line-height: 40px; } - .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; - 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; - } + @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; } - .banner2 { - @include media-breakpoint-between(xs, md) { - overflow-wrap: break-word; - color: rgba(255, 255, 255, 1); - font-size: 32px; - font-family: PingFangSC-Semibold; - font-weight: 600; - text-align: left; - line-height: 40px; - } + @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; + } +} - @include media-breakpoint-between(md,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; - } +.banner2 { + @include media-breakpoint-between(xs, md) { + overflow-wrap: break-word; + color: rgba(255, 255, 255, 1); + font-size: 32px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + line-height: 40px; + } - @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; - } + @include media-breakpoint-between(md,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; + } + + @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; } }