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;