调整
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s

This commit is contained in:
2025-12-19 16:04:46 +08:00
parent d9000fbe1c
commit 991ca5b61c
24 changed files with 1794 additions and 74 deletions

View File

@@ -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) {