Feat(时令尝鲜):接口对接
This commit is contained in:
+76
-68
@@ -3,16 +3,16 @@ page {
|
||||
}
|
||||
|
||||
// ios底部安全距离-padding
|
||||
.savepadding{
|
||||
padding-bottom: constant(safe-area-inset-bottom);
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
box-sizing: content-box;
|
||||
.savepadding {
|
||||
padding-bottom: constant(safe-area-inset-bottom);
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
// ios底部安全距离-bottom
|
||||
.savebottom{
|
||||
bottom: constant(safe-area-inset-bottom);
|
||||
bottom: env(safe-area-inset-bottom);
|
||||
.savebottom {
|
||||
bottom: constant(safe-area-inset-bottom);
|
||||
bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
|
||||
.newsList .newsSwitch .van-hairline--top-bottom::after {
|
||||
@@ -323,7 +323,7 @@ page {
|
||||
padding-bottom: 0.25*100rpx;
|
||||
}
|
||||
|
||||
.evaluateWtapper .evaluateItem~.evaluateItem {
|
||||
.evaluateWtapper .evaluateItem ~ .evaluateItem {
|
||||
border-top: 1px solid #f5f5f5;
|
||||
}
|
||||
|
||||
@@ -630,7 +630,7 @@ page {
|
||||
margin-top: 0.36*100rpx;
|
||||
}
|
||||
|
||||
.product-window .productWinList .item~.item {
|
||||
.product-window .productWinList .item ~ .item {
|
||||
margin-top: 0.36*100rpx;
|
||||
}
|
||||
|
||||
@@ -991,7 +991,7 @@ page {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.swiper .swiper-pagination-bullet~.swiper-pagination-bullet {
|
||||
.swiper .swiper-pagination-bullet ~ .swiper-pagination-bullet {
|
||||
margin-left: 0.12*100rpx;
|
||||
}
|
||||
|
||||
@@ -1215,14 +1215,14 @@ page {
|
||||
flex: 1;
|
||||
box-sizing: border-box;
|
||||
height: 0.64*100rpx;
|
||||
background-color: rgba(255,255,255,0.2);
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
// border-radius: 0.5*100rpx;
|
||||
padding: 0 0.28*100rpx;
|
||||
font-size: 0.28*100rpx;
|
||||
color: #fff;
|
||||
|
||||
border:1px solid rgba(255,255,255,1);
|
||||
border-radius:10*2rpx;
|
||||
border: 1px solid rgba(255, 255, 255, 1);
|
||||
border-radius: 10*2rpx;
|
||||
}
|
||||
|
||||
.index .header .qr {
|
||||
@@ -1307,8 +1307,8 @@ page {
|
||||
box-shadow: 0 0.1*100rpx 0.3*100rpx #f5f5f5;
|
||||
-moz-box-shadow: 0 0.1*100rpx 0.3*100rpx #f5f5f5;
|
||||
-o-box-shadow: 0 0.1*100rpx 0.3*100rpx #f5f5f5;
|
||||
background:rgba(255,86,74,0.1);
|
||||
border-radius:0px 20*2rpx 20*2rpx 20*2rpx;
|
||||
background: rgba(255, 86, 74, 0.1);
|
||||
border-radius: 0px 20*2rpx 20*2rpx 20*2rpx;
|
||||
}
|
||||
|
||||
.index .news .pictrue {
|
||||
@@ -1440,7 +1440,7 @@ page {
|
||||
}
|
||||
}
|
||||
|
||||
.index .wrapper.hot+.wrapper {
|
||||
.index .wrapper.hot + .wrapper {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
@@ -1563,7 +1563,7 @@ page {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.index .wrapper .boutique .swiper-pagination-bullet~.swiper-pagination-bullet {
|
||||
.index .wrapper .boutique .swiper-pagination-bullet ~ .swiper-pagination-bullet {
|
||||
margin-left: 0.1*100rpx;
|
||||
}
|
||||
|
||||
@@ -1628,7 +1628,7 @@ page {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.index .hotList .list .item~.item {
|
||||
.index .hotList .list .item ~ .item {
|
||||
margin-left: 0.23*100rpx;
|
||||
}
|
||||
|
||||
@@ -1740,7 +1740,8 @@ page {
|
||||
height: 350rpx;
|
||||
}
|
||||
|
||||
.index .wrapper .newProducts {}
|
||||
.index .wrapper .newProducts {
|
||||
}
|
||||
|
||||
.index .wrapper.hot .newProducts .newProductsItem {
|
||||
width: 2.4*100rpx;
|
||||
@@ -1769,7 +1770,8 @@ page {
|
||||
flex: 0 2.4*100rpx;
|
||||
}
|
||||
|
||||
.index .wrapper .newProducts:nth-last-child(1) {}
|
||||
.index .wrapper .newProducts:nth-last-child(1) {
|
||||
}
|
||||
|
||||
.index .wrapper .newProducts .img-box {
|
||||
width: 100%;
|
||||
@@ -2214,15 +2216,15 @@ page {
|
||||
|
||||
}
|
||||
|
||||
.shoppingCart .footer-content{
|
||||
padding: 0 0.3*100rpx;
|
||||
margin-left: 0.3*100rpx;
|
||||
margin-right: 0.3*100rpx;
|
||||
height: 0.96*100rpx;
|
||||
box-sizing: border-box;
|
||||
.shoppingCart .footer-content {
|
||||
padding: 0 0.3*100rpx;
|
||||
margin-left: 0.3*100rpx;
|
||||
margin-right: 0.3*100rpx;
|
||||
height: 0.96*100rpx;
|
||||
box-sizing: border-box;
|
||||
|
||||
background:linear-gradient(139deg,rgba(255,149,141,1) 0%,rgba(255,92,138,1) 100%);
|
||||
border-radius:0.48*100rpx;
|
||||
background: linear-gradient(139deg, rgba(255, 149, 141, 1) 0%, rgba(255, 92, 138, 1) 100%);
|
||||
border-radius: 0.48*100rpx;
|
||||
|
||||
}
|
||||
|
||||
@@ -2263,7 +2265,7 @@ page {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.shoppingCart .footer .button .bnt~.bnt {
|
||||
.shoppingCart .footer .button .bnt ~ .bnt {
|
||||
margin-left: 0.17*100rpx;
|
||||
}
|
||||
|
||||
@@ -2371,7 +2373,7 @@ page {
|
||||
|
||||
}
|
||||
|
||||
.user .wrapper .nav .item~.item:after {
|
||||
.user .wrapper .nav .item ~ .item:after {
|
||||
position: absolute;
|
||||
content: '';
|
||||
left: 0;
|
||||
@@ -2728,22 +2730,22 @@ page {
|
||||
font-size: 0.28*100rpx;
|
||||
}
|
||||
|
||||
.product-con .footer .bnt>view {
|
||||
.product-con .footer .bnt > view {
|
||||
width: 2.22*100rpx;
|
||||
text-align: center;
|
||||
line-height: 0.76*100rpx;
|
||||
}
|
||||
|
||||
//.product-con .footer .bnt .joinCart {
|
||||
// border-radius: 0.5*100rpx 0 0 0.5*100rpx;
|
||||
// background-image: linear-gradient(to right, #fea10f 0%, #fea10f 100%);
|
||||
// background-image: -moz-linear-gradient(to right, #eb3729 0%, #eb3729 100%);
|
||||
// border-radius: 0.5*100rpx 0 0 0.5*100rpx;
|
||||
// background-image: linear-gradient(to right, #fea10f 0%, #fea10f 100%);
|
||||
// background-image: -moz-linear-gradient(to right, #eb3729 0%, #eb3729 100%);
|
||||
//}
|
||||
|
||||
//.product-con .footer .bnt .buy {
|
||||
// border-radius: 0 0.5*100rpx 0.5*100rpx 0;
|
||||
// background-image: linear-gradient(to right, #eb3729 0%, #eb3729 100%);
|
||||
// background-image: -moz-linear-gradient(to right, #eb3729 0%, #eb3729 100%);
|
||||
// border-radius: 0 0.5*100rpx 0.5*100rpx 0;
|
||||
// background-image: linear-gradient(to right, #eb3729 0%, #eb3729 100%);
|
||||
// background-image: -moz-linear-gradient(to right, #eb3729 0%, #eb3729 100%);
|
||||
//}
|
||||
|
||||
/*订单提交*/
|
||||
@@ -2910,7 +2912,7 @@ page {
|
||||
color: #282828;
|
||||
}
|
||||
|
||||
.order-submission .moneyList .item~.item {
|
||||
.order-submission .moneyList .item ~ .item {
|
||||
margin-top: 0.2*100rpx;
|
||||
}
|
||||
|
||||
@@ -3263,7 +3265,7 @@ page {
|
||||
border: 1px solid #444;
|
||||
}
|
||||
|
||||
.my-order .list .item .bottom .bnt~.bnt {
|
||||
.my-order .list .item .bottom .bnt ~ .bnt {
|
||||
margin-left: 0.17*100rpx;
|
||||
}
|
||||
|
||||
@@ -3384,7 +3386,7 @@ page {
|
||||
color: #282828;
|
||||
}
|
||||
|
||||
.order-details .wrapper .item~.item {
|
||||
.order-details .wrapper .item ~ .item {
|
||||
margin-top: 0.2*100rpx;
|
||||
}
|
||||
|
||||
@@ -3446,7 +3448,7 @@ page {
|
||||
border: 1px solid #444;
|
||||
}
|
||||
|
||||
.order-details .footer .bnt~.bnt {
|
||||
.order-details .footer .bnt ~ .bnt {
|
||||
margin-left: 0.18*100rpx;
|
||||
}
|
||||
|
||||
@@ -3622,7 +3624,7 @@ page {
|
||||
color: #282828;
|
||||
}
|
||||
|
||||
.payment-status .wrapper .item~.item {
|
||||
.payment-status .wrapper .item ~ .item {
|
||||
margin-top: 0.2*100rpx;
|
||||
}
|
||||
|
||||
@@ -4277,7 +4279,7 @@ page {
|
||||
margin: 0.13*100rpx auto 0 auto;
|
||||
}
|
||||
|
||||
.bargain .goodsDetails~.goodsDetails {
|
||||
.bargain .goodsDetails ~ .goodsDetails {
|
||||
margin-bottom: 0.5*100rpx;
|
||||
}
|
||||
|
||||
@@ -4452,7 +4454,7 @@ page {
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.bargain-record .item .bottom .bnt~.bnt {
|
||||
.bargain-record .item .bottom .bnt ~ .bnt {
|
||||
margin-left: 0.18*100rpx;
|
||||
}
|
||||
|
||||
@@ -4764,7 +4766,7 @@ page {
|
||||
background-color: #e93323;
|
||||
}
|
||||
|
||||
.product-con .superior .slider-banner .swiper-container-horizontal>.swiper-pagination-bullets {
|
||||
.product-con .superior .slider-banner .swiper-container-horizontal > .swiper-pagination-bullets {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
@@ -5061,7 +5063,7 @@ page {
|
||||
padding: 0.48*100rpx 0.3*100rpx 0.65*100rpx 0.3*100rpx;
|
||||
}
|
||||
|
||||
.evaluate-con .score .item~.item {
|
||||
.evaluate-con .score .item ~ .item {
|
||||
margin-top: 0.25*100rpx;
|
||||
}
|
||||
|
||||
@@ -5074,7 +5076,7 @@ page {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.evaluate-con .score .item .starsList .iconfont~.iconfont {
|
||||
.evaluate-con .score .item .starsList .iconfont ~ .iconfont {
|
||||
margin-left: 0.2*100rpx;
|
||||
}
|
||||
|
||||
@@ -5091,9 +5093,10 @@ page {
|
||||
}
|
||||
|
||||
.evaluate-con .score .textarea textarea {
|
||||
box-sizing: border-box;
|
||||
font-size: 0.28*100rpx;
|
||||
padding: 0.38*100rpx 0.3*100rpx 0 0.3*100rpx;
|
||||
width: 100%;
|
||||
width: 690rpx !important;
|
||||
height: 1.6*100rpx;
|
||||
}
|
||||
|
||||
@@ -5749,7 +5752,7 @@ page {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.cash-withdrawal .nav .item~.item {
|
||||
.cash-withdrawal .nav .item ~ .item {
|
||||
border-left: 1px solid #f0f0f0;
|
||||
}
|
||||
|
||||
@@ -5914,7 +5917,7 @@ page {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.promoter-order .list .item .listn .itenm~.itenm {
|
||||
.promoter-order .list .item .listn .itenm ~ .itenm {
|
||||
margin-top: 0.12*100rpx;
|
||||
}
|
||||
|
||||
@@ -6468,7 +6471,7 @@ page {
|
||||
background-color: #efc58f;
|
||||
}
|
||||
|
||||
.flash-sale .timeLsit .item~.item {
|
||||
.flash-sale .timeLsit .item ~ .item {
|
||||
border-left: 1px solid #e3b06e;
|
||||
}
|
||||
|
||||
@@ -6524,7 +6527,8 @@ page {
|
||||
color: #fc4141;
|
||||
}
|
||||
|
||||
.flash-sale .countDown .text {}
|
||||
.flash-sale .countDown .text {
|
||||
}
|
||||
|
||||
.flash-sale .list.on {
|
||||
margin-top: 2.02*100rpx;
|
||||
@@ -6785,7 +6789,7 @@ page {
|
||||
color: #282828;
|
||||
}
|
||||
|
||||
.newsList .nav .item~.item {
|
||||
.newsList .nav .item ~ .item {
|
||||
margin-left: 0.46*100rpx;
|
||||
}
|
||||
|
||||
@@ -6968,7 +6972,7 @@ page {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.register .whiteBg .title .item~.item {
|
||||
.register .whiteBg .title .item ~ .item {
|
||||
margin-left: 0.85*100rpx;
|
||||
}
|
||||
|
||||
@@ -7134,7 +7138,7 @@ page {
|
||||
height: 1.85*100rpx;
|
||||
}
|
||||
|
||||
.pos-order-goods .goods~.goods {
|
||||
.pos-order-goods .goods ~ .goods {
|
||||
border-top: 1px dashed #e5e5e5;
|
||||
}
|
||||
|
||||
@@ -7388,7 +7392,7 @@ page {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pos-order-list .list .item~.item {
|
||||
.pos-order-list .list .item ~ .item {
|
||||
margin-top: 0.24*100rpx;
|
||||
}
|
||||
|
||||
@@ -7464,7 +7468,7 @@ page {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.pos-order-list .list .item .operation .order .items~.items {
|
||||
.pos-order-list .list .item .operation .order .items ~ .items {
|
||||
border-top: 1px solid #f5f5f5;
|
||||
}
|
||||
|
||||
@@ -7479,7 +7483,7 @@ page {
|
||||
line-height: 0.6*100rpx;
|
||||
}
|
||||
|
||||
.pos-order-list .list .item .operation .bnt~.bnt {
|
||||
.pos-order-list .list .item .operation .bnt ~ .bnt {
|
||||
margin-left: 0.14*100rpx;
|
||||
}
|
||||
|
||||
@@ -7604,7 +7608,7 @@ page {
|
||||
line-height: 0.77*100rpx;
|
||||
}
|
||||
|
||||
.pos-order-details .footer .more .order .item~.item {
|
||||
.pos-order-details .footer .more .order .item ~ .item {
|
||||
border-top: 1px solid #f5f5f5;
|
||||
}
|
||||
|
||||
@@ -7711,7 +7715,7 @@ page {
|
||||
margin-left: 0.13*100rpx;
|
||||
}
|
||||
|
||||
.deliver-goods .wrapper .item .mode .goods~.goods {
|
||||
.deliver-goods .wrapper .item .mode .goods ~ .goods {
|
||||
margin-left: 0.3*100rpx;
|
||||
}
|
||||
|
||||
@@ -7981,11 +7985,11 @@ page {
|
||||
border-top: 0.01*100rpx solid #eee;
|
||||
}
|
||||
|
||||
.yd-confirm-ft>a {
|
||||
.yd-confirm-ft > a {
|
||||
color: #e93323;
|
||||
}
|
||||
|
||||
.yd-confirm-ft>a.primary {
|
||||
.yd-confirm-ft > a.primary {
|
||||
border-left: 0.01*100rpx solid #eee;
|
||||
color: #e93323;
|
||||
}
|
||||
@@ -8043,7 +8047,8 @@ page {
|
||||
line-height: 0.9*100rpx;
|
||||
}
|
||||
|
||||
.swiper-wrapper {}
|
||||
.swiper-wrapper {
|
||||
}
|
||||
|
||||
.posterCanvasWarp {
|
||||
position: relative;
|
||||
@@ -8097,6 +8102,7 @@ rich-text {
|
||||
-webkit-box-orient: vertical;
|
||||
transition: all linear 0.2s;
|
||||
}
|
||||
|
||||
/* ==================
|
||||
flex布局(colorui里面也有相关基础样式)
|
||||
==================== */
|
||||
@@ -8176,18 +8182,20 @@ rich-text {
|
||||
}
|
||||
|
||||
// v4 custom
|
||||
.v4-nodata{
|
||||
.v4-nodata {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-top: 60rpx;
|
||||
image{
|
||||
|
||||
image {
|
||||
width: 200rpx;
|
||||
height:188rpx;
|
||||
height: 188rpx;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
.text{
|
||||
color:#999;
|
||||
|
||||
.text {
|
||||
color: #999;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,6 +42,22 @@ export default {
|
||||
})
|
||||
},
|
||||
|
||||
goSupplierMini() {
|
||||
uni.navigateToMiniProgram({
|
||||
appId: "wx9ca93d1f2a9c8156",
|
||||
path: "pages/auth/login",
|
||||
success(msg){
|
||||
console.log("success",msg)
|
||||
},
|
||||
fail(err){
|
||||
console.log("fail",err)
|
||||
},
|
||||
complete(msg){
|
||||
console.log("complete",msg)
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
diffSSS: (date) => {
|
||||
if (typeof date !== "string") return 0;
|
||||
date = date.substring(0, 19);
|
||||
|
||||
Reference in New Issue
Block a user