From 37b63ff0e048f3c8a1ed2b8597a3a7285b4bf022 Mon Sep 17 00:00:00 2001 From: hurui Date: Mon, 5 Aug 2019 13:54:07 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=B6=88=E8=B4=B9=E5=8D=A1][=E4=BF=AE?= =?UTF-8?q?=E6=94=B9][=E6=8C=89=E9=92=AE=E9=A2=9C=E8=89=B2]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/discountCardList/discountCardList.wxss | 4 ++-- pages/order/detail/index.wxss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/discountCardList/discountCardList.wxss b/pages/discountCardList/discountCardList.wxss index e2250a5..751e23a 100644 --- a/pages/discountCardList/discountCardList.wxss +++ b/pages/discountCardList/discountCardList.wxss @@ -206,7 +206,7 @@ button::after{ border: none; } } .nocoupon button { - background: #00c0ff; + background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%); color: #fff; font-style: 30rpx; width: 100%; @@ -240,7 +240,7 @@ button::after{ border: none; } margin: auto; width: 670rpx; border-radius: 60rpx; - background: #02c0ff; + background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%); font-size: 32px; color: #fff; text-align: center; diff --git a/pages/order/detail/index.wxss b/pages/order/detail/index.wxss index 3010a6d..039b84d 100644 --- a/pages/order/detail/index.wxss +++ b/pages/order/detail/index.wxss @@ -521,7 +521,7 @@ radio { width: 690rpx; border-radius: 50rpx; margin-top: 60rpx; - background: #02C0FF!important; + background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%)!important; } .share{ width: 40rpx;