banner更新完成
This commit is contained in:
parent
3afbd61bf8
commit
06f086324a
@ -64,9 +64,17 @@
|
|||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-between(md,lg){
|
||||||
//width: 1125px;
|
overflow-wrap: break-word;
|
||||||
//height: 188px;
|
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;
|
overflow-wrap: break-word;
|
||||||
color: rgba(255, 255, 255, 1);
|
color: rgba(255, 255, 255, 1);
|
||||||
font-size: 76px;
|
font-size: 76px;
|
||||||
@ -79,8 +87,6 @@
|
|||||||
|
|
||||||
.banner2 {
|
.banner2 {
|
||||||
@include media-breakpoint-between(xs, md) {
|
@include media-breakpoint-between(xs, md) {
|
||||||
//width: 285px;
|
|
||||||
//height: 80px;
|
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
color: rgba(255, 255, 255, 1);
|
color: rgba(255, 255, 255, 1);
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
@ -90,16 +96,24 @@
|
|||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-between(md,lg){
|
||||||
//width: 1125px;
|
overflow-wrap: break-word;
|
||||||
//height: 188px;
|
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;
|
overflow-wrap: break-word;
|
||||||
color: rgba(255, 255, 255, 1);
|
color: rgba(255, 255, 255, 1);
|
||||||
font-size: 76px;
|
font-size: 76px;
|
||||||
font-family: PingFangSC-Semibold;
|
font-family: PingFangSC-Semibold;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
line-height: 94px;
|
//line-height: 94px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user