goodsList.ttss
937 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
54
55
56
57
58
.productListContainer {
/*position: absolute;*/
/*top: 90rpx;*/
margin-top: 90rpx;
display: flex;
flex-direction: row;
flex-wrap: wrap;
background-color: white;
}
.fixedFilter {
position: fixed;
top: -1rpx;
left: 0rx;
height: 90rpx;
width: 100%;
background-color: white;
z-index: 999;
border-bottom: 1rpx #e5e5e5 solid;
}
.loadMore {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
height: 88rpx;
}
.loadText {
margin-left: 10;
color: #b1b1b1;
text-align: center;
font-size: 28rpx;
}
.noContentClass{
display: flex;
flex-direction: column;
align-items: center;
width:100%;
margin-top: 158rpx;
}
.noContentClass .nosearch-ic {
width:204rpx;
height:204rpx;
margin-top:200rpx
}
.noContentClass .noContent{
font-size:24rpx;
text-align:center;
margin-top:21rpx;
color: #444444;
}