diff --git a/pages/coupon/detail/index.wxml b/pages/coupon/detail/index.wxml
index 863cfb3..7460b90 100644
--- a/pages/coupon/detail/index.wxml
+++ b/pages/coupon/detail/index.wxml
@@ -59,8 +59,8 @@
{{data.salePriceStr}}
-
{{data.pressLimitNum+'人可砍至底价'}}
+ {{data.priceStr}}元
有效期:自领取之日起
diff --git a/pages/coupon/detail/index.wxss b/pages/coupon/detail/index.wxss
index 58d160b..b209d1a 100644
--- a/pages/coupon/detail/index.wxss
+++ b/pages/coupon/detail/index.wxss
@@ -138,7 +138,6 @@ button::after {
letter-spacing: 0;
height: 50rpx;
line-height: 50rpx;
- /* border-bottom: 1px solid #eee; */
border-bottom: 1px solid #f9f9f9;
}
@@ -192,7 +191,7 @@ button::after {
}
.use {
color: #FD782D;
- margin-left: 10rpx;
+ /* margin-left: 10rpx; */
}
.salePriceStr .yuan {
@@ -211,11 +210,14 @@ button::after {
text-decoration: line-through;
margin-left: 10rpx;
color: #999 !important;
+ margin-top:8rpx;
+
}
.fl {
float: left;
color: #FD782D;
+ display: flex;
}
.fr {
@@ -730,7 +732,6 @@ button::after {
}
.presslimit {
- width: 300rpx;
height: 34rpx;
line-height: 34rpx;
margin-top: 8rpx;
@@ -743,7 +744,7 @@ button::after {
text-overflow: ellipsis;
}
.presslimit text{
- margin-left: 22rpx;
+ margin-left: 15rpx;
background:rgba(201,201,201,0.1);
}
diff --git a/pages/spellGroup/mySpellGroup/index.wxml b/pages/spellGroup/mySpellGroup/index.wxml
index 08957fa..66c46f4 100644
--- a/pages/spellGroup/mySpellGroup/index.wxml
+++ b/pages/spellGroup/mySpellGroup/index.wxml
@@ -20,6 +20,7 @@
「拼团价」{{data.pressLimitNum}}人拼团成功,单价仅需¥
{{data.salePriceStr}}
+ {{data.priceStr}}元
有效期:
{{data.validStartDate}}至{{data.validEndDate}}(请在有效期内使用)
diff --git a/pages/spellGroup/mySpellGroup/index.wxss b/pages/spellGroup/mySpellGroup/index.wxss
index f5adc43..5651575 100644
--- a/pages/spellGroup/mySpellGroup/index.wxss
+++ b/pages/spellGroup/mySpellGroup/index.wxss
@@ -80,14 +80,15 @@ button::after{ border: none; }
padding-top: 6rpx;
background: #FFF;
padding: 0 30rpx;
- color: #FD782D
+ color: #FD782D;
+ display: flex;
}
.des-peoplenum{
display: inline;
font-size:24rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
- line-height:44rpx;
+ line-height:70rpx;
}
.des-saleprice{
display: inline;
@@ -1004,4 +1005,11 @@ background: #ccc8c8;
}
.swiper-box .wx-swiper-dot-active::before{
background:#f6792b;
+}
+.yj{
+ text-decoration: line-through;
+ color: #CCC;
+ font-size: 28rpx;
+ line-height: 70rpx;
+ margin-left: 10rpx;
}
\ No newline at end of file
diff --git a/pages/spellGroup/spellGroup.wxml b/pages/spellGroup/spellGroup.wxml
index f584759..4be4fa5 100644
--- a/pages/spellGroup/spellGroup.wxml
+++ b/pages/spellGroup/spellGroup.wxml
@@ -29,7 +29,7 @@
¥
- {{item.salePriceStr}}
+ {{item.salePriceStr}}
¥{{item.priceStr}}
去拼团
@@ -60,7 +60,7 @@
- 拼团价 ¥
+ 拼团价¥
{{item.salePrice/100}}
diff --git a/pages/spellGroup/spellGroup.wxss b/pages/spellGroup/spellGroup.wxss
index 173c923..6007bf0 100644
--- a/pages/spellGroup/spellGroup.wxss
+++ b/pages/spellGroup/spellGroup.wxss
@@ -152,21 +152,39 @@ image{
line-height:44rpx;
}
.content .price02{
- display: inline;
+ display: inline-block;
font-size: 24rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
text-decoration:line-through;
color:rgba(140,140,140,1);
+ width: 95rpx;
+ overflow:hidden;
+ text-overflow:ellipsis;
+ white-space:nowrap;
+ line-height: 30rpx;
}
.content .price-num{
- display: inline;
+ display: inline-block;
+ font-size: 32rpx;
+ width: 95rpx;
+ overflow:hidden;
+ text-overflow:ellipsis;
+ white-space:nowrap;
+ line-height: 30rpx;
+}
+.content .price-numHr{
+ display: inline-block;
font-size: 40rpx;
+ overflow:hidden;
+ text-overflow:ellipsis;
+ white-space:nowrap;
+ line-height: 32rpx;
}
+
.content .price-unit{
display: inline;
font-size:24rpx;
- /* margin-right:4rpx; */
}
.right-button{
width:100rpx;
@@ -209,7 +227,6 @@ image{
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(255,253,245,1);
- /* border-right:1px solid rgba(255, 222, 67, 1); */
background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
opacity: 1;
}