niangjiulist.wxss
705 字节
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
.niangjiuitem{
display:flex;
align-items: center;
justify-content: space-between;
padding: 32rpx 0;
box-sizing: border-box;
border-bottom:1rpx solid #f5f5f5;
}
.duigou{
width:24rpx;
height:24rpx;
font-size: 0;
margin-left:8rpx;
}
.niangjiulist{
padding: 0 32rpx;
}
.njiuimg{
width:60rpx;
height:60rpx;
font-size: 0;
border-radius: 50%
}
.njiuimg image{
border-radius:50%;
}
.niangjiuleft{
display:flex;
align-items: center;
}
.leftname{
color:#1A1A1A;
font-size: 28rpx;
margin-left:30rpx;
}
.alatten{
padding:0 20rpx;
height:50rpx;
background:#B3B3B3;
border-radius:2rpx;
font-size:26rpx;
color:#fff;
text-align:center;
line-height:50rpx;
}