search.wxss
1.99 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
.search-container {
position: relative;
box-sizing: border-box;
padding-bottom: 180rpx;
}
.copy-right {
position: absolute;
bottom: 0;
right: 0;
left: 0;
}
.top-search {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 88rpx;
padding: 18rpx 30rpx;
box-sizing: border-box;
background-color: #f0f0f0;
z-index: 10001;
}
.input-bg {
position: absolute;
top: 18rpx;
right: 30rpx;
left: 30rpx;
height: 56rpx;
padding-left: 40rpx;
background: #fff;
border-radius: 10rpx;
}
.search-input {
height: 56rpx;
padding-left: 48rpx;
margin-right: 80rpx;
font-size: 24rpx;
box-sizing: border-box;
}
.top-search .icon {
position: absolute;
top: 32rpx;
left: 40rpx;
width: 26rpx;
height: 26rpx;
}
.placeholder {
font-family: PingFang SC, sans-serif;
font-size: 24rpx;
color: #b0b0b0;
}
.recent-keys {
position: fixed;
top: 88rpx;
left: 0;
right: 0;
padding: 0 30rpx;
}
.recent-keys .title {
padding: 30rpx 0;
color: #b0b0b0;
font-size: 28rpx;
}
.recent-keys .delete {
float: right;
width: 30rpx;
height: 34rpx;
}
.recent-keys .key {
display: inline-block;
padding: 10rpx 12rpx;
margin-left: 10rpx;
margin-bottom: 10rpx;
color: #444;
font-size: 28rpx;
border-radius: 6rpx;
border: 1rpx #e0e0e0 solid;
}
.fixed-filter {
position: fixed;
top: 88rpx;
left: 0;
right: 0;
width: 100%;
background-color: white;
z-index: 10002;
border-top: 1rpx solid #eee;
border-bottom: 1rpx solid #eee;
}
.no-res {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding-top: 203rpx;
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;
}
.product-list {
padding-top: 179rpx;
padding-bottom: 60rpx;
}
.activity-title {
padding: 20rpx 30rpx;
background-color: #f0f0f0;
font-size: 24rpx;
text-align: center;
}