@import '../../template/coupon/couponTemplate.wxss'; @import '../../template/paymentCode/code.wxss'; .cy-coupon-uses { /* background: rgba(255, 198, 57, 1); */ background: var(--color--); font-size: 26rpx; font-family: PingFang SC; font-weight: 500; color: rgba(51, 51, 51, 1); line-height: 36rpx; border-radius: 10rpx; width: 130rpx; height: 80rpx; } .cy-coupon-receive { border: 2rpx solid var(--color--); font-size: 26rpx; font-family: PingFang SC; font-weight: 500; color: var(--color--); line-height: 36rpx; width: 130rpx; height: 80rpx; border-radius: 10rpx; } .cy-coupon-no-condition { background: rgba(153, 153, 153, 1); border-radius: 10rpx; font-size: 26rpx; font-family: PingFang SC; font-weight: 500; color: rgba(255, 255, 255, 1); line-height: 36rpx; width: 130rpx; height: 80rpx; } .cy-coupon-receive-condition { font-size: 22rpx; font-family: PingFang SC; font-weight: 500; width: 115%; margin-left: -18rpx; width: 130rpx; height: 80rpx; } .cy-color-red { color: rgba(255, 57, 57, 1); } .cy-color-default { color: rgba(153, 153, 153, 1); }