调式
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; /* 防止元素翻转时的闪烁 */
}