xuxueyang
2024-09-12 0b9141c17270d83b05d8b51139989644a4b84763
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;