From 978b96a2f6eb3bffb22cbf504a57f42de3ad5c85 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Tue, 2 Jan 2024 14:37:53 +0800 Subject: [PATCH] 按钮颜色优化 --- packageE/pages/user/monthgiftbag/monthgiftbag.wxss | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/packageE/pages/user/monthgiftbag/monthgiftbag.wxss b/packageE/pages/user/monthgiftbag/monthgiftbag.wxss index 7949b9b..e460b16 100644 --- a/packageE/pages/user/monthgiftbag/monthgiftbag.wxss +++ b/packageE/pages/user/monthgiftbag/monthgiftbag.wxss @@ -185,9 +185,11 @@ color: #fff; line-height: 50rpx; border-radius:10rpx; + border: none; } + .content_box_button button.white { background: #fff; @@ -265,4 +267,8 @@ page { .content_box_button button.overdue{ background: rgb(153,153,153); +} + +.content_box_button button.overdue::after{ + border: none; } \ No newline at end of file -- libgit2 0.21.4