You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

158 lines
2.9 KiB
Plaintext

.cy-content-view {
position: absolute;
width: 750rpx;
top: 100rpx;
bottom: 0rpx;
}
.cy-content-item-view {
position: relative;
margin: 20rpx 20rpx 0rpx 20rpx;
width: 710rpx;
height: 180rpx;
background: rgba(255, 255, 255, 1);
}
.cy-content-item-view image {
position: absolute;
width: 100%;
height: 100%;
}
.cy-item-money-view {
position: relative;
margin: 10rpx;
width: 148rpx;
height: 160rpx;
}
.cy-item-money-unit {
font-size: 34rpx;
font-family: PingFang-SC-Bold;
font-weight: 500;
height: 60rpx;
color: var(--color--);
}
.cy-item-money {
font-size: 60rpx;
font-family: PingFang-SC-Bold;
font-weight: 500;
height: 90rpx;
color: var(--color--);
}
.cy-coupon-des-view {
position: absolute;
top: 10rpx;
left: 200rpx;
width: 360rpx;
height: 160rpx;
}
.cy-coupon-title {
margin-top: 15rpx;
width: 360rpx;
height: 50rpx;
line-height: 50rpx;
font-size: 30rpx;
font-family: PingFang-SC-Bold;
font-weight: 500;
color: rgba(0, 0, 0, 1);
}
.cy-coupon-condition {
margin-top: 2rpx;
width: 360rpx;
height: 50rpx;
font-size: 30rpx;
font-family: PingFang-SC-Medium;
font-weight: 400;
color: rgba(0, 0, 0, 1);
}
.cy-coupon-time {
width: 360rpx;
height: 50rpx;
font-size: 22rpx;
font-family: PingFang-SC-Medium;
font-weight: 400;
color: rgba(102, 102, 102, 1);
}
.cy-coupon-use {
position: absolute;
top: 33rpx;
right: 33rpx;
width: 115rpx;
height: 115rpx;
font-size: 26rpx;
font-family: PingFang-SC-Bold;
font-weight: 500;
color: rgba(255, 255, 255, 1);
text-align: center;
}
.use {
width: 130rpx;
text-align: center;
/* margin-top: 55rpx; */
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;
}
.cy-coupon-uses {
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;
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);
}