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 | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/sub_pages/customer/coupon/coupon.scss b/sub_pages/customer/coupon/coupon.scss index 9c6e572..56d4346 100644 --- a/sub_pages/customer/coupon/coupon.scss +++ b/sub_pages/customer/coupon/coupon.scss @@ -7,6 +7,9 @@ .img-has { display: unset; } + .img-out { + display: unset; + } } .coupont-item { @@ -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