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

This commit is contained in:
2025-12-20 14:01:18 +08:00
parent e5ccd8d031
commit c0cbe6c0df
5 changed files with 46 additions and 67 deletions

View File

@@ -43,8 +43,3 @@ body {
/* [data-order="19"] {
transition: all 0.3s ease-out 0.2s !important;
} */
[data-order], .annotation, .progress-fill, .zoom-image, .float-card {
transform: translateZ(0); /* 开启硬件加速,将元素交给 GPU 渲染 */
will-change: opacity, transform; /* 告诉浏览器提前优化这个元素 */
backface-visibility: hidden; /* 防止元素翻转时的闪烁 */
}

View File

@@ -189,14 +189,14 @@
.progress-p {
color: #cbcfd8;
font-size: clamp(16px, 1vw, 0.22rem);
margin-top: 1.23rem;
margin-bottom: 5.04rem;
margin-top: 1.56rem;
margin-bottom: 2rem;
text-align: center;
}
.progress-p1 {
color: #cbcfd8;
font-size: clamp(16px, 1vw, 0.22rem);
margin-top: 1.56rem;
/* margin-bottom: 2.3rem; */
/* margin-bottom: 1.66rem; */
text-align: center;
}

View File

@@ -39,7 +39,7 @@
color: #cbcfd8;
width: 100%;
text-align: center;
padding-top: 0.39rem;
padding-top: 0.43rem;
line-height: 1.8;
font-family: "HarmonyOS-Light";
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB