All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
47 lines
915 B
CSS
47 lines
915 B
CSS
.wift6 {
|
||
position: relative;
|
||
width: 100%;
|
||
aspect-ratio: 2560/1440; /* 2560/1440=16/9,核心比例约束 */
|
||
/* background: url('../img/rgb.png');
|
||
background-repeat: no-repeat;
|
||
background-size: 100% auto; */
|
||
min-width: 1280px;
|
||
margin-top: 2.45rem;
|
||
}
|
||
.wift6-text {
|
||
position: absolute;
|
||
top: -50px;
|
||
width: 100%;
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: center;
|
||
}
|
||
.wift6-t {
|
||
width: 100%;
|
||
font-size: 0.63rem;
|
||
color: #cbcfd8;
|
||
text-align: center;
|
||
}
|
||
.wift6-p {
|
||
font-size: clamp(16px, 1vw, 0.22rem);
|
||
color: #cbcfd8;
|
||
text-align: center;
|
||
padding-top: 0.74rem;
|
||
line-height: 1.8;
|
||
font-family: "HarmonyOS-Light";
|
||
}
|
||
.wift6-img {
|
||
width: 100%;
|
||
min-width: 1280px;
|
||
position: absolute;
|
||
bottom: -0.56rem;
|
||
display: flex;
|
||
justify-content: center;
|
||
gap: 0.4rem;
|
||
}
|
||
.wift6-img img {
|
||
max-width:7.15rem;
|
||
aspect-ratio: 715/309;
|
||
display: block;
|
||
}
|