All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 5s
44 lines
845 B
CSS
44 lines
845 B
CSS
|
||
.wift-bg {
|
||
position: relative;
|
||
width: 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;
|
||
}
|
||
.wift-bg-t {
|
||
font-size: 0.63rem;
|
||
color: #cbcfd8;
|
||
width: 100%;
|
||
text-align: center;
|
||
}
|
||
.wift-bg-p {
|
||
font-size: clamp(16px, 1vw, 0.22rem);
|
||
color: #cbcfd8;
|
||
width: 100%;
|
||
text-align: center;
|
||
padding-top: 0.74rem;
|
||
}
|
||
.wift-bg-img {
|
||
width: 100%;
|
||
display: flex;
|
||
justify-content: center;
|
||
max-height: 3.11rem;
|
||
position: absolute;
|
||
bottom: 1.46rem;
|
||
}
|
||
.wift-bg-img img {
|
||
max-width: 14.4rem;
|
||
width: 100%;
|
||
}
|
||
.wift-t {
|
||
width: 100%;
|
||
color: #cbcfd8;
|
||
font-size: 0.72rem;
|
||
text-align: center;
|
||
margin-top: 3.93rem;
|
||
margin-bottom: 0.35rem;
|
||
} |