| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
 | |   |  | .userBox{ |  |   display: flex; |  |   justify-content: center; |  |   height: 200rpx; |  | } |  |   |  | .tzFlag{ |  |   width: 60rpx; |  |   height: 30rpx; |  |   font-size: 25rpx; |  |   line-height: 30rpx; |  |   border-radius: 5rpx; |  |   background: #fc464f; |  |   color: #fff; |  |   text-align: center; |  | } |  | .userItem{ |  |   margin-top: 60rpx; |  | } |  |   |  | .queshi{ |  |   text-align: center; |  |   height: 40rpx; |  | } |  |   |  | .headimg{ |  |   width: 80rpx; |  |   height: 80rpx; |  |   border-radius: 50%; |  |   vertical-align: middle |  | } |  |   |  | .djs{ |  |   color: #df2525; |  | } | 
 |