San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame^] | 1 | |
2 | .user{ | ||||
3 | display: flex; | ||||
4 | flex-direction: column; | ||||
5 | align-items: center; | ||||
6 | justify-content: center; | ||||
7 | margin-top: 20px; | ||||
8 | } | ||||
9 | .user img { | ||||
10 | width:40%; | ||||
11 | border-radius: 20px; | ||||
12 | margin-top: 20px; | ||||
13 | } | ||||
14 | .info p{ | ||||
15 | font-size: 20px; | ||||
16 | font-weight: bold; | ||||
17 | margin-top: 20px; | ||||
18 | } | ||||
19 |