This commit is contained in:
李志鹏
2026-02-04 10:10:07 +08:00
22 changed files with 1140 additions and 28 deletions

View File

@@ -1,8 +1,3 @@
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html,
body,
#app {

View File

@@ -1,9 +1,3 @@
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html,
body,
#app {
@@ -12,7 +6,6 @@ body,
overflow: hidden;
}
@keyframes loading {
0% {
transform: rotate(0deg);