修复bug
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s

This commit is contained in:
2025-12-16 09:34:44 +08:00
parent be33b21b43
commit ae51682afe
18 changed files with 121 additions and 81 deletions

View File

@@ -3,7 +3,7 @@
position: relative;
width: 100%;
min-width: 1280px;
margin-top: 2.49rem;
margin-top:1.87rem;
aspect-ratio: 16/9; /* 2560/1440=16/9核心比例约束 */
/* background: url('../img/yq1.png'); */
background-size: cover;
@@ -24,12 +24,12 @@
/* 宽幅限制生效 */
width: 100%;
min-width: 1280px;
padding-top: 1.47rem;
padding-top: 1.1rem;
}
.overlay-text h2 {
width: 100%;
font-size: 0.63rem;
font-size: 0.5rem;
color: #cbcfd8;
text-align: center;
line-height: 1;
@@ -46,14 +46,17 @@
width: 100%;
justify-content: center;
position: absolute;
bottom: -50px;
bottom: -0.71rem;
gap: 0.2rem;
}
.float-cards img {
width: 2.22rem;
}
.bottom-desc {
text-align: center;
color: #cbcfd8;
font-size: clamp(16px, 1vw, 0.22rem);
padding-top: 1.9rem;
padding-top: 1.43rem;
width: 100%;
min-width: 1280px;
}