diff --git a/assets/css/style.css b/assets/css/style.css
index 2e10354..b295950 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -2068,107 +2068,6 @@ page {
margin-left: 14rpx;
}
/*物流信息*/
-.logistics .header {
- padding: 23rpx 30rpx;
- background-color: #fff;
- height: 166rpx;
-}
-.logistics .header .pictrue {
- width: 120rpx;
- height: 120rpx;
-}
-.logistics .header .pictrue image {
- width: 100%;
- height: 100%;
- border-radius: 6rpx;
-}
-.logistics .header .text {
- width: 540rpx;
- font-size: 28rpx;
- color: #999;
- margin-top: 6rpx;
-}
-.logistics .header .text .name {
- width: 365rpx;
- color: #282828;
-}
-.logistics .header .text .money {
- text-align: right;
-}
-.logistics .logisticsCon {
- background-color: #fff;
- margin: 12rpx 0;
-}
-.logistics .logisticsCon .company {
- height: 120rpx;
- margin: 0 0 45rpx 30rpx;
- padding-right: 30rpx;
- border-bottom: 1px solid #f5f5f5;
-}
-.logistics .logisticsCon .company .picTxt {
- width: 520rpx;
-}
-.logistics .logisticsCon .company .picTxt .iconfont {
- width: 50rpx;
- height: 50rpx;
- background-color: #666;
- text-align: center;
- line-height: 50rpx;
- color: #fff;
- font-size: 35rpx;
-}
-.logistics .logisticsCon .company .picTxt .text {
- width: 450rpx;
- font-size: 26rpx;
- color: #282828;
-}
-.logistics .logisticsCon .company .picTxt .text .name {
- color: #999;
-}
-.logistics .logisticsCon .company .picTxt .text .express {
- margin-top: 5rpx;
-}
-.logistics .logisticsCon .company .copy {
- font-size: 20rpx;
- width: 106rpx;
- height: 40rpx;
- border-radius: 3rpx;
- border: 1px solid #999;
-}
-.logistics .logisticsCon .item {
- padding: 0 40rpx;
- position: relative;
-}
-.logistics .logisticsCon .item .circular {
- width: 20rpx;
- height: 20rpx;
- border-radius: 50%;
- position: absolute;
- top: -1rpx;
- left: 31.5rpx;
- background-color: #ddd;
-}
-.logistics .logisticsCon .item .circular.on {
- background-color: #eb3729;
-}
-.logistics .logisticsCon .item .text {
- font-size: 26rpx;
- color: #666;
- width: 615rpx;
- border-left: 1px solid #e6e6e6;
- padding: 0 0 60rpx 38rpx;
-}
-.logistics .logisticsCon .item .text.on {
- border-left-color: #f8c1bd;
-}
-.logistics .logisticsCon .item .text .data {
- font-size: 24rpx;
- color: #999;
- margin-top: 10rpx;
-}
-.logistics .logisticsCon .item .text .data .time {
- margin-left: 15rpx;
-}
/*支付状态*/
.payment-status {
background-color: #fff;
@@ -2553,58 +2452,6 @@ page {
left: 30rpx;
z-index: 99;
}
-.bargain .header {
- /* background-image: url('https://wx.yixiang.co/static/images/cut1.png'); */
- background-repeat: no-repeat;
- background-size: 100% 100%;
- width: 698rpx;
- height: 372rpx;
- margin: 0 auto;
- padding-top: 0.1rpx;
- margin-top: 40rpx;
-}
-.bargain .header.on {
- background-image: url('https://wx.yixiang.co/static/images/cut2.png');
-}
-.bargain .header .pictxt {
- margin: 260rpx auto 0 auto;
- font-size: 26rpx;
- color: #000;
-}
-.bargain .header .pictxt .pictrue {
- width: 56rpx;
- height: 56rpx;
- margin-right: 30rpx;
-}
-.bargain .header .pictxt .pictrue image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- border: 2rpx solid #fff;
-}
-.bargain .header .pictxt .text text {
- margin-left: 20rpx;
-}
-.bargain .header .time {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- width: 440rpx;
- height: 166rpx;
- margin: 80rpx auto 0 auto;
- font-size: 22rpx;
- text-align: center;
- padding-top: 9rpx;
- color: #fc4141;
-}
-.bargain .header .people {
- text-align: center;
- color: #fff;
- font-size: 20rpx;
- margin-top: 20rpx;
-}
-.bargain .header .time .styleAll {
- color: #333;
-}
.bargain .wrapper,
.bargain .bargainGang,
.bargain .goodsDetails {
@@ -2829,19 +2676,17 @@ page {
top: 50%;
left: 50%;
width: 560rpx;
- margin-left: -280rpx;
z-index: 99;
border-radius: 20rpx;
background-color: #fff;
transition: all 0.3s ease-in-out 0s;
opacity: 0;
- transform: scale(0);
+ transform: translate(-50%, -50%) scale(0);
padding-bottom: 60rpx;
- margin-top: -330rpx;
}
.bargain .bargainTip.on {
opacity: 1;
- transform: scale(1);
+ transform: translate(-50%, -50%) scale(1);
}
.bargain .bargainTip .pictrue {
width: 100%;
@@ -2885,9 +2730,8 @@ page {
color: #fff;
width: 360rpx;
height: 82rpx;
- border-radius: 41rpx;
- background-image: linear-gradient(to right, #f67a38 0%, #f11b09 100%);
- background-image: -moz-linear-gradient(to right, #f67a38 0%, #f11b09 100%);
+ border-radius: 16rpx;
+ background: #2DB5AE;
text-align: center;
line-height: 82rpx;
margin: 50rpx auto 0 auto;
@@ -3096,11 +2940,15 @@ page {
color: #282828;
}
.product-con .assemble {
- background-color: #fff;
+ margin: 0rpx 32rpx;
+ width: 686rpx;
+ background: #F5F6F8;
+ box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.15);
+ border-radius: 16rpx;
}
.product-con .assemble .item {
- padding-right: 30rpx;
- margin-left: 30rpx;
+ padding-right: 24rpx;
+ margin-left: 24rpx;
border-bottom: 1px solid #f0f0f0;
height: 132rpx;
}
@@ -3134,14 +2982,13 @@ page {
.product-con .assemble .item .right .spellBnt {
font-size: 24rpx;
color: #fff;
- width: 140rpx;
- height: 50rpx;
- border-radius: 50rpx;
- background-image: linear-gradient(to right, #ff2358 0%, #ff0000 100%);
- background-image: -moz-linear-gradient(to right, #ff2358 0%, #ff0000 100%);
+ width: 110rpx;
+ height: 46rpx;
+ border-radius: 16rpx;
+ background-color: #2DB5AE;
text-align: center;
- line-height: 50rpx;
- margin-left: 30rpx;
+ line-height: 46rpx;
+ margin-left: 20rpx;
}
.product-con .assemble .item .right .spellBnt .iconfont {
font-size: 20rpx;
@@ -3231,51 +3078,6 @@ page {
bottom: 0;
}
/*开团*/
-.group-con .header {
- width: 100%;
- height: 186rpx;
- background-color: #fff;
- border-top: 1px solid #f5f5f5;
- padding: 0 30rpx;
- position: relative;
-}
-.group-con .header .iconfont {
- font-size: 100rpx;
- position: absolute;
- color: #ccc;
- right: 33rpx;
- bottom: 20rpx;
-}
-.group-con .header .pictrue {
- width: 140rpx;
- height: 140rpx;
-}
-.group-con .header .pictrue image {
- width: 100%;
- height: 100%;
- border-radius: 6rpx;
-}
-.group-con .header .text {
- width: 525rpx;
- font-size: 30rpx;
- color: #222;
-}
-.group-con .header .text .money {
- font-size: 24rpx;
- font-weight: bold;
- margin-top: 15rpx;
-}
-.group-con .header .text .money .num {
- font-size: 32rpx;
-}
-.group-con .header .text .money .team {
- padding: 1rpx 10rpx;
- font-weight: normal;
- border-radius: 50rpx;
- font-size: 20rpx;
- vertical-align: 4rpx;
- margin-left: 15rpx;
-}
.group-con .wrapper {
background-color: #fff;
margin-top: 20rpx;
diff --git a/assets/css/style.less b/assets/css/style.less
index 547beb4..69e2186 100644
--- a/assets/css/style.less
+++ b/assets/css/style.less
@@ -4098,127 +4098,127 @@ page {
}
/*物流信息*/
-.logistics .header {
- padding: 0.23 * 100rpx 0.3 * 100rpx;
- background-color: #fff;
- height: 1.66 * 100rpx;
-}
+// .logistics .header {
+// padding: 0.23 * 100rpx 0.3 * 100rpx;
+// background-color: #fff;
+// height: 1.66 * 100rpx;
+// }
-.logistics .header .pictrue {
- width: 1.2 * 100rpx;
- height: 1.2 * 100rpx;
-}
+// .logistics .header .pictrue {
+// width: 1.2 * 100rpx;
+// height: 1.2 * 100rpx;
+// }
-.logistics .header .pictrue image {
- width: 100%;
- height: 100%;
- border-radius: 0.06 * 100rpx;
-}
+// .logistics .header .pictrue image {
+// width: 100%;
+// height: 100%;
+// border-radius: 0.06 * 100rpx;
+// }
-.logistics .header .text {
- width: 5.4 * 100rpx;
- font-size: 0.28 * 100rpx;
- color: #999;
- margin-top: 0.06 * 100rpx;
-}
+// .logistics .header .text {
+// width: 5.4 * 100rpx;
+// font-size: 0.28 * 100rpx;
+// color: #999;
+// margin-top: 0.06 * 100rpx;
+// }
-.logistics .header .text .name {
- width: 3.65 * 100rpx;
- color: #282828;
-}
+// .logistics .header .text .name {
+// width: 3.65 * 100rpx;
+// color: #282828;
+// }
-.logistics .header .text .money {
- text-align: right;
-}
+// .logistics .header .text .money {
+// text-align: right;
+// }
-.logistics .logisticsCon {
- background-color: #fff;
- margin: 0.12 * 100rpx 0;
-}
+// .logistics .logisticsCon {
+// background-color: #fff;
+// margin: 0.12 * 100rpx 0;
+// }
-.logistics .logisticsCon .company {
- height: 1.2 * 100rpx;
- margin: 0 0 0.45 * 100rpx 0.3 * 100rpx;
- padding-right: 0.3 * 100rpx;
- border-bottom: 1px solid #f5f5f5;
-}
+// .logistics .logisticsCon .company {
+// height: 1.2 * 100rpx;
+// margin: 0 0 0.45 * 100rpx 0.3 * 100rpx;
+// padding-right: 0.3 * 100rpx;
+// border-bottom: 1px solid #f5f5f5;
+// }
-.logistics .logisticsCon .company .picTxt {
- width: 5.2 * 100rpx;
-}
+// .logistics .logisticsCon .company .picTxt {
+// width: 5.2 * 100rpx;
+// }
-.logistics .logisticsCon .company .picTxt .iconfont {
- width: 0.5 * 100rpx;
- height: 0.5 * 100rpx;
- background-color: #666;
- text-align: center;
- line-height: 0.5 * 100rpx;
- color: #fff;
- font-size: 0.35 * 100rpx;
-}
+// .logistics .logisticsCon .company .picTxt .iconfont {
+// width: 0.5 * 100rpx;
+// height: 0.5 * 100rpx;
+// background-color: #666;
+// text-align: center;
+// line-height: 0.5 * 100rpx;
+// color: #fff;
+// font-size: 0.35 * 100rpx;
+// }
-.logistics .logisticsCon .company .picTxt .text {
- width: 4.5 * 100rpx;
- font-size: 0.26 * 100rpx;
- color: #282828;
-}
+// .logistics .logisticsCon .company .picTxt .text {
+// width: 4.5 * 100rpx;
+// font-size: 0.26 * 100rpx;
+// color: #282828;
+// }
-.logistics .logisticsCon .company .picTxt .text .name {
- color: #999;
-}
+// .logistics .logisticsCon .company .picTxt .text .name {
+// color: #999;
+// }
-.logistics .logisticsCon .company .picTxt .text .express {
- margin-top: 0.05 * 100rpx;
-}
+// .logistics .logisticsCon .company .picTxt .text .express {
+// margin-top: 0.05 * 100rpx;
+// }
-.logistics .logisticsCon .company .copy {
- font-size: 0.2 * 100rpx;
- width: 1.06 * 100rpx;
- height: 0.4 * 100rpx;
- border-radius: 0.03 * 100rpx;
- border: 1px solid #999;
-}
+// .logistics .logisticsCon .company .copy {
+// font-size: 0.2 * 100rpx;
+// width: 1.06 * 100rpx;
+// height: 0.4 * 100rpx;
+// border-radius: 0.03 * 100rpx;
+// border: 1px solid #999;
+// }
-.logistics .logisticsCon .item {
- padding: 0 0.4 * 100rpx;
- position: relative;
-}
+// .logistics .logisticsCon .item {
+// padding: 0 0.4 * 100rpx;
+// position: relative;
+// }
-.logistics .logisticsCon .item .circular {
- width: 0.2 * 100rpx;
- height: 0.2 * 100rpx;
- border-radius: 50%;
- position: absolute;
- top: -0.01 * 100rpx;
- left: 0.315 * 100rpx;
- background-color: #ddd;
-}
+// .logistics .logisticsCon .item .circular {
+// width: 0.2 * 100rpx;
+// height: 0.2 * 100rpx;
+// border-radius: 50%;
+// position: absolute;
+// top: -0.01 * 100rpx;
+// left: 0.315 * 100rpx;
+// background-color: #ddd;
+// }
-.logistics .logisticsCon .item .circular.on {
- background-color: #eb3729;
-}
+// .logistics .logisticsCon .item .circular.on {
+// background-color: #eb3729;
+// }
-.logistics .logisticsCon .item .text {
- font-size: 0.26 * 100rpx;
- color: #666;
- width: 6.15 * 100rpx;
- border-left: 1px solid #e6e6e6;
- padding: 0 0 0.6 * 100rpx 0.38 * 100rpx;
-}
+// .logistics .logisticsCon .item .text {
+// font-size: 0.26 * 100rpx;
+// color: #666;
+// width: 6.15 * 100rpx;
+// border-left: 1px solid #e6e6e6;
+// padding: 0 0 0.6 * 100rpx 0.38 * 100rpx;
+// }
-.logistics .logisticsCon .item .text.on {
- border-left-color: #f8c1bd;
-}
+// .logistics .logisticsCon .item .text.on {
+// border-left-color: #f8c1bd;
+// }
-.logistics .logisticsCon .item .text .data {
- font-size: 0.24 * 100rpx;
- color: #999;
- margin-top: 0.1 * 100rpx;
-}
+// .logistics .logisticsCon .item .text .data {
+// font-size: 0.24 * 100rpx;
+// color: #999;
+// margin-top: 0.1 * 100rpx;
+// }
-.logistics .logisticsCon .item .text .data .time {
- margin-left: 0.15 * 100rpx;
-}
+// .logistics .logisticsCon .item .text .data .time {
+// margin-left: 0.15 * 100rpx;
+// }
/*支付状态*/
.payment-status {
@@ -5091,66 +5091,66 @@ page {
z-index: 99;
}
-.bargain .header {
- /* background-image: url('https://wx.yixiang.co/static/images/cut1.png'); */
- background-repeat: no-repeat;
- background-size: 100% 100%;
- width: 6.98 * 100rpx;
- height: 372rpx;
- margin: 0 auto;
- padding-top: 0.001 * 100rpx;
- margin-top: 0.4 * 100rpx;
-}
+// .bargain .header {
+// /* background-image: url('https://wx.yixiang.co/static/images/cut1.png'); */
+// background-repeat: no-repeat;
+// background-size: 100% 100%;
+// width: 6.98 * 100rpx;
+// height: 372rpx;
+// margin: 0 auto;
+// padding-top: 0.001 * 100rpx;
+// margin-top: 0.4 * 100rpx;
+// }
-.bargain .header.on {
- background-image: url('https://wx.yixiang.co/static/images/cut2.png');
-}
+// .bargain .header.on {
+// background-image: url('https://wx.yixiang.co/static/images/cut2.png');
+// }
-.bargain .header .pictxt {
- margin: 2.6 * 100rpx auto 0 auto;
- font-size: 0.26 * 100rpx;
- color: #000;
-}
+// .bargain .header .pictxt {
+// margin: 2.6 * 100rpx auto 0 auto;
+// font-size: 0.26 * 100rpx;
+// color: #000;
+// }
-.bargain .header .pictxt .pictrue {
- width: 0.56 * 100rpx;
- height: 0.56 * 100rpx;
- margin-right: 0.3 * 100rpx;
-}
+// .bargain .header .pictxt .pictrue {
+// width: 0.56 * 100rpx;
+// height: 0.56 * 100rpx;
+// margin-right: 0.3 * 100rpx;
+// }
-.bargain .header .pictxt .pictrue image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- border: 0.02 * 100rpx solid #fff;
-}
+// .bargain .header .pictxt .pictrue image {
+// width: 100%;
+// height: 100%;
+// border-radius: 50%;
+// border: 0.02 * 100rpx solid #fff;
+// }
-.bargain .header .pictxt .text text {
- margin-left: 0.2 * 100rpx;
-}
+// .bargain .header .pictxt .text text {
+// margin-left: 0.2 * 100rpx;
+// }
-.bargain .header .time {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- width: 4.4 * 100rpx;
- height: 1.66 * 100rpx;
- margin: 0.8 * 100rpx auto 0 auto;
- font-size: 0.22 * 100rpx;
- text-align: center;
- padding-top: 0.09 * 100rpx;
- color: #fc4141;
-}
+// .bargain .header .time {
+// background-repeat: no-repeat;
+// background-size: 100% 100%;
+// width: 4.4 * 100rpx;
+// height: 1.66 * 100rpx;
+// margin: 0.8 * 100rpx auto 0 auto;
+// font-size: 0.22 * 100rpx;
+// text-align: center;
+// padding-top: 0.09 * 100rpx;
+// color: #fc4141;
+// }
-.bargain .header .people {
- text-align: center;
- color: #fff;
- font-size: 0.2 * 100rpx;
- margin-top: 0.2 * 100rpx;
-}
+// .bargain .header .people {
+// text-align: center;
+// color: #fff;
+// font-size: 0.2 * 100rpx;
+// margin-top: 0.2 * 100rpx;
+// }
-.bargain .header .time .styleAll {
- color: #333;
-}
+// .bargain .header .time .styleAll {
+// color: #333;
+// }
.bargain .wrapper,
.bargain .bargainGang,
@@ -5423,20 +5423,20 @@ page {
top: 50%;
left: 50%;
width: 5.6 * 100rpx;
- margin-left: -2.8 * 100rpx;
+ // margin-left: -2.8 * 100rpx;
z-index: 99;
border-radius: 0.2 * 100rpx;
background-color: #fff;
transition: all 0.3s ease-in-out 0s;
opacity: 0;
- transform: scale(0);
+ transform: translate(-50%, -50%) scale(0);
padding-bottom: 0.6 * 100rpx;
- margin-top: -3.3 * 100rpx;
+ // margin-top: -3.3 * 100rpx;
}
.bargain .bargainTip.on {
opacity: 1;
- transform: scale(1);
+ transform: translate(-50%, -50%) scale(1);
}
.bargain .bargainTip .pictrue {
@@ -5487,9 +5487,11 @@ page {
color: #fff;
width: 3.6 * 100rpx;
height: 0.82 * 100rpx;
- border-radius: 0.41 * 100rpx;
- background-image: linear-gradient(to right, #f67a38 0%, #f11b09 100%);
- background-image: -moz-linear-gradient(to right, #f67a38 0%, #f11b09 100%);
+ border-radius: 16rpx;
+ // border-radius: 0.41 * 100rpx;
+ background: #2DB5AE;
+ // background-image: linear-gradient(to right, #f67a38 0%, #f11b09 100%);
+ // background-image: -moz-linear-gradient(to right, #f67a38 0%, #f11b09 100%);
text-align: center;
line-height: 0.82 * 100rpx;
margin: 0.5 * 100rpx auto 0 auto;
@@ -5741,12 +5743,17 @@ page {
}
.product-con .assemble {
- background-color: #fff;
+ margin: 0rpx 32rpx;
+ width: 686rpx;
+ background: #F5F6F8;
+ box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0,0,0,0.15);
+ border-radius: 16rpx;
+ // background-color: #fff;
}
.product-con .assemble .item {
- padding-right: 0.3 * 100rpx;
- margin-left: 0.3 * 100rpx;
+ padding-right: 24rpx;
+ margin-left: 24rpx;
border-bottom: 1px solid #f0f0f0;
height: 1.32 * 100rpx;
}
@@ -5787,14 +5794,15 @@ page {
.product-con .assemble .item .right .spellBnt {
font-size: 0.24 * 100rpx;
color: #fff;
- width: 1.4 * 100rpx;
- height: 0.5 * 100rpx;
- border-radius: 0.5 * 100rpx;
- background-image: linear-gradient(to right, #ff2358 0%, #ff0000 100%);
- background-image: -moz-linear-gradient(to right, #ff2358 0%, #ff0000 100%);
+ width: 110rpx;
+ height: 46rpx;
+ border-radius: 16rpx;
+ background-color: #2DB5AE;
+ // background-image: linear-gradient(to right, #ff2358 0%, #ff0000 100%);
+ // background-image: -moz-linear-gradient(to right, #ff2358 0%, #ff0000 100%);
text-align: center;
- line-height: 0.5 * 100rpx;
- margin-left: 0.3 * 100rpx;
+ line-height: 46rpx;
+ margin-left: 20rpx;
}
.product-con .assemble .item .right .spellBnt .iconfont {
@@ -5925,58 +5933,58 @@ page {
}
/*开团*/
-.group-con .header {
- width: 100%;
- height: 1.86 * 100rpx;
- background-color: #fff;
- border-top: 1px solid #f5f5f5;
- padding: 0 0.3 * 100rpx;
- position: relative;
-}
+// .group-con .header {
+// width: 100%;
+// height: 1.86 * 100rpx;
+// background-color: #fff;
+// border-top: 1px solid #f5f5f5;
+// padding: 0 0.3 * 100rpx;
+// position: relative;
+// }
-.group-con .header .iconfont {
- font-size: 1 * 100rpx;
- position: absolute;
- color: #ccc;
- right: 0.33 * 100rpx;
- bottom: 0.2 * 100rpx;
-}
+// .group-con .header .iconfont {
+// font-size: 1 * 100rpx;
+// position: absolute;
+// color: #ccc;
+// right: 0.33 * 100rpx;
+// bottom: 0.2 * 100rpx;
+// }
-.group-con .header .pictrue {
- width: 1.4 * 100rpx;
- height: 1.4 * 100rpx;
-}
+// .group-con .header .pictrue {
+// width: 1.4 * 100rpx;
+// height: 1.4 * 100rpx;
+// }
-.group-con .header .pictrue image {
- width: 100%;
- height: 100%;
- border-radius: 0.06 * 100rpx;
-}
+// .group-con .header .pictrue image {
+// width: 100%;
+// height: 100%;
+// border-radius: 0.06 * 100rpx;
+// }
-.group-con .header .text {
- width: 5.25 * 100rpx;
- font-size: 0.3 * 100rpx;
- color: #222;
-}
+// .group-con .header .text {
+// width: 5.25 * 100rpx;
+// font-size: 0.3 * 100rpx;
+// color: #222;
+// }
-.group-con .header .text .money {
- font-size: 0.24 * 100rpx;
- font-weight: bold;
- margin-top: 0.15 * 100rpx;
-}
+// .group-con .header .text .money {
+// font-size: 0.24 * 100rpx;
+// font-weight: bold;
+// margin-top: 0.15 * 100rpx;
+// }
-.group-con .header .text .money .num {
- font-size: 0.32 * 100rpx;
-}
+// .group-con .header .text .money .num {
+// font-size: 0.32 * 100rpx;
+// }
-.group-con .header .text .money .team {
- padding: 0.01 * 100rpx 0.1 * 100rpx;
- font-weight: normal;
- border-radius: 0.5 * 100rpx;
- font-size: 0.2 * 100rpx;
- vertical-align: 0.04 * 100rpx;
- margin-left: 0.15 * 100rpx;
-}
+// .group-con .header .text .money .team {
+// padding: 0.01 * 100rpx 0.1 * 100rpx;
+// font-weight: normal;
+// border-radius: 0.5 * 100rpx;
+// font-size: 0.2 * 100rpx;
+// vertical-align: 0.04 * 100rpx;
+// margin-left: 0.15 * 100rpx;
+// }
.group-con .wrapper {
background-color: #fff;
diff --git a/components/CountDown.vue b/components/CountDown.vue
index 50fdd7a..26e607b 100644
--- a/components/CountDown.vue
+++ b/components/CountDown.vue
@@ -78,18 +78,17 @@ export default {
},
methods: {
show_time() {
- console.log(this.datatime,'==========================')
- console.log('sdfasdgasdgad', this.time)
+ console.log('this.datatime', this.datatime, 'this.time', this.time)
if (this.time.toString().length == 13) {
// 毫秒级
- console.log('毫秒')
+ // console.log('毫秒')
this.time = this.time / 1000
} else if (this.time.toString().length == 10) {
- console.log('秒')
+ // console.log('秒')
// 秒级
} else {
// 时间
- console.log('时间')
+ // console.log('时间')
this.time = Date.parse(this.time) / 1000
}
this.runTime()
diff --git a/config/index.js b/config/index.js
index e2ada4c..c081c7e 100644
--- a/config/index.js
+++ b/config/index.js
@@ -1,8 +1,8 @@
// export const VUE_APP_API_URL = 'http://192.168.10.129:48080/bxgApp'
-// export const VUE_APP_API_URL = 'http://192.168.10.113:48080/bxgApp'
-export const VUE_APP_API_URL = 'https://farm.lotus-wallet.com/bxgApp'
+export const VUE_APP_API_URL = 'http://192.168.10.113:48080/bxgApp'
+// export const VUE_APP_API_URL = 'https://farm.lotus-wallet.com/bxgApp'
// export const VUE_APP_API_URL = 'https://xiaohui.shop.cyjyyjy.com/xiaohuiapp'
export const VUE_APP_RESOURCES_URL = 'https://h5.yixiang.co/static'
-export const BXG_TENANT_ID = 129
-// export const BXG_TENANT_ID = 138
+// export const BXG_TENANT_ID = 129
+export const BXG_TENANT_ID = 138
// export const BXG_TENANT_ID = 128
\ No newline at end of file
diff --git a/pages.json b/pages.json
index c0ceb4f..4a6e88b 100644
--- a/pages.json
+++ b/pages.json
@@ -307,7 +307,8 @@
{
"path": "pages/order/Logistics/index",
"style": {
- "navigationBarTitleText": "查看物流"
+ "navigationBarTitleText": "查看物流",
+ "navigationStyle": "custom"
}
},
{
@@ -410,7 +411,8 @@
{
"path": "pages/activity/DargainDetails/index",
"style": {
- "navigationBarTitleText": "帮砍价"
+ "navigationBarTitleText": "砍价详情",
+ "navigationStyle": "custom"
}
},
{
@@ -441,7 +443,8 @@
{
"path": "pages/activity/GroupRule/index",
"style": {
- "navigationBarTitleText": "团购规则"
+ "navigationBarTitleText": "拼团详情",
+ "navigationStyle": "custom"
}
},
{
@@ -493,26 +496,34 @@
"navigationStyle": "custom"
}
},
+ // {
+ // "path": "pages/shop/IntegralList/index",
+ // "style": {
+ // "navigationBarTitleText": "",
+ // "enablePullDownRefresh": false,
+ // "navigationStyle": "custom"
+ // }
+ // },
{
- "path": "pages/shop/IntegralList/index",
+ "path": "pages/shop/Evaluations/EvaluationDetail/index",
"style": {
- "navigationBarTitleText": "",
+ "navigationBarTitleText": "甄选测评",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
- "path": "pages/shop/Evaluations/EvaluationDetail/index",
+ "path": "pages/expert/index",
"style": {
- "navigationBarTitleText": "甄选测评",
+ "navigationBarTitleText": "专家专栏",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
- "path": "pages/expert/index",
+ "path": "pages/activity/DargainGoodsDetails/index",
"style": {
- "navigationBarTitleText": "专家专栏",
+ "navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
diff --git a/pages/activity/DargainDetails/index.vue b/pages/activity/DargainDetails/index.vue
index 7928690..b230878 100644
--- a/pages/activity/DargainDetails/index.vue
+++ b/pages/activity/DargainDetails/index.vue
@@ -1,12 +1,129 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ¥{{ goodsDetail.minPrice }}
+ ¥{{ goodsDetail.price }}
+
+ {{ goodsDetail.title }}
+ {{ goodsDetail.info }}
+
+
+
+
+
+
+
+
+ 砍价中
+
+
+
+
+
+
+
+
+
+ ¥{{ bargainHelpCount.alreadyPrice || 0 }}
+ 已减
+
+
+
+
+ 您的好友已砍{{ bargainHelpCount.alreadyPrice || 0 }}元
+ 助力ta再砍一刀!
+
+
+ {{bargainHelpCount.price === 0?'':'加油!'}}
+ 恭喜您砍价成功!
+ 还可再砍{{bargainHelpCount.price || 0}}元
+
+
+
+ 砍价进度
+ {{bargainHelpCount.pricePercent + '%'}}
+
+
+
+
+
+
+
+
+
+
+ 立即发起砍价
+
+
+
+
+
+ 立即支付
+
+
+
+ 帮好友砍一刀
+
+
+ 我也要砍价
+
+
+
+
+
+ 助力好友记录
+ {{bargainShare.userCount || 0}}人已砍价
+
+
+
+
+
+
+
+
+
+
+ -¥{{ item.price }}
+
+
+
+
+
-
-
-
+
+
+ 帮助砍价、帮砍成功:
+
-
-
+ -->
+
+
+ // 砍价进度条
-
+ // 砍价进度条下的金额
砍价成功
-
-
+ // 砍价成功:
+
+ // surplusPrice 砍价剩余金额为0
+ // bargainUid 砍价人为发起砍价用户
+ // userBargainStatus 砍价状态为
+
恭喜您砍价成功,快去支付吧~
-
+ // 参与砍价按钮 同一人
立即发起砍价
-
+ // 邀请好友按钮
邀请好友帮砍价
-
+ // 帮砍好友砍按钮
帮好友砍一刀
-
+ // 发起砍价按钮 非同一人
我也要砍价
-
+ // 支付按钮
立即支付
抢更多商品
@@ -89,8 +206,9 @@
位好友成功帮您砍价
-
-
+ -->
+
+
+
+
+
+
您已砍掉
@@ -144,7 +263,12 @@
邀请好友帮砍价
我也要参与
-
+
+
+
+
+
+
-
diff --git a/pages/activity/GroupDetails/index.vue b/pages/activity/GroupDetails/index.vue
index bd1dfb2..3cb3861 100644
--- a/pages/activity/GroupDetails/index.vue
+++ b/pages/activity/GroupDetails/index.vue
@@ -21,23 +21,16 @@
-
-
+
+
- 3/{{ storeInfo.people }}已参团
+
{{ storeInfo.people }}
人团
-
@@ -136,7 +129,7 @@
-
+
@@ -149,7 +142,9 @@
去拼单
+
+
@@ -234,7 +229,7 @@
单独购买
- 报名参团
+ 发起拼团
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 立刻拼团
+ 再次开团
+ 取消开团
+ 查看订单信息
+
+
+
+
+ 已拼2020件
{{ storeCombination.people || 0 }}人团
-
-
-
+ -->
+
+
+ 不许人间见白头
-
+ 小可爱本人
@@ -55,7 +140,8 @@
取消开团
查看订单信息
-
+ -->
+
-
diff --git a/pages/activity/SeckillDetails/index.vue b/pages/activity/SeckillDetails/index.vue
index 726d868..3975a0e 100644
--- a/pages/activity/SeckillDetails/index.vue
+++ b/pages/activity/SeckillDetails/index.vue
@@ -786,38 +786,38 @@ export default {
line-height: 28rpx;
}
-.tui-share-btn {
- display: block;
- background: transparent;
- margin: 0;
- padding: 0;
- border-radius: 0;
- border: 0;
-}
+// .tui-share-btn {
+// display: block;
+// background: transparent;
+// margin: 0;
+// padding: 0;
+// border-radius: 0;
+// border: 0;
+// }
-.tui-share-btn::after {
- border: 0;
-}
+// .tui-share-btn::after {
+// border: 0;
+// }
-.tui-share-box {
- display: flex;
- align-items: center;
-}
+// .tui-share-box {
+// display: flex;
+// align-items: center;
+// }
-.tui-share-position {
- position: absolute;
- right: 0;
- top: 30rpx;
-}
+// .tui-share-position {
+// position: absolute;
+// right: 0;
+// top: 30rpx;
+// }
-.tui-share-text {
- padding-left: 8rpx;
-}
+// .tui-share-text {
+// padding-left: 8rpx;
+// }
-.tui-sub-title {
- padding: 20rpx 0;
- line-height: 32rpx;
-}
+// .tui-sub-title {
+// padding: 20rpx 0;
+// line-height: 32rpx;
+// }
.tui-sale-info {
display: flex;
diff --git a/pages/activity/activity/index.vue b/pages/activity/activity/index.vue
index 9ff1eb2..3c9ee88 100644
--- a/pages/activity/activity/index.vue
+++ b/pages/activity/activity/index.vue
@@ -57,25 +57,27 @@
{{item.title}}
-
-
+
+
{{activityType == 0?'秒杀':activityType == 1?'拼团':'砍价'}}剩余
{{100 - item.percent}}%
-
+
-
+
+ {{activityType == 1?'单买价 ':'原价 '}}¥{{activityType == 1?item.productPrice:item.price}}
+
- {{activityType == 0?'秒杀':activityType == 1?'拼团':'砍价'}}价¥{{activityType != 2?item.price:item.minPrice}}
+ {{activityType == 0?'秒杀价':activityType == 1?'拼团价':'可砍至'}}¥{{activityType != 2?item.price:item.minPrice}}
- ¥{{activityType == 0?item.otPrice:activityType == 1?item.productPrice:item.price}}
+ ¥{{item.otPrice}}
- 立即{{activityType == 0?'秒杀':activityType == 1?'拼团':'砍价'}}
+ {{activityType == 0?'立即秒杀':'发起' + (activityType == 1?'拼团':'砍价')}}
@@ -189,9 +191,13 @@
})
} else {
this.$yrouter.push({
- path: "/pages/activity/DargainDetails/index",
+ path: "/pages/activity/DargainGoodsDetails/index",
query: { id, partake: 0 }
});
+ // this.$yrouter.push({
+ // path: "/pages/activity/DargainDetails/index",
+ // query: { id, partake: 0 }
+ // });
}
},
seckillInfo() {
@@ -507,6 +513,14 @@
}
}
+ .original-price {
+ height: 60rpx;
+ padding-top: 20rpx;
+ .otPrice {
+ text-decoration: none;
+ }
+ }
+
.price {
font-size: 30rpx;
font-family: PingFang SC;
diff --git a/pages/order/Logistics/index.vue b/pages/order/Logistics/index.vue
index 4044dbb..96774b5 100644
--- a/pages/order/Logistics/index.vue
+++ b/pages/order/Logistics/index.vue
@@ -1,6 +1,53 @@
-
@@ -38,16 +86,45 @@
{{ express.time }}
-
+ -->
+
+
+ 物流详情
+
+
+
+
+
+
+
+
+ {{ item.acceptStation }}
+ {{ item.acceptTime }}
+
+
+
+ {{ item.acceptStation }}
+ {{ item.acceptTime }}
+
+
+
+
+ {{ item.acceptStation }}
+ {{ item.acceptTime }}
+
+
+
+
+
+
+
-
-
-
+
+
@@ -78,16 +155,16 @@
-
+ -->
-
+
diff --git a/pages/shop/ShoppingCart/index.vue b/pages/shop/ShoppingCart/index.vue
index 208ec67..b95568d 100644
--- a/pages/shop/ShoppingCart/index.vue
+++ b/pages/shop/ShoppingCart/index.vue
@@ -2,8 +2,8 @@
@@ -57,7 +57,7 @@
据说连续签到{{day}}天可获得超额积分,一定要坚持签到哦
-
+
+
+
+
+ 积分兑换
+