2026-01-12 12:23:44 +08:00
|
|
|
:root {
|
|
|
|
|
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
2026-01-18 09:08:38 +08:00
|
|
|
color-scheme: light;
|
|
|
|
|
color: #213547;
|
|
|
|
|
background-color: #ffffff;
|
2026-01-12 12:23:44 +08:00
|
|
|
|
|
|
|
|
font-synthesis: none;
|
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
color: #646cff;
|
|
|
|
|
text-decoration: inherit;
|
|
|
|
|
}
|
|
|
|
|
a:hover {
|
2026-01-18 09:08:38 +08:00
|
|
|
color: #747bff;
|
2026-01-12 12:23:44 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
min-width: 320px;
|
|
|
|
|
min-height: 100vh;
|
2026-01-18 09:08:38 +08:00
|
|
|
overflow-x: hidden;
|
2026-01-12 12:23:44 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
font-size: 3.2em;
|
|
|
|
|
line-height: 1.1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
border: 1px solid transparent;
|
|
|
|
|
padding: 0.6em 1.2em;
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-family: inherit;
|
2026-01-18 09:08:38 +08:00
|
|
|
background-color: #f9f9f9;
|
2026-01-12 12:23:44 +08:00
|
|
|
cursor: pointer;
|
|
|
|
|
transition: border-color 0.25s;
|
|
|
|
|
}
|
|
|
|
|
button:hover {
|
|
|
|
|
border-color: #646cff;
|
|
|
|
|
}
|
|
|
|
|
button:focus,
|
|
|
|
|
button:focus-visible {
|
|
|
|
|
outline: 4px auto -webkit-focus-ring-color;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card {
|
|
|
|
|
padding: 2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#app {
|
2026-01-18 09:08:38 +08:00
|
|
|
width: 100vw;
|
2026-01-12 12:23:44 +08:00
|
|
|
height: 100vh;
|
2026-01-18 09:08:38 +08:00
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
max-width: none;
|
2026-01-12 12:23:44 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Global */
|
|
|
|
|
html,
|
|
|
|
|
body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
2026-01-18 09:08:38 +08:00
|
|
|
width: 100%;
|
2026-01-12 12:23:44 +08:00
|
|
|
height: 100%;
|
2026-02-14 18:28:37 +08:00
|
|
|
overflow-x: hidden;
|
|
|
|
|
overflow-y: auto;
|
2026-01-12 12:23:44 +08:00
|
|
|
}
|