list.wxss
792 Bytes
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
.list-container {
position: relative;
padding-bottom: 180rpx;
box-sizing: border-box;
}
.list-container .filter-view {
position: fixed;
top: 0;
left: 0;
right: 0;
border-top: 1rpx solid #eee;
border-bottom: 1rpx solid #eee;
z-index: 10001;
background-color: #fff;
}
.list-container .list-view {
padding-top: 88rpx;
padding-bottom: 65rpx;
}
.copy-right {
position: absolute;
bottom: 0;
right: 0;
left: 0;
}
.no-res {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding-top: 220rpx;
text-align: center;
background-color: #fff;
z-index: -1;
}
.no-res .no-res-img {
width: 204rpx;
height: 204rpx;
margin-top: 110rpx;
}
.no-res .no-res-txt {
font-size: 24rpx;
text-align: center;
margin-top: 21rpx;
color: #444;
}