22301008 | af17315 | 2025-06-15 10:46:25 +0800 | [diff] [blame^] | 1 | * { |
2 | margin: 0; | ||||
3 | padding: 0; | ||||
4 | box-sizing: border-box; | ||||
5 | } | ||||
6 | |||||
7 | body { | ||||
8 | font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif; | ||||
9 | -webkit-font-smoothing: antialiased; | ||||
10 | -moz-osx-font-smoothing: grayscale; | ||||
11 | background-color: #f5f7fa; | ||||
12 | } | ||||
13 | |||||
14 | button { | ||||
15 | border: none; | ||||
16 | background: none; | ||||
17 | cursor: pointer; | ||||
18 | font-family: inherit; | ||||
19 | } | ||||
20 | |||||
21 | a { | ||||
22 | text-decoration: none; | ||||
23 | color: inherit; | ||||
24 | } | ||||
25 | |||||
26 | #root { | ||||
27 | width: 100%; | ||||
28 | min-height: 100vh; | ||||
29 | } |