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

This commit is contained in:
2025-12-16 15:43:00 +08:00
parent e4f509a9e5
commit ded748ca87
6 changed files with 301 additions and 285 deletions

View File

@@ -7,6 +7,8 @@ body {
height: 100vh; */
background: #000;
overflow-x: hidden;
scroll-behavior: smooth !important;
-webkit-overflow-scrolling: touch !important;
/* padding: 0 !important;
margin:0 !important; */
/* width: 100vw !important; */
@@ -24,3 +26,7 @@ body {
transition: opacity 0.8s ease-out, transform 0.8s ease-out,
visibility 0.8s ease-out;
}
/* 18-19号防卡顿延迟19号动画 */
/* [data-order="19"] {
transition: all 0.3s ease-out 0.2s !important;
} */