22301009 | 24e5c0f | 2025-04-15 21:31:12 +0800 | [diff] [blame] | 1 | .user-center { |
2 | max-width: 800px; | ||||
3 | margin: 0 auto; | ||||
4 | padding: 20px; | ||||
5 | font-family: Arial, sans-serif; | ||||
6 | } | ||||
7 | |||||
8 | .profile-header { | ||||
9 | text-align: center; | ||||
10 | margin-bottom: 20px; | ||||
11 | } | ||||
12 | |||||
13 | .avatar { | ||||
14 | width: 100px; | ||||
15 | height: 100px; | ||||
16 | border-radius: 50%; | ||||
17 | object-fit: cover; | ||||
18 | } | ||||
19 | |||||
20 | h1 { | ||||
21 | font-size: 2em; | ||||
22 | margin-top: 10px; | ||||
23 | } | ||||
24 | |||||
25 | .profile-details { | ||||
26 | font-size: 1.2em; | ||||
27 | } | ||||
28 | |||||
29 | .profile-details p { | ||||
30 | margin: 10px 0; | ||||
31 | } | ||||
32 | |||||
33 | .profile-details strong { | ||||
34 | color: #333; | ||||
35 | } | ||||
36 | |||||
37 | .error { | ||||
38 | color: red; | ||||
39 | text-align: center; | ||||
40 | } |