审查视图

pages/shopping-cart/shopping-cart.wxss 8.3 KB
倪静楠 authored
1
/* pages/shopping-cart/shopping-cart.wxss */
倪静楠 authored
2
page {
倪静楠 authored
3 4
  background-color: #f1f2f4;
}
倪静楠 authored
5
倪静楠 authored
6 7 8 9
.container {
  background-color: #f1f2f4;
  width: 100%;
  padding-top: 6rpx;
倪静楠 authored
10 11 12 13
  padding-bottom: 120rpx;
}

倪静楠 authored
14 15 16 17 18


/* 用户信息 */
.noAdd{
  width: 300rpx;
倪静楠 authored
19 20 21
  font-size: 32rpx;
  font-weight: 600;
  color: #323233;
倪静楠 authored
22 23
  position: absolute;
  top: 82rpx;
倪静楠 authored
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
}
.userInfo {
  width: 686rpx;
  height: 200rpx;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 20rpx;
  border-radius: 16rpx;
  padding: 32rpx 28rpx 32rpx 36rpx;
  box-sizing: border-box;
  position: relative;
}

.userName {
  display: inline-block;
  height: 40rpx;
  width: auto;
  font-size: 32rpx;
  font-weight: 600;
  text-align: left;
  color: #323233;
  line-height: 44rpx;
}

.userTell {
  display: inline-block;
  height: 40rpx;
  width: auto;
  margin-left: 30rpx;
  font-size: 32rpx;
  font-weight: 600;
  text-align: left;
  color: #323233;
  line-height: 44rpx;
}

.default {
  display: inline-block;
  width: 82rpx;
  height: 34rpx;
  background: #ff893f;
  border-radius: 18rpx;
  margin-left: 16rpx;
  font-size: 24rpx;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 34rpx;
  text-align: center;
}

.userAddress {
  width: 504rpx;
  font-size: 28prx;
  font-weight: 400;
  text-align: left;
  color: #6c6c6d;
  line-height: 40rpx;
  margin-top: 16rpx;
  height: 84rpx;
  overflow: hidden;
}

.arrow {
  width: 32rpx;
  height: 32rpx;
  position: absolute;
  top: 84rpx;
  left: 626rpx;
}

.arrow image {
倪静楠 authored
96 97
  width: 16rpx;
  height: 28rpx;
倪静楠 authored
98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
}

/* 配送时间 */
.timeBox {
  width: 686rpx;
  height: 104rpx;
  margin: 0 auto;
  margin-top: 24rpx;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 32rpx 24rpx;
  box-sizing: border-box;
  border-radius: 16rpx;
}

.calendar {
  width: 32rpx;
  margin-right: 12rpx;
}
倪静楠 authored
118 119

.picker {
倪静楠 authored
120 121
  width: 610rpx;
  height: 50rpx;
倪静楠 authored
122 123
  font-size: 28rpx;
  color: #323233;
倪静楠 authored
124
}
倪静楠 authored
125
倪静楠 authored
126
.calendar image {
倪静楠 authored
127 128
  width: 36rpx;
  height: 36rpx;
倪静楠 authored
129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 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 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274
}

.timeTitle,
.selectTime {
  font-size: 28rpx;
  font-weight: 400;
  text-align: left;
  color: #323233;
  line-height: 40rpx;
}

.selectTime {
  margin-left: 16rpx;
}

/* 购物车列表 */
.cartList {
  width: 686rpx;
  margin: 0 auto;
  margin-bottom: 120rpx;
  background-color: #ffffff;
  margin-top: 24rpx;
}

.cartListItem {
  width: 686rpx;
  height: 210rpx;
  padding: 32rpx 24rpx 36rpx;
  padding-bottom: 0;
  box-sizing: border-box;
  /* background-color: aqua; */
  margin: 0 auto;
  display: flex;
}

.itemLeft {
  width: 32rpx;
  margin-right: 14rpx;
  height: 180rpx;
  display: flex;
  align-items: center;
}

.itemLeft>view {
  width: 32rpx;
  height: 32rpx;
}

.itemLeft image {
  width: 32rpx;
  height: 32rpx;
}


.itemRight {
  width: 592rpx;
  height: 180rpx;
  display: flex;
}

.productPic {
  width: 180rpx;
  height: 180rpx;
  background-color: azure;
  margin-right: 24rpx;
}

.productPic image {
  width: 180rpx;
  height: 180rpx;
}

.productName {
  width: 320rpx;
  height: 40rpx;
  font-size: 28rpx;
  font-weight: 500;
  text-align: left;
  color: #333333;
  line-height: 40rpx;
  margin-bottom: 8rpx;
}

.productDetail {
  width: 304rpx;
  font-size: 24rpx;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 36rpx;
  margin-bottom: 40rpx;
}

.productPrice {
  display: flex;
  justify-content: space-between;
}

.productPrice .price {
  height: 48rpx;
  font-size: 36rpx;
  font-weight: 500;
  text-align: left;
  color: #ff4444;
  line-height: 48rpx;
}

.num {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.reduce,
.add {
  width: 37rpx;
  height: 80rpx;
  font-size: 56rpx;
}

.reduce image {
  width: 26rpx;
  height: 8rpx;
}

.add image {
  width: 37rpx;
  height: 37rpx;
}

.numContent {
  width: 85rpx;
  height: 44rpx;
  background: #eeeeee;
  border-radius: 2rpx;
  text-align: center;
}

/* 购物车 */

.cart-box {
  width: 686rpx;
  margin: 0 auto;
  margin-top: 24rpx;
  background-color: #ffffff;
  border-radius: 16rpx;
倪静楠 authored
275
  /* padding-bottom: 120rpx; */
倪静楠 authored
276
}
倪静楠 authored
277 278 279
.main{
  margin-bottom: 120rpx;
}
倪静楠 authored
280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304
.cart-list {
  position: relative;
  padding: 20rpx 20rpx 20rpx 285rpx;
  height: 185rpx;
  border-bottom: 1rpx solid #e9e9e9;
}

.cart-list .cart-pro-select {
  position: absolute;
  left: 20rpx;
  top: 90rpx;
  width: 45rpx;
  height: 45rpx;
}

.cart-list .cart-thumb {
  position: absolute;
  top: 20rpx;
  left: 85rpx;
  width: 185rpx;
  height: 185rpx;
}

.cart-list .cart-pro-name {
  display: inline-block;
倪静楠 authored
305
  width: 350rpx;
倪静楠 authored
306
  line-height: 40rpx;
倪静楠 authored
307 308 309
  font-size: 28rpx;
  color: #333333;
  font-weight: 600;
倪静楠 authored
310
  overflow: hidden;
倪静楠 authored
311 312
  text-overflow: ellipsis;
  white-space: nowrap;
倪静楠 authored
313 314 315
}

.cart-list .cart-pro-desc {
倪静楠 authored
316 317
  width: 350rpx;
  height: 78rpx;
倪静楠 authored
318 319
  -webkit-line-clamp: 2;
  overflow: hidden;
倪静楠 authored
320 321 322 323
  font-size: 24rpx;
  font-weight: 400;
  text-align: left;
  color: #999999;
倪静楠 authored
324 325
  display: -webkit-box;
  -webkit-box-orient: vertical;
倪静楠 authored
326 327 328 329 330 331 332 333
  display: block;
}

.cart-list .cart-pro-price {
  display: inline-block;
  float: left;
  height: 48rpx;
  line-height: 48rpx;
倪静楠 authored
334
  margin-top: 24rpx;
倪静楠 authored
335
  color: #FF4444;
倪静楠 authored
336 337 338 339 340 341 342 343
}

.cart-list .cart-count-box {
  position: absolute;
  left: 484rpx;
  bottom: 20rpx;
  width: 194rpx;
  height: 44rpx;
倪静楠 authored
344 345
  display: flex;
  align-items:center;
倪静楠 authored
346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363
}

.cart-list .cart-count-box text {
  display: inline-block;
  line-height: 44rpx;
  text-align: center;
}

.cart-count-down,
.cart-count-add {
  font-size: 44rpx;
  width: 50rpx;
  height: 100%;
}

.cart-count-num {
  width: 86rpx;
  background-color: #eeeeee;
倪静楠 authored
364
  font-size: 24rpx;
倪静楠 authored
365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424
}

.cart-del {
  position: absolute;
  right: 20rpx;
  bottom: 162rpx;
  width: 40rpx;
  height: 40rpx;
  line-height: 40rpx;
  text-align: center;
  font-size: 44rpx;
}

.cart-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90rpx;
  line-height: 90rpx;
  padding: 0 100rpx 0 80rpx;
  box-sizing: border-box;
  background: #AB956D;
  color: #fff;
}

.total-select {
  position: absolute;
  left: 20rpx;
  top: 25rpx;
  width: 45rpx;
  height: 45rpx;
}

.order-icon {
  position: absolute;
  right: 40rpx;
  top: 25rpx;
  width: 45rpx;
  height: 45rpx;
}

.order-icon image,
.order-icon navigator {
  display: block;
  width: 45rpx;
  height: 45rpx;
}

.cart-toatl-price {
  float: right;
  width: 120rpx;
}

.cart-no-data {
  padding: 40rpx 0;
  color: #999;
  text-align: center;
  font-size: 28rpx;
}
倪静楠 authored
425
倪静楠 authored
426
.cart-no-data-btn {
倪静楠 authored
427 428 429 430 431 432 433 434 435 436 437 438 439
  color: #999;
  text-align: center;
  background-color: #ff893f;
  width: 260rpx;
  margin: 0 auto;
  height: 54rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16rpx;
  color: #ffffff;
  font-weight: 500;
  font-size: 28rpx;
倪静楠 authored
440 441 442 443 444 445 446 447 448
}

/* 立即购买 */
.bottom {
  width: 750rpx;
  height: 120rpx;
  display: flex;
  align-items: center;
  position: fixed;
倪静楠 authored
449
  bottom: 98rpx;
倪静楠 authored
450 451 452
  left: 0;
  background-color: #ffffff;
  padding-left: 28rpx;
倪静楠 authored
453
  border-bottom: 2rpx solid #f1f2f4
倪静楠 authored
454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501
}

.bottom .checkPic {
  width: 32rpx;
  height: 32rpx;
  margin-left: 32rpx;
  margin-right: 16rpx;
}

.bottom .checkPic image {
  width: 32rpx;
  height: 32rpx;
}

.checkText {
  font-size: 28rpx;
  font-weight: 400;
  text-align: left;
  color: #7d7e80;
  line-height: 40rpx;
}

.totalText {
  font-size: 28rpx;
  font-weight: 400;
  text-align: left;
  color: #7d7e80;
  line-height: 40rpx;
  margin-left: 78rpx;
}

.totalPrice {
  margin-left: 10rpx;
  display: flex;
}

.totalPrice .icon {
  color: #ff4444;
  font-size: 20rpx;
  font-weight: 600;
  margin-top: 13rpx;
  width: 12rpx;
}

.totalPrice .number {
  color: #ff4444;
  font-size: 34rpx;
  font-weight: 600;
倪静楠 authored
502
  margin-left: 6rpx;
倪静楠 authored
503 504 505 506 507 508 509 510 511 512 513 514 515 516
}

.buyText {
  width: 200rpx;
  height: 72rpx;
  background: linear-gradient(270deg, #fb7900 -100%, #ff4903);
  border-radius: 36rpx;
  font-size: 28rpx;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 72rpx;
  position: absolute;
  left: 518rpx;
倪静楠 authored
517 518 519 520 521 522
}
.bottomHint{
  font-size: 24rpx;
  color: gray;
  display: flex;
  justify-content: center;
倪静楠 authored
523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561
  background-color: #f1f2f4;
}
/* tabbar */
.tabbarBox{
  width: 100%;
  height: 98rpx;
  background-color: #fff;
  position: fixed;
  display: flex;
  bottom: 0;
  left: 0;
  padding-top: 12rpx;
  box-sizing: border-box;
}
.tabbarPic{
  display: flex;
  justify-content: center;
}
.tabbarBox ul{
  width: 100%;
  display: flex;
}
ul>li{
  width: 25%;
}
li text{
  display: block;
    display: flex;
    justify-content: center;
    font-size: 18rpx;
    font-weight: 400;
    color: #bdc4ce;
}
.check{
  color: #355DFF;
}
.tabbarPic image{
  width:48rpx;
  height: 48rpx;
倪静楠 authored
562
}