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

This commit is contained in:
2025-12-17 17:57:10 +08:00
parent 91661b6bb4
commit b7e09aeb04
24 changed files with 632 additions and 288 deletions

View File

@@ -17,6 +17,7 @@
width: 100%;
height: 100%;
overflow: hidden;
z-index: -10;
}
/* 图片:按原始比例填充包裹层,不裁切,初始放大+过渡动画 */
@@ -84,7 +85,24 @@
height:clamp(50px,3vw,0.6rem);
/* 最终高度vw单位 */
}
.zoom-text {
padding-top: 1.68rem;
padding-bottom: 2rem;
}
.zoom-text div{
width: 100%;
text-align: center;
font-size:0.63rem;
color:#CBCFD8
}
.zoom-text p{
width: 100%;
text-align: center;
font-size:clamp(16px,1vw,0.22rem);
color:#cbcfd8;
padding-top: 0.55rem;
font-family: "HarmonyOS-Light";
}
/* 响应式适配1280px以下固定尺寸 */
@media (max-width: 1280px) {
.zoom-container {