Files
orico-official-website/public/static/index/pc/css/topic_laptop/wift.css
liqian 1ffa2a7d37
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s
调式
2025-12-20 14:01:18 +08:00

74 lines
1.4 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.wift-bg {
position: relative;
width: 100%;
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; */
position: relative;
}
.wift-test {
position: absolute;
left:50%;
top:3rem;
transform: translateX(-50%);
}
.wift-bg-t {
font-size: 0.5rem;
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.43rem;
line-height: 1.8;
font-family: "HarmonyOS-Light";
}
.wift-bg-p1 {
font-size: clamp(16px, 1vw, 0.22rem);
color: #cbcfd8;
width: 100%;
text-align: center;
padding-top: 0.43rem;
line-height: 1.8;
font-family: "HarmonyOS-Light";
}
.wift-bg-img {
width: 100%;
display: flex;
justify-content: center;
position: absolute;
bottom: 1.46rem;
}
.wift-bg-img img {
width: 14.41rem;
}
.wift-t {
width: 100%;
color: #fff;
text-align: center;
/* margin-top: 2.95rem; */
/* padding-top: 2.95rem; */
font-size: 0.72rem;
}
.wift-t div:nth-child(1) {
font-size: 0.72rem;
line-height: 1;
padding-bottom: 0.33rem;
}
.wift-t div:nth-child(2) {
font-size: 0.63rem;
line-height: 1;
}