22301009 | 6401163 | 2025-06-04 21:57:22 +0800 | [diff] [blame^] | 1 | .user-center { |
2 | max-width: 100%; | ||||
3 | padding: 3%; | ||||
4 | font-family: Arial, sans-serif; | ||||
5 | display: flex; | ||||
6 | gap: 10%; | ||||
7 | background: #333; | ||||
8 | } | ||||
9 | |||||
10 | .post-item { | ||||
11 | margin-bottom: 20px; | ||||
12 | } | ||||
13 | |||||
14 | .post-item h3 { | ||||
15 | font-size: 1.3em; | ||||
16 | margin-bottom: 8px; | ||||
17 | } | ||||
18 | |||||
19 | .post-item p { | ||||
20 | margin: 4px 0; | ||||
21 | color: #333; | ||||
22 | } |