@import '../../template/coupon/couponTemplate.wxss'; .use { width: 130rpx; text-align: center; /* margin-top: 64rpx; */ font-size: 30rpx; font-family: PingFang-SC-Medium; font-weight: bold; color: rgba(255, 255, 255, 1); height: 130rpx; background: no-repeat; line-height: 35rpx; left: -2rpx; } /* .cy-coupon-table { position: absolute; top: 20rpx; left: 20rpx; right: 20rpx; bottom: 20rpx; } .cy-coupon-table-header { position: fixed; width: 100%; height: 80rpx; } .cy-coupon-table-header text { font-size: 14px; padding-left: 40rpx; line-height: 80rpx; color: gray; } .cy-coupon-table-row { position: relative; margin-bottom: 15rpx; display: block; width: 100%; height: 180rpx; border-radius: 3px; background-color: white; } .cy-coupon-no { position: relative; margin-top: 360rpx; font-size: 16px; width: 100%; height: 80rpx; text-align: center; color: #c0c0c0; } */ /* .cy-coupon-title { width: 30%; height: 100%; color: white; } */ /* .cy-coupon-deduction { width: 100%; height: 60%; color: rgb(0, 179, 103); font-size: 20px; } .cy-coupon-limit { width: 50%; height: 100%; font-size: 18px; } .cy-coupon-worth { width: 100%; height: 60%; font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .cy-coupon-use-condition { width: 100%; height: 40%; font-size: 13px; text-align: center; color: rgb(0, 179, 103); } .cy-coupon-use-time { width: 100%; height: 40%; font-size: 13px; color: gray; } .cy-coupon-lead { width: 20%; height: 100%; font-size: 12px; color: white; } .cy-coupon-lead view { width: 100%; height: 60rpx; background-color: orangered; border-radius: 50rpx; } */ .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 rgba(255, 198, 57, 1); */ border: 2rpx solid var(--color--); font-size: 26rpx; font-family: PingFang SC; font-weight: 500; /* color: rgba(255, 198, 57, 1); */ 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; } .cy-color-red { color: rgba(255, 57, 57, 1); } .cy-color-default { color: rgba(153, 153, 153, 1); }