|
@@ -1,4 +1,9 @@
|
|
|
-body{font-size:0.28rem;background-color:#f5f5f5;transition: background-color .3s ease;-webkit-transition: background-color .3s ease;}
|
|
|
|
|
|
|
+
|
|
|
|
|
+body{font-size:0.28rem;background-color:#f5f5f5;transition: background-color .3s ease;
|
|
|
|
|
+ -webkit-transition: background-color .3s ease;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+* { touch-action: pan-y; }
|
|
|
|
|
|
|
|
/*vant-tab标签页样式修改*/
|
|
/*vant-tab标签页样式修改*/
|
|
|
.time-tabs .van-tab{padding: 0;flex-basis: 23%!important;-webkit-flex-basis:23%!important;line-height:unset;}
|
|
.time-tabs .van-tab{padding: 0;flex-basis: 23%!important;-webkit-flex-basis:23%!important;line-height:unset;}
|
|
@@ -11,7 +16,15 @@ body{font-size:0.28rem;background-color:#f5f5f5;transition: background-color .3s
|
|
|
.newsList .newsSwitch .van-hairline--top-bottom::after{border:0;}
|
|
.newsList .newsSwitch .van-hairline--top-bottom::after{border:0;}
|
|
|
.newsList .newsSwitch .van-tab{font-size:0.32rem;padding:0;flex-basis:unset!important;-webkit-flex-basis:unset!important;margin-right:0.46rem;}
|
|
.newsList .newsSwitch .van-tab{font-size:0.32rem;padding:0;flex-basis:unset!important;-webkit-flex-basis:unset!important;margin-right:0.46rem;}
|
|
|
.newsList .newsSwitch .van-tabs__wrap{padding: 0 0.3rem;}
|
|
.newsList .newsSwitch .van-tabs__wrap{padding: 0 0.3rem;}
|
|
|
-#footer{position:fixed;width:100%;height:1rem;bottom:0;left:0;background-color:#fff;border-top:1px solid #eee;z-index:22;}
|
|
|
|
|
|
|
+#footer{position:fixed;width:100%;height:1rem;left:0;background-color:#fff;border-top:1px solid #eee;z-index:22;}
|
|
|
|
|
+.footer_on{ bottom: 0;}
|
|
|
|
|
+.footer_off{
|
|
|
|
|
+ bottom: 0;
|
|
|
|
|
+ /* Status bar height on iOS 11.0 */
|
|
|
|
|
+ bottom: constant(safe-area-inset-bottom);
|
|
|
|
|
+ /*!* Status bar height on iOS 11+ *!*/
|
|
|
|
|
+ bottom: env(safe-area-inset-bottom);
|
|
|
|
|
+}
|
|
|
#footer .item{flex:1;-webkit-flex:1;-o-flex:1;-ms-flex:1;text-align:center;font-size:0.2rem;color:#282828;}
|
|
#footer .item{flex:1;-webkit-flex:1;-o-flex:1;-ms-flex:1;text-align:center;font-size:0.2rem;color:#282828;}
|
|
|
#footer .item.on{color:#ff3366;
|
|
#footer .item.on{color:#ff3366;
|
|
|
/*background:linear-gradient(left,#ff4a9b 0%,#ff4c2b 100%);*/
|
|
/*background:linear-gradient(left,#ff4a9b 0%,#ff4c2b 100%);*/
|
|
@@ -114,7 +127,9 @@ body{font-size:0.28rem;background-color:#f5f5f5;transition: background-color .3s
|
|
|
/*详情首页弹窗*/
|
|
/*详情首页弹窗*/
|
|
|
.product-window{position:fixed;bottom:0;width:100%;left:0;background-color:#fff;z-index:88;border-radius:0.16rem 0.16rem 0 0;
|
|
.product-window{position:fixed;bottom:0;width:100%;left:0;background-color:#fff;z-index:88;border-radius:0.16rem 0.16rem 0 0;
|
|
|
padding-bottom:1.4rem;transform:translate3d(0,100%,0);-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);
|
|
padding-bottom:1.4rem;transform:translate3d(0,100%,0);-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);
|
|
|
- -o-transform:translate3d(0,100%,0);transition:all .3s cubic-bezier(.25,.5,.5,.9);-webkit-transition:all .3s cubic-bezier(.25,.5,.5,.9);-moz-transition:all .3s cubic-bezier(.25,.5,.5,.9);-o-transition:all .3s cubic-bezier(.25,.5,.5,.9);}
|
|
|
|
|
|
|
+ -o-transform:translate3d(0,100%,0);transition:all .3s cubic-bezier(.25,.5,.5,.9);-webkit-transition:all .3s cubic-bezier(.25,.5,.5,.9);-moz-transition:all .3s cubic-bezier(.25,.5,.5,.9);-o-transition:all .3s cubic-bezier(.25,.5,.5,.9);
|
|
|
|
|
+ bottom: constant(safe-area-inset-bottom); bottom: env(safe-area-inset-bottom);
|
|
|
|
|
+}
|
|
|
.product-window.on{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);}
|
|
.product-window.on{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);}
|
|
|
.product-window .textpic{padding:0 1.3rem 0 0.3rem;margin-top:0.29rem;position:relative;}
|
|
.product-window .textpic{padding:0 1.3rem 0 0.3rem;margin-top:0.29rem;position:relative;}
|
|
|
.product-window .textpic .pictrue{width:1.5rem;height:1.5rem;}
|
|
.product-window .textpic .pictrue{width:1.5rem;height:1.5rem;}
|
|
@@ -321,7 +336,9 @@ body{font-size:0.28rem;background-color:#f5f5f5;transition: background-color .3s
|
|
|
.index .wrapper .newProducts .swiper-slide .money{padding:0 0.1rem 0.18rem 0.1rem;text-align:center;font-size:0.26rem;font-weight:bold;}
|
|
.index .wrapper .newProducts .swiper-slide .money{padding:0 0.1rem 0.18rem 0.1rem;text-align:center;font-size:0.26rem;font-weight:bold;}
|
|
|
|
|
|
|
|
/*商品列表*/
|
|
/*商品列表*/
|
|
|
-.productList .search{width:100%;height:0.86rem;padding-left:0.23rem;position:fixed;left:0;top:0;z-index:5;}
|
|
|
|
|
|
|
+.productList .search{width:100%;height:0.86rem;padding-left:0.23rem;position:fixed;left:0;top:0;z-index:5;
|
|
|
|
|
+ margin-top: constant(safe-area-inset-top); margin-top: env(safe-area-inset-top);}
|
|
|
|
|
+.productList .search_top{ position: fixed; top: 0; width: 100%; height: constant(safe-area-inset-top); height: env(safe-area-inset-top); z-index: 2; }
|
|
|
.productList .search .input{width:5.7rem;height:0.6rem;background-color:#fff;border-radius:0.5rem;padding:0 0.2rem;}
|
|
.productList .search .input{width:5.7rem;height:0.6rem;background-color:#fff;border-radius:0.5rem;padding:0 0.2rem;}
|
|
|
.productList .search .input input{width:4.78rem;height:100%;font-size:0.26rem;}
|
|
.productList .search .input input{width:4.78rem;height:100%;font-size:0.26rem;}
|
|
|
.productList .search .input input::placeholder{color:#999;}
|
|
.productList .search .input input::placeholder{color:#999;}
|
|
@@ -329,11 +346,11 @@ body{font-size:0.28rem;background-color:#f5f5f5;transition: background-color .3s
|
|
|
.productList .search .icon-pailie,.productList .search .icon-tupianpailie{margin: 0 auto;color:#fff;width:0.4rem;font-size:0.4rem;
|
|
.productList .search .icon-pailie,.productList .search .icon-tupianpailie{margin: 0 auto;color:#fff;width:0.4rem;font-size:0.4rem;
|
|
|
height:0.86rem;line-height:0.86rem;}
|
|
height:0.86rem;line-height:0.86rem;}
|
|
|
.productList .nav{height:0.86rem;color:#454545;position:fixed;left:0;width:100%;font-size:0.28rem;background-color:#fff;
|
|
.productList .nav{height:0.86rem;color:#454545;position:fixed;left:0;width:100%;font-size:0.28rem;background-color:#fff;
|
|
|
- top: 0.86rem;z-index:5;}
|
|
|
|
|
|
|
+ top: 0.86rem;z-index:5; top:calc(constant(safe-area-inset-top) + 0.86rem); top:calc(env(safe-area-inset-top) + 0.86rem);}
|
|
|
.productList .nav .item{width:25%;text-align:center;}
|
|
.productList .nav .item{width:25%;text-align:center;}
|
|
|
.productList .nav .item.font-color{font-weight:bold;}
|
|
.productList .nav .item.font-color{font-weight:bold;}
|
|
|
.productList .nav .item img{width:0.15rem;height:0.19rem;margin-left:0.1rem;}
|
|
.productList .nav .item img{width:0.15rem;height:0.19rem;margin-left:0.1rem;}
|
|
|
-.productList .list{padding:0 0.2rem;margin-top:1.72rem;}
|
|
|
|
|
|
|
+.productList .list{padding:0 0.2rem;margin-top:1.6rem; margin-top:calc(constant(safe-area-inset-top) + 1.6rem); margin-top:calc(env(safe-area-inset-top) + 1.6rem);}
|
|
|
.productList .list.on{background-color:#fff;border-top:1px solid #f6f6f6;}
|
|
.productList .list.on{background-color:#fff;border-top:1px solid #f6f6f6;}
|
|
|
.productList .list .item{width:3.45rem;margin-top:0.2rem;background-color:#fff;border-radius:0.1rem;}
|
|
.productList .list .item{width:3.45rem;margin-top:0.2rem;background-color:#fff;border-radius:0.1rem;}
|
|
|
.productList .list .item.on{width:100%;display:flex;display:-webkit-flex;display:-webkit-box;border-bottom:1px solid #f6f6f6;padding:0.3rem 0;
|
|
.productList .list .item.on{width:100%;display:flex;display:-webkit-flex;display:-webkit-box;border-bottom:1px solid #f6f6f6;padding:0.3rem 0;
|
|
@@ -352,17 +369,22 @@ body{font-size:0.28rem;background-color:#f5f5f5;transition: background-color .3s
|
|
|
.productList .list .item .text .vip .vip-money{font-size:0.24rem;color:#282828;font-weight:bold;}
|
|
.productList .list .item .text .vip .vip-money{font-size:0.24rem;color:#282828;font-weight:bold;}
|
|
|
.productList .list .item .text .vip .vip-money img{width:0.46rem;height:0.21rem;margin-left:0.04rem;}
|
|
.productList .list .item .text .vip .vip-money img{width:0.46rem;height:0.21rem;margin-left:0.04rem;}
|
|
|
/*购物车*/
|
|
/*购物车*/
|
|
|
|
|
+.shoppingCart .top_fixed{
|
|
|
|
|
+ position: fixed; width: 100%; background-color: #fff; top: 0; z-index: 4;
|
|
|
|
|
+ height: constant(safe-area-inset-top); height: env(safe-area-inset-top);
|
|
|
|
|
+}
|
|
|
.shoppingCart .labelNav{height:0.76rem;padding:0 0.3rem;font-size:0.22rem;color:#8c8c8c;position:fixed;left:0;width:100%;
|
|
.shoppingCart .labelNav{height:0.76rem;padding:0 0.3rem;font-size:0.22rem;color:#8c8c8c;position:fixed;left:0;width:100%;
|
|
|
-background-color:#f5f5f5;z-index:5;top: 0;}
|
|
|
|
|
|
|
+background-color:#f5f5f5;z-index:5;top: 0;top: constant(safe-area-inset-top); top: env(safe-area-inset-top);}
|
|
|
.shoppingCart .labelNav .item .iconfont{font-size:0.25rem;margin-right:0.1rem;}
|
|
.shoppingCart .labelNav .item .iconfont{font-size:0.25rem;margin-right:0.1rem;}
|
|
|
.shoppingCart .nav{width:100%;height:0.8rem;background-color:#fff;padding:0 0.3rem;font-size:0.28rem;color:#282828;
|
|
.shoppingCart .nav{width:100%;height:0.8rem;background-color:#fff;padding:0 0.3rem;font-size:0.28rem;color:#282828;
|
|
|
- position:fixed;left:0;z-index:5;top:0.76rem;border-bottom: 1px solid #f5f5f5;}
|
|
|
|
|
|
|
+ position:fixed;left:0;z-index:5;top:0.76rem;border-bottom: 1px solid #f5f5f5;
|
|
|
|
|
+ top: calc(constant(safe-area-inset-top) + 0.76rem); top: calc(env(safe-area-inset-top) + 0.76rem);}
|
|
|
.shoppingCart .nav .administrate{font-size:0.26rem;color:#282828;width:1.1rem;height:0.46rem;border-radius:0.06rem;
|
|
.shoppingCart .nav .administrate{font-size:0.26rem;color:#282828;width:1.1rem;height:0.46rem;border-radius:0.06rem;
|
|
|
border:1px solid #868686;}
|
|
border:1px solid #868686;}
|
|
|
.shoppingCart .noCart{margin-top:1.71rem;background-color:#fff;padding: 0.78rem 0 0.56rem 0;}
|
|
.shoppingCart .noCart{margin-top:1.71rem;background-color:#fff;padding: 0.78rem 0 0.56rem 0;}
|
|
|
.shoppingCart .noCart .pictrue{width:4.14rem;height:3.36rem;margin:0 auto;}
|
|
.shoppingCart .noCart .pictrue{width:4.14rem;height:3.36rem;margin:0 auto;}
|
|
|
.shoppingCart .noCart .pictrue img{width:100%;height:100%;}
|
|
.shoppingCart .noCart .pictrue img{width:100%;height:100%;}
|
|
|
-.shoppingCart .list{margin-top:1.71rem;}
|
|
|
|
|
|
|
+.shoppingCart .list{margin-top:1.71rem; margin-top:calc(constant(safe-area-inset-top) + 1.71rem);margin-top:calc(env(safe-area-inset-top) + 1.71rem);}
|
|
|
.shoppingCart .list .item{padding:0.25rem 0.3rem;background-color:#fff;margin-bottom:0.15rem;}
|
|
.shoppingCart .list .item{padding:0.25rem 0.3rem;background-color:#fff;margin-bottom:0.15rem;}
|
|
|
.shoppingCart .list .item .picTxt{width:6.27rem;position:relative;}
|
|
.shoppingCart .list .item .picTxt{width:6.27rem;position:relative;}
|
|
|
.shoppingCart .list .item .picTxt .pictrue{width:1.6rem;height:1.6rem;}
|
|
.shoppingCart .list .item .picTxt .pictrue{width:1.6rem;height:1.6rem;}
|
|
@@ -390,7 +412,8 @@ background-color:#f5f5f5;z-index:5;top: 0;}
|
|
|
.shoppingCart .invalidGoods .goodsList .item .text{width:4.33rem;font-size:0.28rem;color:#999;height:1.4rem;text-align:left;}
|
|
.shoppingCart .invalidGoods .goodsList .item .text{width:4.33rem;font-size:0.28rem;color:#999;height:1.4rem;text-align:left;}
|
|
|
.shoppingCart .invalidGoods .goodsList .item .text .infor{font-size:0.24rem;}
|
|
.shoppingCart .invalidGoods .goodsList .item .text .infor{font-size:0.24rem;}
|
|
|
.shoppingCart .invalidGoods .goodsList .item .text .end{font-size:0.26rem;color:#bbb;}
|
|
.shoppingCart .invalidGoods .goodsList .item .text .end{font-size:0.26rem;color:#bbb;}
|
|
|
-.shoppingCart .footer{width:100%;height:0.96rem;background-color:#fafafa;position:fixed;bottom:1rem;padding:0 0.3rem;border-top:1px solid #eee;}
|
|
|
|
|
|
|
+.shoppingCart .footer{width:100%;height:0.96rem;background-color:#fafafa;position:fixed;bottom:1rem;padding:0 0.3rem;
|
|
|
|
|
+ border-top:1px solid #eee; bottom: calc(constant(safe-area-inset-bottom) + 1rem); bottom: calc(env(safe-area-inset-bottom) + 1rem);}
|
|
|
.shoppingCart .footer .checkAll{font-size:0.28rem;color:#282828;margin-left:0.6rem;}
|
|
.shoppingCart .footer .checkAll{font-size:0.28rem;color:#282828;margin-left:0.6rem;}
|
|
|
.shoppingCart .footer .money{font-size:0.3rem;}
|
|
.shoppingCart .footer .money{font-size:0.3rem;}
|
|
|
.shoppingCart .footer .placeOrder{color:#fff;font-size:0.3rem;width:2.26rem;height:0.7rem;border-radius:0.5rem;
|
|
.shoppingCart .footer .placeOrder{color:#fff;font-size:0.3rem;width:2.26rem;height:0.7rem;border-radius:0.5rem;
|
|
@@ -493,8 +516,13 @@ top:50%;margin-top:-0.35rem;}
|
|
|
.product-con .product-intro .conter{width:100%;overflow:hidden;}
|
|
.product-con .product-intro .conter{width:100%;overflow:hidden;}
|
|
|
.product-con .product-intro .conter img{width:7.5rem!important;display:block!important;}
|
|
.product-con .product-intro .conter img{width:7.5rem!important;display:block!important;}
|
|
|
/*产品详情*/
|
|
/*产品详情*/
|
|
|
-.product-con .footer{padding:0 0.2rem 0 0.3rem;position:fixed;bottom:0;width:100%;height:1rem;background-color:#fff;
|
|
|
|
|
- z-index:99;border-top:1px solid #f0f0f0;}
|
|
|
|
|
|
|
+.product-con .footer{padding:0 0.2rem 0 0.3rem;position:fixed;width:100%;height:1rem;background-color:#fff;
|
|
|
|
|
+ z-index:99;border-top:1px solid #f0f0f0;
|
|
|
|
|
+ bottom:0; bottom: constant(safe-area-inset-bottom);bottom: env(safe-area-inset-bottom);}
|
|
|
|
|
+.product-con .footer-bottom {
|
|
|
|
|
+ z-index: 98;position:fixed;width:100%;bottom: 0;height: 0; background-color: #fff;
|
|
|
|
|
+ height: constant(safe-area-inset-bottom);height: env(safe-area-inset-bottom);
|
|
|
|
|
+}
|
|
|
.product-con .footer .item{font-size:0.18rem;color:#666;margin-top: 0.07rem;}
|
|
.product-con .footer .item{font-size:0.18rem;color:#666;margin-top: 0.07rem;}
|
|
|
.product-con .footer .item .iconfont{text-align:center;font-size:0.4rem;height: 0.4rem;line-height: 0.4rem;}
|
|
.product-con .footer .item .iconfont{text-align:center;font-size:0.4rem;height: 0.4rem;line-height: 0.4rem;}
|
|
|
.product-con .footer .item .iconfont.icon-gouwuche1{position:relative;}
|
|
.product-con .footer .item .iconfont.icon-gouwuche1{position:relative;}
|
|
@@ -643,7 +671,7 @@ border-radius:2rem;top:-0.1rem;right:0;height:0.3rem;line-height:0.3rem;padding:
|
|
|
.order-details .wrapper .actualPay{border-top:0.01rem solid #eee;margin-top:0.3rem;padding-top:0.3rem;}
|
|
.order-details .wrapper .actualPay{border-top:0.01rem solid #eee;margin-top:0.3rem;padding-top:0.3rem;}
|
|
|
.order-details .wrapper .actualPay .money{font-weight:bold;font-size:0.3rem;}
|
|
.order-details .wrapper .actualPay .money{font-weight:bold;font-size:0.3rem;}
|
|
|
.order-details .footer{width:100%;height:1rem;position:fixed;bottom:0;left:0;background-color:#fff;padding:0 0.3rem;border-top:1px solid #eee;}
|
|
.order-details .footer{width:100%;height:1rem;position:fixed;bottom:0;left:0;background-color:#fff;padding:0 0.3rem;border-top:1px solid #eee;}
|
|
|
-.order-details .footer .bnt{width:1.76rem;height:0.6rem;text-align:center;line-height:0.6rem;border-radius:0.5rem;
|
|
|
|
|
|
|
+.order-details .footer .bnt{width:1.46rem;height:0.6rem;text-align:center;line-height:0.6rem;border-radius:0.5rem;
|
|
|
color:#fff;font-size:0.27rem;}
|
|
color:#fff;font-size:0.27rem;}
|
|
|
.order-details .footer .bnt.cancel{color:#aaa;border:1px solid #ddd;}
|
|
.order-details .footer .bnt.cancel{color:#aaa;border:1px solid #ddd;}
|
|
|
.order-details .footer .bnt.default{color: #444;border: 1px solid #444;}
|
|
.order-details .footer .bnt.default{color: #444;border: 1px solid #444;}
|
|
@@ -1167,7 +1195,7 @@ position:relative;}
|
|
|
.collectionGoods .item .text .delete{font-size:0.26rem;color:#282828;width:1.14rem;height:0.46rem;border:1px solid #bbb;border-radius:0.04rem;text-align:center;line-height:0.46rem;}
|
|
.collectionGoods .item .text .delete{font-size:0.26rem;color:#282828;width:1.14rem;height:0.46rem;border:1px solid #bbb;border-radius:0.04rem;text-align:center;line-height:0.46rem;}
|
|
|
/*搜索商品*/
|
|
/*搜索商品*/
|
|
|
.searchGood .search{padding-left:0.3rem;}
|
|
.searchGood .search{padding-left:0.3rem;}
|
|
|
-.searchGood .search{margin-top:0.2rem;}
|
|
|
|
|
|
|
+.searchGood .search{margin-top:0.2rem;margin-top: calc(constant(safe-area-inset-top) + 0.2rem);margin-top: calc(env(safe-area-inset-top) + 0.2rem);}
|
|
|
.searchGood .search .input{width:5.28rem;background-color:#f7f7f7;border-radius:0.33rem;padding:0 0.35rem;height:0.66rem;}
|
|
.searchGood .search .input{width:5.28rem;background-color:#f7f7f7;border-radius:0.33rem;padding:0 0.35rem;height:0.66rem;}
|
|
|
.searchGood .search .input input{width:4.02rem;font-size:0.28rem;}
|
|
.searchGood .search .input input{width:4.02rem;font-size:0.28rem;}
|
|
|
.searchGood .search .input input::placeholder{color:#bbb;}
|
|
.searchGood .search .input input::placeholder{color:#bbb;}
|
|
@@ -1198,7 +1226,7 @@ position:relative;}
|
|
|
.cash-withdrawal .wrapper .list .value input{font-size:0.8rem;color:#282828;height:1.35rem;text-align:center;width: 100%;}
|
|
.cash-withdrawal .wrapper .list .value input{font-size:0.8rem;color:#282828;height:1.35rem;text-align:center;width: 100%;}
|
|
|
.cash-withdrawal .wrapper .list .value input::placeholder{color:#bbb;}
|
|
.cash-withdrawal .wrapper .list .value input::placeholder{color:#bbb;}
|
|
|
/*提现审核*/
|
|
/*提现审核*/
|
|
|
-.cash-audit{width:7.1rem;background-color:#fff;border-radius:0.06rem;margin:0.25rem auto 0 auto;padding:0.53rem 0 0.58rem 0;left: 50%;margin-left: -3.55rem;}
|
|
|
|
|
|
|
+.cash-audit{width:100%;background-color:#fff;border-radius:0.06rem;margin:0.25rem auto 0 auto;padding:0.53rem 0 0.58rem 0;}
|
|
|
.cash-audit .pictrue{width:2.14rem;height:1.79rem;margin:0 auto;}
|
|
.cash-audit .pictrue{width:2.14rem;height:1.79rem;margin:0 auto;}
|
|
|
.cash-audit .pictrue img{width:100%;height:100%;}
|
|
.cash-audit .pictrue img{width:100%;height:100%;}
|
|
|
.cash-audit .tip{font-size:0.32rem;color:#282828;margin-top:0.4rem;text-align:center;padding:0 0.4rem;}
|
|
.cash-audit .tip{font-size:0.32rem;color:#282828;margin-top:0.4rem;text-align:center;padding:0 0.4rem;}
|