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