diff --git a/pages/integralmall/payIntegcoupondetail/index.wxml b/pages/integralmall/payIntegcoupondetail/index.wxml index 60a5341..90751af 100644 --- a/pages/integralmall/payIntegcoupondetail/index.wxml +++ b/pages/integralmall/payIntegcoupondetail/index.wxml @@ -37,15 +37,7 @@ - - - - - - - - - 您的拼团未成功,退款将在24小时内返回到您的支付账号 - 返回首页 + + diff --git a/pages/integralmall/payIntegcoupondetail/index.wxss b/pages/integralmall/payIntegcoupondetail/index.wxss index 3a875f7..3fe5114 100644 --- a/pages/integralmall/payIntegcoupondetail/index.wxss +++ b/pages/integralmall/payIntegcoupondetail/index.wxss @@ -318,7 +318,6 @@ page { width:650rpx; height:85rpx; background:linear-gradient(90deg,rgba(248,85,45,1) 0%,rgba(241,60,66,1) 0%,rgba(248,86,46,1) 100%); - box-shadow:0px 8rpx 8rpx 1rpx rgba(242,61,65,0.32); border-radius:43rpx; font-size:36rpx; font-family:PingFang-SC-Medium; @@ -327,7 +326,20 @@ page { line-height: 85rpx; margin-top: 100rpx; } - + .user-enough{ + border: 0; + width:650rpx; + height:85rpx; + background:linear-gradient(90deg,rgba(248,85,45,1) 0%,rgba(241,60,66,1) 0%,rgba(248,86,46,1) 100%); + border-radius:43rpx; + font-size:36rpx; + font-family:PingFang-SC-Medium; + font-weight:500; + color:rgba(254,254,254,1); + line-height: 85rpx; + margin-top: 100rpx; + box-shadow:0px 8rpx 8rpx 1rpx rgba(242,61,65,0.32); + } .user-motto::after { border: none; }