粒子属性调整

This commit is contained in:
tianmo
2026-08-27 18:28:46 +08:00
parent 0be0844f0f
commit 2ad0b76d11
6 changed files with 530 additions and 49 deletions
+6 -1
View File
@@ -1,9 +1,14 @@
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: clip;
overscroll-behavior: none;
background: #0b0b12;
color: #e8e8f0;
font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
}
body { position: fixed; inset: 0; }
* { box-sizing: border-box; }
#app { width: 100%; height: 100vh; }
#app { position: fixed; inset: 0; width: auto; height: auto; overflow: clip; }