This commit is contained in:
@@ -2,12 +2,22 @@
|
||||
.wift-bg {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
aspect-ratio: 2560/1913; /* 2560/1440=16/9,核心比例约束 */
|
||||
height: 100%;
|
||||
aspect-ratio: 2560/1913;
|
||||
/* 2560/1440=16/9,核心比例约束 */
|
||||
/* background: url('../img/w1.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% auto; */
|
||||
min-width: 1280px;
|
||||
margin-bottom: 0.71rem;
|
||||
/* margin-bottom: 0.71rem; */
|
||||
position: relative;
|
||||
}
|
||||
.wift-test {
|
||||
position: absolute;
|
||||
left:50%;
|
||||
top:3rem;
|
||||
transform: translateX(-50%);
|
||||
|
||||
}
|
||||
.wift-bg-t {
|
||||
font-size: 0.5rem;
|
||||
@@ -20,7 +30,7 @@
|
||||
color: #cbcfd8;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding-top: 0.73rem;
|
||||
padding-top: 0.43rem;
|
||||
line-height: 1.8;
|
||||
font-family: "HarmonyOS-Light";
|
||||
}
|
||||
@@ -47,9 +57,10 @@
|
||||
}
|
||||
.wift-t {
|
||||
width: 100%;
|
||||
color: #cbcfd8;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
margin-top: 2.95rem;
|
||||
/* margin-top: 2.95rem; */
|
||||
/* padding-top: 2.95rem; */
|
||||
font-size: 0.72rem;
|
||||
}
|
||||
.wift-t div:nth-child(1) {
|
||||
|
||||
Reference in New Issue
Block a user