From cad189ce8c5480484b8e893b67b13402d0aadad8 Mon Sep 17 00:00:00 2001 From: hurui199683hurui Date: Mon, 22 Apr 2019 14:28:41 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A7=AF=E5=88=86=E5=88=B8=E8=AF=A6=E6=83=85]?= =?UTF-8?q?[=E4=BF=AE=E6=94=B9][=E7=A7=AF=E5=88=86=E4=B8=8D=E8=B6=B3?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../integralmall/payIntegcoupondetail/index.wxml | 12 ++---------- .../integralmall/payIntegcoupondetail/index.wxss | 16 ++++++++++++++-- 2 files changed, 16 insertions(+), 12 deletions(-) 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; }