backpeoplelist.wxss
720 字节
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
page{
background: #FBF8FB
}
.rangeimg{
width:32rpx;
height:32rpx;
font-size: 0;
margin-right: 8rpx;
}
.rangename{
color:#06121E;
font-size:28rpx;
margin-left:12rpx;
}
.range{
padding:30rpx;
background: #fff;
}
.backtop{
width:690rpx;
margin:20rpx auto 0;
border-radius:16rpx;
}
.commonenter{
margin-right:0;
text-align: right
}
.backitem{
border-bottom:none
}
.time{
width:300rpx;
}
.backpeoplebox{
padding-bottom: 30rpx;
}
.sou{
color:#232323;
font-size: 28rpx;
padding:5rpx 20rpx;
box-sizing: border-box;
border:1rpx solid #f5f5f5;
border-radius: 14rpx;
}
.nodata{
color:#999;
font-size: 36rpx;
text-align: center;
margin-top:36rpx;
}