From 0b9141c17270d83b05d8b51139989644a4b84763 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期四, 12 九月 2024 11:34:31 +0800 Subject: [PATCH] update 会员积分相关的优化 --- sub_pages/customer/coupon/coupon.scss | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/sub_pages/customer/coupon/coupon.scss b/sub_pages/customer/coupon/coupon.scss index 2c5896b..56d4346 100644 --- a/sub_pages/customer/coupon/coupon.scss +++ b/sub_pages/customer/coupon/coupon.scss @@ -3,8 +3,11 @@ .coupont-item.expired { - filter: grayscale(100%); + filter: grayscale(95%); .img-has { + display: unset; + } + .img-out { display: unset; } } @@ -23,6 +26,17 @@ width: 264rpx; height: 264rpx; } + .img-out { + display: none; + position: absolute; + right: 10rpx; + top: -20rpx; + background-image: url('../../../static/images/customer/coupon/coupon-out.png'); + background-size: 100% 100%; + width: 196rpx; + height: 124rpx; + + } .tip { position: absolute; -- Gitblit v1.9.3