修复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

@@ -1,14 +1,17 @@
html {
width: 100%;
}
body {
/* width: 100vw;
height: 100vh; */
background: #000;
overflow-x: hidden;
padding: 0 !important;
margin:0 !important;
/* padding: 0 !important;
margin:0 !important; */
/* width: 100vw !important; */
/* max-width:100vw !important */
margin:0 auto !important;
/* margin:0 auto !important; */
}
.opacity0 {
opacity: 0;