This commit is contained in:
Your Name
2026-04-16 21:35:47 +08:00
parent ff32aa50bf
commit ebf632e651
86 changed files with 14097 additions and 585 deletions

View File

@@ -13,6 +13,7 @@ html,
body,
#app {
margin: 0;
height: 100%;
min-height: 100vh;
}
@@ -21,6 +22,7 @@ body {
radial-gradient(circle at top left, rgba(37, 99, 235, 0.08), transparent 28%),
radial-gradient(circle at top right, rgba(14, 165, 233, 0.08), transparent 22%),
#f4f6fb;
overflow: hidden;
}
a {