|
@@ -1,21 +1,40 @@
|
|
|
+page{background-color: #F6F7F8;}
|
|
|
/* 搜索修改 */
|
|
|
-.search-wrap.data-v-57280228{padding: 10rpx 8rpx;background-color: #fff;}
|
|
|
-.index.data-v-57280228 .uni-searchbar__box{-webkit-box-pack: left;-webkit-justify-content: left;justify-content: left;border: 0;background-color: #F1F1F2!important;}
|
|
|
+.search-wrap{padding: 10rpx 8rpx;background-color: #F6F7F8;}
|
|
|
+.index .uni-searchbar__box{-webkit-box-pack: left;-webkit-justify-content: left;justify-content: left;border: 0;background-color: #ECEDEE!important;}
|
|
|
+.index .uni-searchbar{background-color: #F6F7F8;}
|
|
|
+.index .mescroll-downwarp{z-index: -1;}
|
|
|
+.mescroll-body{overflow: visible;}
|
|
|
+.appAdv{height:300rpx;background-color: #F6F7F8;}
|
|
|
+.appAdv .adv-item .pic{width: 100%;}
|
|
|
+.appAdv .adv-item{-webkit-border-radius: 24rpx;border-radius: 24rpx;overflow: hidden;-webkit-transform: scale(0.9);transform: scale(0.9);-webkit-transition: all .3s;transition: all .3s;}
|
|
|
+.appAdv .adv-item.active{-webkit-transform: scale(1);transform: scale(1);}
|
|
|
/* 快速导航 */
|
|
|
-.quick-links.data-v-57280228{display: -webkit-box;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;padding: 0;-webkit-box-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;}
|
|
|
-.quick-links-item.data-v-57280228{width: 48%;margin-bottom: 24rpx;}
|
|
|
-/* .quick-links-item + .quick-links-item{margin-left: 10rpx;} */
|
|
|
-.quick-links-item-til.data-v-57280228{margin-bottom: 10rpx;}
|
|
|
-.quick-links-item-img.data-v-57280228{width: 100%;height: 160rpx;overflow: hidden;border-radius: 10rpx;}
|
|
|
-.quick-links-item-img image.data-v-57280228{width: 100%;height: 100%;}
|
|
|
+/* .quick-links{display: flex;flex-wrap: wrap;padding: 0;justify-content: space-between;}
|
|
|
+.quick-links-item{width: 48%;margin-bottom: 24rpx;position: relative;}
|
|
|
+.quick-links .quick-links-item:nth-child(1){color: #4A90E2;}
|
|
|
+.quick-links .quick-links-item:nth-child(2){color: #397B53;}
|
|
|
+.quick-links .quick-links-item:nth-child(3){color: #9013FE;}
|
|
|
+.quick-links .quick-links-item:nth-child(4){color: #F5A623;}
|
|
|
+.quick-links-item-til{position: absolute;left: 16rpx;top: 16rpx;z-index: 10;font-size: 24rpx;font-weight: bold;}
|
|
|
+.quick-links-item-subtil{position: absolute;left: 16rpx;top: 53rpx;z-index: 10;font-size: 16rpx;}
|
|
|
+.quick-links-item-img{width: 100%;height: 160rpx;overflow: hidden;border-radius: 10rpx;}
|
|
|
+.quick-links-item-img image{width: 100%;height: 100%;} */
|
|
|
+.subject{margin-bottom: 24rpx;display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;padding: 0 50rpx;}
|
|
|
+.subject-item{width: 100rpx;text-align: center;}
|
|
|
+.subject-item-img{margin: 0 auto 8rpx;width: 78rpx;height: 78rpx;}
|
|
|
+.subject-item-img .img{width: 100%;height: 100%;}
|
|
|
+.subject-item-til{font-size: 24rpx;color: #417505;line-height: 33rpx;}
|
|
|
/* 分类链接 */
|
|
|
-.category.data-v-57280228{display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-align: center;-webkit-align-items: center;align-items: center;height: 88rpx;line-height: 88rpx;background-color: #fff;}
|
|
|
-.category .category-item.data-v-57280228{position: relative;-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;height: 100%;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 32rpx;color: #666;}
|
|
|
-.category .category-item.active.data-v-57280228{font-size: 36rpx;color: #6BBC6D;}
|
|
|
-.category .category-item.active.data-v-57280228::after{content: '';width: 100%;height: 6rpx;background-color: #6BBC6D;border-radius: 3rpx;position: absolute;left: 0;bottom: 0;}
|
|
|
-.category .category-item-more.data-v-57280228{color: #6BBC6D;width: 150rpx;padding-right: 10rpx;margin-right: 10rpx;}
|
|
|
-.category .category-item-more.data-v-57280228::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;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
|
|
|
-.category .category-item-all.data-v-57280228{margin-left: 10rpx;}
|
|
|
+.category{display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-align: end;-webkit-align-items: end;align-items: end;height: 88rpx;line-height: 88rpx;background-color: #fff;}
|
|
|
+.category .category-item{position: relative;height: 100%;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 32rpx;color: #666;}
|
|
|
+.category .category-item.active{font-size: 36rpx;color: #6BBC6D;}
|
|
|
+.category .category-item.active::after{content: '';width: 100%;height: 6rpx;background-color: #6BBC6D;-webkit-border-radius: 3rpx;border-radius: 3rpx;position: absolute;left: 0;bottom: 0;}
|
|
|
+.category .category-item-more{font-size: 24rpx;color: #6BBC6D;padding-left: 24rpx;margin-right: 10rpx;}
|
|
|
+/* .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);} */
|
|
|
+.category .category-item-all{margin-left: 40rpx;}
|
|
|
+.category-scroll-view{-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;overflow: hidden;white-space: nowrap;padding-left: 23rpx;}
|
|
|
+.category-scroll-view .category-item{display: inline-block;margin: 0 23rpx;}
|
|
|
/* 瀑布流 */
|
|
|
/* .waterfall{column-count: 2;column-gap: 1vw;padding-top: 1vw;}
|
|
|
.waterfall .item-wrap{width: 100%;overflow: hidden;border-radius: 24rpx;break-inside: avoid;margin-bottom: 24rpx;}
|
|
@@ -24,20 +43,35 @@
|
|
|
.waterfall .item-info{font-size: 24rpx;padding: 0 20rpx;}
|
|
|
.waterfall .item-info .price{color: #f60;margin-right: 5rpx;}
|
|
|
.waterfall .item-info .addr{color: #666;} */
|
|
|
-.indexproduct.data-v-57280228{display: -webkit-box;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
|
|
|
-.indexproduct .item-wrap.data-v-57280228{width: 50%;margin-bottom: 22rpx;}
|
|
|
-.indexproduct .item-wrap .item.data-v-57280228{box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);border-radius: 18rpx;}
|
|
|
-.indexproduct .item-wrap:nth-child(odd) .item.data-v-57280228{margin-right: 11rpx;}
|
|
|
-.indexproduct .item-wrap:nth-child(even) .item.data-v-57280228{margin-left: 11rpx;}
|
|
|
-.indexproduct .item-img-wrap.data-v-57280228{overflow: hidden;width: 100%;height: 322rpx;margin-bottom: 15rpx;border-top-left-radius: 18rpx;border-top-right-radius: 18rpx;}
|
|
|
-.indexproduct .item-img.data-v-57280228{width: 100%;height: 100%;}
|
|
|
-.indexproduct .item-text-wrap.data-v-57280228{padding: 0 24rpx 25rpx;padding-right: 0;box-sizing: border-box;height: 192rpx;}
|
|
|
-.indexproduct .merchant.data-v-57280228{line-height: 33rpx;margin-bottom: 5rpx;color: #6BBC6D;}
|
|
|
-.indexproduct .merchant .postage.data-v-57280228{height: 24rpx;padding: 0 14rpx;margin-left: 16rpx;line-height: 24rpx;display: inline-block;font-size: 20rpx;background-color: #E1F2E2;border-radius: 12rpx;}
|
|
|
-.indexproduct .item-til.data-v-57280228{font-size: 32rpx;font-weight: 500;color: #333;line-height: 45rpx;margin-bottom: 5rpx;}
|
|
|
-.indexproduct .item-addr.data-v-57280228{font-size: 24rpx;font-weight: 400;color: #666;line-height: 33rpx;margin-bottom: 5rpx;}
|
|
|
-.indexproduct .item-price-info .rmb.data-v-57280228{font-size: 28rpx;font-weight: 500;color: #FF5030;line-height: 40rpx;}
|
|
|
-.indexproduct .item-price-info .price.data-v-57280228{font-size: 36rpx;font-weight: 500;color: #FF5030;line-height: 50rpx;}
|
|
|
-.indexproduct .item-price-info .unit.data-v-57280228{font-size: 24rpx;font-weight: 400;color: #999999;line-height: 33rpx;}
|
|
|
+.indexproduct{display: -webkit-box;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
|
|
|
+.indexproduct .item-wrap{width: 50%;margin-bottom: 22rpx;}
|
|
|
+.indexproduct .item-wrap .item{-webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);-webkit-border-radius: 18rpx;border-radius: 18rpx;}
|
|
|
+.indexproduct .item-wrap:nth-child(odd) .item{margin-right: 11rpx;}
|
|
|
+.indexproduct .item-wrap:nth-child(even) .item{margin-left: 11rpx;}
|
|
|
+.indexproduct .item-img-wrap{overflow: hidden;width: 100%;height: 322rpx;margin-bottom: 12rpx;-webkit-border-top-left-radius: 18rpx;border-top-left-radius: 18rpx;-webkit-border-top-right-radius: 18rpx;border-top-right-radius: 18rpx;}
|
|
|
+.indexproduct .item-img{width: 100%;height: 100%;}
|
|
|
+.indexproduct .item-text-wrap{padding: 0 24rpx 25rpx;padding-right: 0;-webkit-box-sizing: border-box;box-sizing: border-box;height: 150rpx;}
|
|
|
+.indexproduct .merchant{line-height: 33rpx;color: #6BBC6D;font-size: 24rpx;}
|
|
|
+.indexproduct .merchant .postage{height: 24rpx;padding: 0 14rpx;margin-left: 16rpx;line-height: 24rpx;display: inline-block;font-size: 20rpx;background-color: #E1F2E2;-webkit-border-radius: 12rpx;border-radius: 12rpx;}
|
|
|
+.indexproduct .item-til{font-size: 32rpx;font-weight: 500;color: #333;line-height: 45rpx;}
|
|
|
+.indexproduct .item-addr{font-size: 24rpx;font-weight: 400;color: #666;line-height: 33rpx;margin-bottom: 5rpx;}
|
|
|
+.indexproduct .item-price-info .rmb{font-size: 28rpx;font-weight: 500;color: #FF5030;line-height: 40rpx;}
|
|
|
+.indexproduct .item-price-info .price{font-size: 36rpx;font-weight: 500;color: #FF5030;line-height: 50rpx;}
|
|
|
+.indexproduct .item-price-info .price.noprice{font-size: 28rpx;}
|
|
|
+.indexproduct .item-price-info .unit{font-size: 24rpx;font-weight: 400;color: #999999;line-height: 33rpx;}
|
|
|
+.index .u-notice-bar-wrap .iconfont{color: #feaa36;}
|
|
|
+.index .uni-popup .fade-out:first-of-type{background-color: rgba(0, 0, 0, 0.75)!important;}
|
|
|
+.uni-popup{z-index: 999;}
|
|
|
+.promotion{width: 100vw;position: relative;text-align: center;}
|
|
|
+.promotion .image{width:625rpx;height: 962rpx;display: block;margin: 0 auto 32rpx;}
|
|
|
+.close-wrap{}
|
|
|
+.promotion .imgclose{width: 60rpx;height: 60rpx;}
|
|
|
+/* .supplier-list{padding: 0 16rpx 24rpx;} */
|
|
|
+.suppliers{display: -webkit-box;display: -webkit-flex;display: flex;}
|
|
|
+.supplier-list-item{-webkit-flex-shrink: 0;flex-shrink: 0;width: 142rpx;margin-right: 20rpx;display: inline-block;}
|
|
|
+.supplier-list-item-img{display: block;width: 100%;height: 108rpx;margin-bottom: 7rpx;}
|
|
|
+.supplier-list-item-img .img{width: 100%;height: 100%;}
|
|
|
+.supplier-list-item-til{font-size: 24rpx;color: #666;line-height: 33rpx;height: 64rpx;overflow: hidden;}
|
|
|
+.rollbuy{position: absolute;top: 89rpx;left: 0;height: 54rpx;line-height: 54rpx;background-color: rgba(0,0,0,0.47);color: #fff;-webkit-border-top-right-radius: 50rpx;border-top-right-radius: 50rpx;-webkit-border-bottom-right-radius: 50rpx;border-bottom-right-radius: 50rpx;font-size: 24rpx;padding: 0 30rpx 0 16rpx;}
|
|
|
|
|
|
|