刘嘉昕 | 441fc37 | 2025-06-09 17:47:11 +0800 | [diff] [blame^] | 1 | .home-layout { |
2 | min-height: 100vh; | ||||
3 | background-color: #f0f2f5; | ||||
4 | } | ||||
5 | |||||
6 | .home-header { | ||||
7 | background-color: #001529; | ||||
8 | padding: 0 24px; | ||||
9 | height: 64px; | ||||
10 | } | ||||
11 | |||||
12 | .home-content { | ||||
13 | padding: 24px 0; | ||||
14 | } | ||||
15 | |||||
16 | .post-card { | ||||
17 | background: #fff; | ||||
18 | border-radius: 8px; | ||||
19 | box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); | ||||
20 | } |