index.css 5.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. page{background-color: #F6F7F8;}
  2. /* 搜索修改 */
  3. .search-wrap{padding: 10rpx 8rpx;background-color: #F6F7F8;}
  4. .index >>> .uni-searchbar__box{justify-content: left;border: 0;background-color: #ECEDEE!important;}
  5. .index >>> .uni-searchbar{background-color: #F6F7F8;}
  6. .index >>> .mescroll-downwarp{z-index: -1;}
  7. /* .mescroll-body{overflow: visible;} */
  8. .appAdv{height:300rpx;background-color: #F6F7F8;}
  9. .appAdv .adv-item .pic{width: 100%;}
  10. .appAdv .adv-item{border-radius: 24rpx;overflow: hidden;transform: scale(0.9);transition: all .3s;}
  11. .appAdv .adv-item.active{transform: scale(1);}
  12. .mescroll-wrap{margin-bottom: 24rpx;}
  13. /* 快速导航 */
  14. /* .quick-links{display: flex;flex-wrap: wrap;padding: 0;justify-content: space-between;}
  15. .quick-links-item{width: 48%;margin-bottom: 24rpx;position: relative;}
  16. .quick-links .quick-links-item:nth-child(1){color: #4A90E2;}
  17. .quick-links .quick-links-item:nth-child(2){color: #397B53;}
  18. .quick-links .quick-links-item:nth-child(3){color: #9013FE;}
  19. .quick-links .quick-links-item:nth-child(4){color: #F5A623;}
  20. .quick-links-item-til{position: absolute;left: 16rpx;top: 16rpx;z-index: 10;font-size: 24rpx;font-weight: bold;}
  21. .quick-links-item-subtil{position: absolute;left: 16rpx;top: 53rpx;z-index: 10;font-size: 16rpx;}
  22. .quick-links-item-img{width: 100%;height: 160rpx;overflow: hidden;border-radius: 10rpx;}
  23. .quick-links-item-img image{width: 100%;height: 100%;} */
  24. .subject{margin-bottom: 24rpx;display: flex;justify-content: space-between;padding: 0 50rpx;}
  25. .subject-item{width: 100rpx;text-align: center;}
  26. .subject-item-img{margin: 0 auto 8rpx;width: 78rpx;height: 78rpx;}
  27. .subject-item-img .img{width: 100%;height: 100%;}
  28. .subject-item-til{font-size: 24rpx;color: #417505;line-height: 33rpx;}
  29. /* 分类链接 */
  30. .category{display: flex;align-items: end;height: 88rpx;line-height: 88rpx;background-color: #fff;}
  31. .category .category-item{position: relative;height: 100%;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 32rpx;color: #666;}
  32. .category .category-item.active{font-size: 36rpx;color: #6BBC6D;}
  33. .category .category-item.active::after{content: '';width: 100%;height: 6rpx;background-color: #6BBC6D;border-radius: 3rpx;position: absolute;left: 0;bottom: 0;}
  34. .category .category-item-more{font-size: 24rpx;color: #6BBC6D;padding-left: 24rpx;margin-right: 10rpx;}
  35. /* .category .category-item-more::after{content: '';width: 20rpx;height: 20rpx;position: absolute;right: 10rpx;top: 50%;margin-top: -10rpx;border-top: 1px solid #6BBC6D;border-right: 1px solid #6BBC6D;transform: rotate(45deg);} */
  36. .category .category-item-all{margin-left: 40rpx;}
  37. .category-scroll-view{flex: 1;overflow: hidden;white-space: nowrap;padding-left: 23rpx;}
  38. .category-scroll-view .category-item{display: inline-block;margin: 0 23rpx;}
  39. /* 瀑布流 */
  40. /* .waterfall{column-count: 2;column-gap: 1vw;padding-top: 1vw;}
  41. .waterfall .item-wrap{width: 100%;overflow: hidden;border-radius: 24rpx;break-inside: avoid;margin-bottom: 24rpx;}
  42. .waterfall .item-img{width: 100%;height: auto;}
  43. .waterfall .item-til{margin-bottom: 10rpx;font-size: 28rpx;padding: 0 20rpx;}
  44. .waterfall .item-info{font-size: 24rpx;padding: 0 20rpx;}
  45. .waterfall .item-info .price{color: #f60;margin-right: 5rpx;}
  46. .waterfall .item-info .addr{color: #666;} */
  47. .indexproduct{display: flex;flex-wrap: wrap;}
  48. .indexproduct .item-wrap{width: 50%;margin-bottom: 22rpx;}
  49. .indexproduct .item-wrap .item{box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);border-radius: 18rpx;}
  50. .indexproduct .item-wrap:nth-child(odd) .item{margin-right: 11rpx;}
  51. .indexproduct .item-wrap:nth-child(even) .item{margin-left: 11rpx;}
  52. .indexproduct .item-img-wrap{overflow: hidden;width: 100%;height: 322rpx;margin-bottom: 12rpx;border-top-left-radius: 18rpx;border-top-right-radius: 18rpx;}
  53. .indexproduct .item-img{width: 100%;height: 100%;}
  54. .indexproduct .item-text-wrap{padding: 0 24rpx 25rpx;padding-right: 0;box-sizing: border-box;height: 190rpx;}
  55. .indexproduct .merchant{line-height: 33rpx;color: #6BBC6D;font-size: 24rpx;}
  56. .indexproduct .merchant .postage{height: 24rpx;padding: 0 14rpx;margin-left: 16rpx;line-height: 24rpx;display: inline-block;font-size: 20rpx;background-color: #E1F2E2;border-radius: 12rpx;}
  57. .indexproduct .item-til{font-size: 32rpx;font-weight: 500;color: #333;line-height: 45rpx;}
  58. .indexproduct .item-spec{font-size: 24rpx;line-height: 33rpx;height: 36rpx;margin-top: 10rpx;overflow: hidden;}
  59. .indexproduct .item-addr{font-size: 24rpx;font-weight: 400;color: #666;line-height: 33rpx;margin-bottom: 5rpx;}
  60. .indexproduct .item-price-info .rmb{font-size: 28rpx;font-weight: 500;color: #FF5030;line-height: 40rpx;}
  61. .indexproduct .item-price-info .price{font-size: 36rpx;font-weight: 500;color: #FF5030;line-height: 50rpx;}
  62. .indexproduct .item-price-info .price.noprice{font-size: 28rpx;}
  63. .indexproduct .item-price-info .unit{font-size: 24rpx;font-weight: 400;color: #999999;line-height: 33rpx;}
  64. .index >>> .u-notice-bar-wrap .iconfont{color: #feaa36;}
  65. .index >>> .uni-popup .fade-out:first-of-type{background-color: rgba(0, 0, 0, 0.75)!important;}
  66. .uni-popup{z-index: 999;}
  67. .promotion{width: 100vw;position: relative;text-align: center;}
  68. .promotion .image{width:625rpx;height: 962rpx;display: block;margin: 0 auto 32rpx;}
  69. .close-wrap{}
  70. .promotion .imgclose{width: 60rpx;height: 60rpx;}
  71. /* .supplier-list{padding: 0 16rpx 24rpx;} */
  72. .suppliers{display: flex;}
  73. .supplier-list-item{flex-shrink: 0;width: 142rpx;margin-right: 20rpx;display: inline-block;}
  74. .supplier-list-item-img{display: block;width: 100%;height: 108rpx;margin-bottom: 7rpx;}
  75. .supplier-list-item-img .img{width: 100%;height: 100%;}
  76. .supplier-list-item-til{font-size: 24rpx;color: #666;line-height: 33rpx;height: 64rpx;overflow: hidden;}
  77. .rollbuy{position: absolute;top: 89rpx;left: 0;height: 54rpx;line-height: 54rpx;background-color: rgba(0,0,0,0.47);color: #fff;border-top-right-radius: 50rpx;border-bottom-right-radius: 50rpx;font-size: 24rpx;padding: 0 30rpx 0 16rpx;}