审查视图

pages/home/home.wxss 11.9 KB
倪静楠 authored
1
/* pages/home/home.wxss */
倪静楠 authored
2 3 4 5 6
.topImage {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
倪静楠 authored
7
}
倪静楠 authored
8 9 10 11 12 13 14 15 16 17 18 19 20 21

.pageTitle1 {
  width: 100%;
  height: 88rpx;
  font-size: 34rpx;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
  position: fixed;
  top: 0rpx;
  display: flex;
  align-items: center;
  justify-content: center;
倪静楠 authored
22
  background: linear-gradient(137deg, #5b8eff, #2e55ff 92%);
倪静楠 authored
23 24
  z-index: 66;
}
倪静楠 authored
25
倪静楠 authored
26 27 28 29 30 31 32 33 34 35 36 37 38
.pageTitle {
  width: 100%;
  height: 88rpx;
  font-size: 34rpx;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
  position: fixed;
  top: 88rpx;
  display: flex;
  align-items: center;
  justify-content: center;
倪静楠 authored
39
  background: linear-gradient(137deg, #5b8eff, #2e55ff 92%);
倪静楠 authored
40 41
  z-index: 66;
}
倪静楠 authored
42 43

.van-tabs {
倪静楠 authored
44 45
  background: #f1f2f4;
}
倪静楠 authored
46
倪静楠 authored
47 48 49
.contenter {
  /* margin-bottom: 100rpx; */
  padding: 47rpx 32rpx 0 32rpx;
倪静楠 authored
50
  box-sizing: border-box;
倪静楠 authored
51 52 53 54 55 56 57
  position: relative;
  top: 176rpx;
}

page {
  /* padding: 24rpx 32rpx 0 32rpx;
  box-sizing: border-box; */
倪静楠 authored
58 59 60
}

/* 搜索框 */
倪静楠 authored
61 62 63 64 65
.searchBox {
  width: 100%;
  height: 88rpx;
  background: linear-gradient(137deg, #5b8eff, #2e55ff 92%);
  position: fixed;
倪静楠 authored
66
  top: 174rpx;
倪静楠 authored
67 68 69 70
  left: 0;
  z-index: 66;
  box-sizing: border-box;
}
倪静楠 authored
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

.search_center {
  height: 68rpx;
  margin-bottom: 24rpx;
  width: 686rpx;
}

.real_search_center {
  width: 100%;
  height: 64rpx;
  background: rgba(255, 255, 255, 1);
  border-radius: 186rpx;
  position: relative;
}

.icon-sousuo {
  font-size: 32rpx;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20rpx;
}

.real_search_center input {
  width: 100%;
  height: 100%;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 64rpx;
  color: rgba(189, 196, 206, 1);
  padding: 0 60rpx;
  box-sizing: border-box;
  text-align: center;
  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);
}

/* 轮播图 */
.swiper {
倪静楠 authored
120
  height: 320rpx;
倪静楠 authored
121 122 123 124 125 126 127
  width: 100%;
  /* background-color: aquamarine; */
}

.swiper image {
  width: 686rpx;
  height: 320rpx;
倪静楠 authored
128
  border-radius: 16rpx;
倪静楠 authored
129 130 131 132 133
}

/* 分类 */
.classify {
  width: 100%;
倪静楠 authored
134
  /* margin-top: 18rpx; */
倪静楠 authored
135 136 137 138 139
  /* background-color: bisque; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
倪静楠 authored
140 141
  background-color: #f1f2f4;
  padding: 36rpx 0 32rpx 0;
倪静楠 authored
142 143 144
}

.classifyItem {
倪静楠 authored
145
  width: 146rpx;
倪静楠 authored
146 147 148 149 150 151 152 153 154 155 156
  display: inline-block;
}

.classify .classifyPic {
  width: 104rpx;
  height: 89rpx;
}

.classify .classifyPic image {
  width: 104rpx;
  height: 89rpx;
倪静楠 authored
157
  border-radius: 16rpx;
倪静楠 authored
158 159 160 161 162 163 164
}

.classify .classifyText {
  width: 104rpx;
  height: 34rpx;
  font-size: 24rpx;
  text-align: center;
倪静楠 authored
165
  margin-top: 16rpx;
倪静楠 authored
166 167 168
}

/* 限时优惠 */
倪静楠 authored
169 170 171 172 173 174 175 176 177 178
.moneyIcon{
  font-size: 23rpx;
  color: #FF1717;
  margin-right: -4rpx;
}
.moneyNum{
  font-size: 28rpx;
  font-weight: 500;
  color: #FF1717;
}
倪静楠 authored
179 180 181 182 183 184 185
.dayDiscount {
  width: 686rpx;
  height: 414rpx;
  /* background-color: cadetblue; */
  background-color: #ffffff;
  padding: 34rpx 24rpx 28rpx 22rpx;
  box-sizing: border-box;
倪静楠 authored
186
  border-radius: 16rpx;
倪静楠 authored
187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206
}

.discountTitle {
  width: 100%;
  height: 44rpx;
  display: flex;
  align-items: center;
  position: relative;
}

.limitCount {
  width: 162rpx;
  height: 44rpx;
  font-size: 32rpx;
  color: #101010;
  font-weight: 500;
  display: inline-block;
}

.countTime {
倪静楠 authored
207
  display: flex;
倪静楠 authored
208
  /* width: 192rpx; */
倪静楠 authored
209 210 211 212
  /* background-color: #9b74fb; */
  height: 40rpx;
  margin-left: -20rpx;
}
倪静楠 authored
213 214

.countTime .maohao {
倪静楠 authored
215 216 217 218 219 220 221
  color: #ff593c;
  width: 20rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10rpx;
}
倪静楠 authored
222
倪静楠 authored
223 224 225 226 227 228 229 230 231 232 233 234 235
.countTime .textss {
  width: 40rpx;
  height: 40rpx;
  background: #ff593c;
  border-radius: 8rpx;
  font-size: 26rpx;
  color: #ffffff;
  display: inline-block;
  display: flex;
  justify-content: center;
  padding-top: 3rpx;
  box-sizing: border-box;
}
倪静楠 authored
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 275 276 277 278 279 280 281 282 283 284 285

.item {
  display: inline-block;
  width: 44rpx;
  color: #fff;
  font-size: 24rpx;
  text-align: center;
  background: #ff593c;
  border-radius: 8rpx;
  margin-right: 6rpx;
  margin-left: 6rpx;
}

.moreCount {
  width: 126rpx;
  height: 40rpx;
  font-size: 28rpx;
  color: rgb(167, 164, 164);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 2rpx;
}

.arrow {
  width: 10rpx;
  height: 10rpx;
  border: 3rpx solid #7d7e80;
  /* background-color: #7d7e80; */
  display: inline-block;
  transform: rotate(45deg);
  border-color: #7d7e80 #7d7e80 transparent transparent;
  position: absolute;
  top: 6px;
  right: -2px;
}

.discountContent {
  width: 100%;
  height: 300rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 26rpx;
}

.wrapper {
  width: 100%;
  white-space: nowrap;
  display: flex;
倪静楠 authored
286
  margin-top: 24rpx;
倪静楠 authored
287
}
倪静楠 authored
288
倪静楠 authored
289 290 291 292
.wrapper1 {
  width: 100%;
  white-space: nowrap;
  display: flex;
倪静楠 authored
293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308
}

.dayDiscount .contentItem {
  width: 202rpx;
  height: 100%;
  display: inline-block;
  margin-right: 16rpx;
}

.countPic {
  width: 202rpx;
  height: 140rpx;
}

.countPic image {
  width: 100%;
倪静楠 authored
309
  border-radius: 16rpx;
倪静楠 authored
310 311 312 313 314 315 316 317
  height: 100%;
}

.countText {
  width: 202rpx;
  height: 46rpx;
  font-size: 28rpx;
  margin-top: 4rpx;
倪静楠 authored
318
  overflow: hidden;
倪静楠 authored
319
  text-overflow: ellipsis;
倪静楠 authored
320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353
}

.countPrice {
  width: 202rpx;
  height: 46rpx;
  font-size: 28rpx;
  color: #f87676;
}

.countNum {
  width: 202rpx;
  height: 46rpx;
  font-size: 24rpx;
  font-weight: 400;
  color: #969799;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.countNum .num {
  width: 150rpx;
}

.countNum .icon {
  width: 44rpx;
}

.countNum .icon image {
  width: 44rpx;
  height: 44rpx;
}

/* 每日特价 */
倪静楠 authored
354 355
.borderTop {
  width: 92%;
倪静楠 authored
356 357 358 359
  height: 32rpx;
  background-color: #f1f2f4;
  border-radius: 10rpx;
}
倪静楠 authored
360
倪静楠 authored
361 362 363 364 365 366
.dayPriceContent {
  width: 686rpx;
  background-color: rgb(241, 240, 150);
  background-color: #ffffff;
  padding: 32rpx 24rpx;
  box-sizing: border-box;
倪静楠 authored
367
  border-radius: 16rpx;
倪静楠 authored
368 369 370 371 372
}

.dayPrice {
  width: 100%;
  position: relative;
倪静楠 authored
373
  margin-bottom: 50rpx;
倪静楠 authored
374 375 376 377 378
}

.mainly {
  width: 100%;
}
倪静楠 authored
379 380 381 382 383
.moreMainly{
  font-size: 28rpx;
  color: rgb(167, 164, 164);
  padding-right: 10rpx;
}
倪静楠 authored
384 385 386 387 388 389 390 391 392 393 394
.dayPriceText {
  width: 128rpx;
  height: 44rpx;
  font-size: 32rpx;
  color: #101010;
  font-weight: 500;
  display: inline-block;
}

.dayPriceTime {
  display: inline-block;
倪静楠 authored
395
  margin-left: 10rpx;
倪静楠 authored
396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412
}

.morePrice {
  width: 128rpx;
  height: 40rpx;
  font-size: 28rpx;
  color: rgb(167, 164, 164);
  display: inline-block;
  position: absolute;
  top: 0;
  right: -2px;
}

.dayPricePicMain {
  display: flex;
  justify-content: space-between;
  align-items: center;
倪静楠 authored
413
  width: 100%;
倪静楠 authored
414 415 416
}

.dayPricePic {
倪静楠 authored
417
  width: 25%;
倪静楠 authored
418 419 420
  height: 148rpx;
  padding: 8rpx 6rpx 8rpx 6rpx;
  box-sizing: border-box;
倪静楠 authored
421
  display: inline-block;
倪静楠 authored
422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451
}

.dayPricePic image {
  width: 100%;
  height: 100%;
}

.mainly .mainlyTitle {
  display: inline-block;
  width: 136rpx;
  height: 42rpx;
  line-height: 42rpx;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: 22rpx;
  background: linear-gradient(135deg, #9b74fb 3%, #b680ff 94%);
  border-radius: 8rpx;
  margin-left: 16rpx;
}

/* 每日精选*/
.pickContainer {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.pickContent {
  /* width: 343rpx; */
倪静楠 authored
452
  width: 100%;
倪静楠 authored
453 454 455 456 457 458 459 460 461 462
  display: flex;
  justify-content: space-between;
  margin-top: 24rpx;
  flex-wrap: wrap;
  border-radius: 16rpx;
  column-count: 2;
  column-gap: 20rpx;
}

.pickItem {
倪静楠 authored
463 464
  width: 49%;
  /* padding: 0 4rpx 8rpx; */
倪静楠 authored
465 466 467 468
  box-sizing: border-box;
  background-color: #ffffff;
  margin-bottom: 16rpx;
  break-inside: avoid;
倪静楠 authored
469
  border-radius: 16rpx;
倪静楠 authored
470
  padding-bottom: 8rpx;
倪静楠 authored
471 472 473
}

.pickPic {
倪静楠 authored
474
  width: 100%;
倪静楠 authored
475 476 477 478
  height: 328rpx;
}

.pickPic image {
倪静楠 authored
479
  width: 100%;
倪静楠 authored
480
  height: 328rpx;
倪静楠 authored
481
  border-radius: 16rpx;
倪静楠 authored
482 483 484 485 486 487 488
}

.pickTitle {
  margin-top: 16rpx;
  font-size: 28rpx;
  font-weight: 500;
  color: #323233;
倪静楠 authored
489
  padding: 0 24rpx;
倪静楠 authored
490
  box-sizing: border-box;
倪静楠 authored
491 492 493
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
倪静楠 authored
494 495
}
倪静楠 authored
496
倪静楠 authored
497 498 499 500 501 502
.pickDesc {
  font-size: 24rpx;
  font-weight: 400;
  text-align: left;
  color: #7d7e80;
  margin-top: 8rpx;
倪静楠 authored
503
  padding: 0 24rpx;
倪静楠 authored
504 505 506 507
  box-sizing: border-box;
  word-break: break-all;
  overflow: hidden;
  width: 296rpx;
倪静楠 authored
508 509
  text-overflow: ellipsis;
  white-space: nowrap;
倪静楠 authored
510 511 512 513 514 515 516 517 518 519 520 521 522 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 562
  height: 40rpx;
}

.pickCollect {
  font-size: 24rpx;
  font-weight: 400;
  text-align: left;
  color: #7d7e80;
  margin-top: 8rpx;
  padding-left: 8rpx;
  padding-right: 16rpx;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

/* 优惠券 */
.pickDiscountBox {
  display: flex;
  justify-content: space-between;
  margin-top: 8rpx;
  padding-left: 8rpx;
  padding-right: 16rpx;
  box-sizing: border-box;
}


.pickDiscountBox>view:nth-child(1) {
  padding: 8rpx 16rpx;
  box-sizing: border-box;
  background: #fff2f2;
  height: 48rpx;
  border: 2rpx solid #ff4944;
  border-radius: 12rpx;
  color: #ff4340;
  text-align: center;
  font-size: 22rpx;
}

.pickDiscountBox image {
  width: 48rpx;
  height: 48rpx;
}

.van-tabs__nav {
  background-color: #f1f2f4;
}

/* 收藏用户 */
.userInfo {
  height: 36rpx;
  justify-content: space-between;
  text-align: right;
倪静楠 authored
563 564 565 566 567
  padding: 0 24rpx;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
倪静楠 authored
568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599
}

.userBox {
  display: flex;
}

.userBox image {
  width: 36rpx;
  height: 36rpx;
  border-radius: 50%;
}

.userBox .userName {
  width: 140rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22rpx;
  font-weight: 400;
  text-align: left;
  color: #7d7e80;
  display: flex;
  margin-left: 8rpx;
  align-items: center;
}

.collectIcon image {
  width: 24rpx;
  height: 24rpx;
}

.collectIcon {
倪静楠 authored
600
  font-size: 28rpx;
倪静楠 authored
601 602 603 604 605 606 607 608 609 610 611 612
  color: #ff4742;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* 弹出层 */
.delIcon {
  width: 40rpx;
  height: 40rpx;
  position: absolute;
倪静楠 authored
613 614
  top: 20rpx;
  right: 26rpx;
倪静楠 authored
615 616 617
}

.delIcon image {
倪静楠 authored
618 619
  width: 50rpx;
  height: 50rpx;
倪静楠 authored
620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647
}

.popupBox {
  width: 626rpx;
  background: #f97419;
  padding-bottom: 34rpx;
  box-sizing: border-box;
  position: relative;
}

.popupPic {
  width: 626rpx;
  height: 226rpx;
}

.popupPic image {
  width: 626rpx;
  height: 226rpx;
}

.popupText {
  height: 48rpx;
  font-size: 32rpx;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  margin-top: 24rpx;
}
倪静楠 authored
648 649

.discountBox {
倪静楠 authored
650 651 652
  max-height: 350rpx;
  overflow: auto;
}
倪静楠 authored
653
倪静楠 authored
654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721
.popupImg {
  width: 540rpx;
  height: 148rpx;
  background: #ffffff;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24rpx;
}

.left,
.right {
  position: absolute;
  top: 64rpx;
  background-color: #f97419;
  width: 26rpx;
  height: 26rpx;
  border-radius: 50%;
}

.left {
  left: -12rpx;
}

.right {
  right: -12rpx;
}

.popupNamePic {
  width: 300rpx;
  font-size: 28rpx;
  font-weight: 500;
  text-align: left;
  color: #333333;
  display: flex;
  align-items: center;
  margin-left: 36rpx;
}

.popupPriceBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 36rpx;
  color: #F5222D;
  font-size: 32rpx;
}

.popupPrice {
  font-size: 64rpx;
}

.popupBtn {
  margin: 0 auto;
  width: 376rpx;
  height: 88rpx;
  background: linear-gradient(133deg, #f7bf00, #ff9600 98%);
  border-radius: 46rpx;
  font-size: 28rpx;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24rpx;
倪静楠 authored
722
}
倪静楠 authored
723 724

.bottomHint {
倪静楠 authored
725 726 727 728 729
  background-color: #f1f2f4;
  font-size: 24rpx;
  color: gray;
  display: flex;
  justify-content: center;
倪静楠 authored
730 731
  padding: 8rpx;
}
倪静楠 authored
732
倪静楠 authored
733
/* tabbar */
倪静楠 authored
734
.tabbarBox {
倪静楠 authored
735 736 737 738 739 740 741 742 743 744
  width: 100%;
  height: 98rpx;
  background-color: #fff;
  position: fixed;
  display: flex;
  bottom: 0;
  left: 0;
  padding-top: 12rpx;
  box-sizing: border-box;
}
倪静楠 authored
745 746

.tabbarPic {
倪静楠 authored
747 748 749
  display: flex;
  justify-content: center;
}
倪静楠 authored
750 751

.tabbarBox ul {
倪静楠 authored
752 753 754
  width: 100%;
  display: flex;
}
倪静楠 authored
755 756

ul>li {
倪静楠 authored
757 758
  width: 25%;
}
倪静楠 authored
759 760

li text {
倪静楠 authored
761
  display: block;
倪静楠 authored
762 763 764 765 766
  display: flex;
  justify-content: center;
  font-size: 18rpx;
  font-weight: 400;
  color: #bdc4ce;
倪静楠 authored
767
}
倪静楠 authored
768 769

.check {
倪静楠 authored
770 771
  color: #355DFF;
}
倪静楠 authored
772 773 774

.tabbarPic image {
  width: 48rpx;
倪静楠 authored
775
  height: 48rpx;
倪静楠 authored
776
}