审查视图

pages/search/search.wxss 4.7 KB
倪静楠 authored
1 2 3 4 5
.container {
  /* padding: 0 32rpx; */
  padding-top: 24rpx;
  background: linear-gradient(180deg, #ffffff, #ebedf0);
}
倪静楠 authored
6
倪静楠 authored
7 8 9 10
/* 搜索框 */
.search_center {
  height: 68rpx;
  margin-bottom: 24rpx;
倪静楠 authored
11
  width: 750rpx;
倪静楠 authored
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
}

.real_search_center {
  margin: 0 auto;
  margin-bottom: 24rpx;
  width: 606rpx;
  height: 64rpx;
  background: #f7f8fa;
  border-radius: 186rpx;
  position: relative;
  padding-right: 0;
  box-sizing: border-box;
  display: flex;
  margin-left: 32rpx;
}
倪静楠 authored
28
.searchIcon {
倪静楠 authored
29 30 31 32 33 34 35 36
  width: 32rpx;
  height: 32rpx;
  margin-right: 12rpx;
  display: flex;
  height: 64rpx;
  align-items: center;
  margin-left: 16rpx;
}
倪静楠 authored
37 38

.searchIcon image {
倪静楠 authored
39 40 41
  width: 32rpx;
  height: 32rpx;
}
倪静楠 authored
42
倪静楠 authored
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
.icon-sousuo {
  font-size: 32rpx;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20rpx;
}

.real_search_center input {
  width: 490rpx;
  height: 100%;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 64rpx;
  color: rgba(189, 196, 206, 1);
  padding: 0 30rpx;
  padding-left: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.placeholder {
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 64rpx;
  color: rgba(189, 196, 206, 1);
}
倪静楠 authored
74
倪静楠 authored
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
.search_right {
  width: 104rpx;
  height: 64rpx;
  /* background: rgba(232, 101, 27, 1); */
  border-radius: 20rpx;
  text-align: center;
  line-height: 64rpx;
  color: #323233;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
}


/* 搜索 */
.search {
  height: 108rpx;
}

.searchHistory {
  width: 750rpx;
  height: 420rpx;
倪静楠 authored
97
  background: linear-gradient(180deg, #ffffff, #ebedf0);
倪静楠 authored
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 138 139 140 141 142 143 144 145 146 147 148
  /* background-color: cadetblue; */
}

.searchTitle {
  width: 686rpx;
  height: 40rpx;
  font-size: 28rpx;
  color: #7d7e80;
  display: flex;
  margin: 0 auto;
  margin-bottom: 24rpx;
  justify-content: space-between;
}

.searchLable {
  margin-top: 24rpx;
  width: 686rpx;
  margin: 0 auto;
}

.searchTitle .title {
  width: 112rpx;
  height: 40rpx;
}

.searchTitle .delIcon {
  width: 32rpx;
  height: 32rpx;
}

.searchTitle .delIcon image {
  width: 32rpx;
  height: 32rpx;
}

.lableBox {
  display: inline-block;
  height: 64rpx;
  width: auto;
  padding: 14rpx 32rpx;
  background: #f7f8fa;
  border-radius: 8px;
  box-sizing: border-box;
  margin-right: 16rpx;
  line-height: 36rpx;
  color: #323233;
  font-size: 26rpx;
  font-weight: 400;
}

/* 猜你喜欢 */
倪静楠 authored
149 150 151 152 153 154 155 156 157 158
.moneyIcon{
  font-size: 23rpx;
  color: #FF1717;
  margin-right: -4rpx;
}
.moneyNum{
  font-size: 28rpx;
  font-weight: 500;
  color: #FF1717;
}
倪静楠 authored
159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210
.middleLine {
  width: 750rpx;
  height: 16rpx;
  background-color: #f1f2f4;
}

.like {
  width: 686rpx;
  margin-top: 16rpx;
  background-color: rgb(241, 247, 247);
  margin: 0 auto;
}

.titleMain {
  width: 152rpx;
  height: 96rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.like .icon {
  width: 8rpx;
  height: 32rpx;
  background: linear-gradient(137deg, #5b8eff, #2e55ff 92%);
  border-radius: 4px;
}

.like .title {
  width: 128rpx;
  height: 44rpx;
  font-size: 32rpx;
  font-weight: 500;
  text-align: center;
  color: #101010;
  line-height: 44rpx;
}

.listTable {
  width: 686rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.listSon {
  margin-bottom: 16rpxs;
  width: 335rpx;
  background-color: #ffffff;
  margin-bottom: 24rpx;
倪静楠 authored
211
  padding: 0 0 8rpx 0;
倪静楠 authored
212
  box-sizing: border-box;
倪静楠 authored
213
  border-radius: 16rpx;
倪静楠 authored
214 215 216 217 218 219 220
}

.listPic {
  height: 328rpx;
}

.listSon image {
倪静楠 authored
221
  width: 100%;
倪静楠 authored
222
  height: 328rpx;
倪静楠 authored
223
  border-radius: 16rpx;
倪静楠 authored
224 225 226 227 228 229 230 231
}

.listTitle {
  width: 100%;
  font-size: 28rpx;
  font-weight: 500;
  color: #323233;
  line-height: 40rpx;
倪静楠 authored
232 233 234 235 236 237
  padding: 0 24rpx;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 16rpx;
倪静楠 authored
238 239 240 241 242 243 244 245
}

.collect {
  width: 100%;
  font-size: 24rpx;
  font-weight: 400;
  text-align: left;
  color: #7d7e80;
倪静楠 authored
246 247 248 249 250 251
  padding: 0 24rpx;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
倪静楠 authored
252 253 254 255 256 257 258 259
}

.discount {
  width: 100%;
  height: 32rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
倪静楠 authored
260
  margin-top: 8rpx;
倪静楠 authored
261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279
}

.discountTitle {
  width: 10rpx;
  height: 38rpx;
  /* border: 1rpx solid #ff4944; */
  border-radius: 12rpx;
  font-size: 22rpx;
  font-weight: 400;
  text-align: left;
  color: #ff4340;
  line-height: 48rpx;
  letter-spacing: 1rpx;
  text-align: center;
}

.discountPic {
  font-size: 28rpx;
  color: #f8633e;
倪静楠 authored
280
  padding: 0 24rpx;
倪静楠 authored
281 282 283 284 285
}

.discountPic image {
  width: 48rpx;
  height: 48rpx;
倪静楠 authored
286 287 288 289 290 291 292 293 294
}
.bottomHint {
  font-size: 24rpx;
  color: gray;
  display: flex;
  justify-content: center;
  background-color: #f1f2f4;
  /* margin-bottom: 250rpx; */
}