This commit is contained in:
李志鹏
2026-02-04 10:11:36 +08:00
13 changed files with 382 additions and 80 deletions

View File

@@ -1,3 +1,20 @@
body,
html,
div,
ul,
li,
h1,
h2,
h3,
p {
margin: 0;
padding: 0;
}
*{
box-sizing: border-box;
}
html,
body,
#app {