blob: afb50a0e89dd57381e581ac0e0ca857b1348627a [file] [log] [blame]
San3yuan4d0e8032025-04-04 17:21:40 +08001
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