index.wxss
1.33 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
.container {
background-color: white;
display: flex;
flex-direction: column;
padding-top: 105rpx;
}
.container .separator {
height: 20rpx;
width: 100%;
background-color: #f2f2f2;
}
.scrollview {
background-color: white;
}
.top-search {
position: fixed;
top: 0;
left: 0;
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
z-index: 1000;
}
.search-section {
height: 72rpx;
padding: 18rpx 30rpx;
background-color: #fff;
box-sizing: content-box;
flex: 1;
}
.search-section .tip {
font-family: PingFang-SC-Regular, sans-serif;
height: 72rpx;
font-size: 28rpx;
color: #b0b0b0;
text-align: center;
line-height: 72rpx;
border-radius: 40rpx;
background: #f7f7f7;
}
.search-section .tip-text {
display: inline-block;
position: relative;
}
.search-section .image-icon {
position: absolute;
height: 30rpx;
width: 30rpx;
top: 50%;
left: -40rpx;
margin-top: -15rpx;
}
.recommend-product .list-head {
padding-bottom: 92rpx;
}
.recommend-product .filter {
width: 100%;
height: 92rpx;
position: absolute;
border-top: 1rpx solid #eee;
border-bottom: 1rpx solid #eee;
box-sizing: border-box;
background-color: #fff;
}
.recommend-product .filter.float {
position: fixed;
top: 103rpx;
z-index: 1000;
}
.recommend-product .list {
padding-bottom: 90rpx;
}