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; } } }