fans.wxss
827 字节
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/* pages/index/fans/fans.wxss */
.item_list {
display: flex;
align-items: center;
justify-content: space-between;
padding: 30rpx;
box-sizing: border-box;
border-bottom: 1rpx solid #ebebeb;
}
.head_img {
width: 80rpx;
height: 80rpx;
border-radius: 50%;
margin-right: 28rpx;
}
.list_left {
display: flex;
align-items: center;
color: #a5a6a8;
font-size: 24rpx;
}
.user_name {
font-size: 30rpx;
font-weight: bold;
color: #000;
}
.list_hint {
font-size: 24rpx;
color: #4a74cf;
}
.list_hint2 {
font-size: 28rpx;
color: #4a74cf;
}
.list_label {
width: 112rpx;
height: 40rpx;
background: #DCDDE0;
border-radius: 5rpx;
font-size: 24rpx;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
.list_active{
background: #F7F7F7;
color: #3568CC;
}