blob: d4d9476ce895d98e79a3d977dfe6b24cf132c081 [file] [log] [blame]
2230100924e5c0f2025-04-15 21:31:12 +08001.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
20h1 {
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}