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.

269 lines
4.4 KiB
Plaintext

@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;
width: 130rpx;
height: 80rpx;
}
/* .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;
} */
.qcode-bg {
width: 660rpx;
height: 900rpx;
position: fixed;
top: 120rpx;
}
.applytitle {
position: relative;
height: 76rpx;
width: 619rpx;
border-bottom: 1rpx solid rgba(153, 153, 153, 1);
margin-left: 20rpx;
font-size: 36rpx;
color: #666;
text-align: center;
padding-top: 100rpx;
}
.barcode {
margin-left: 30rpx;
margin-top: 60rpx;
}
.barcode>canvas {
width: 600rpx;
height: 180rpx;
}
.codenumber {
margin-top: 24rpx;
color: #666;
position: relative;
text-align: center;
}
.qrcode {
margin-left: 110rpx;
}
.qrcode>canvas {
width: 420rpx;
height: 400rpx;
}
.shade {
top: 0;
right: 0;
left: 0;
bottom: 0;
overflow: hidden;
opacity: 1;
background-color: rgba(0, 0, 0, 0.6);
z-index: 2;
position: fixed;
width: 100%;
height: 100%;
}
.apply {
width: 660rpx;
height: 900rpx;
position: fixed;
top: 65rpx;
left: 45rpx;
z-index: 999;
}
.closeapply {
width: 60rpx;
height: 60rpx;
position: absolute;
bottom: -100rpx;
left: 300rpx;
}
.closeapply image {
width: 100%;
height: 100%;
margin-top: 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;
}
.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;
}
.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);
}
.cy-no-coupon {
width: 507rpx;
height: 401rpx;
margin: auto auto;
margin-top: 150rpx;
text-align: center;
line-height: 130rpx;
font-size: 36rpx;
font-family: PingFang SC;
font-weight: 500;
color: rgba(51, 51, 51, 1);
}
.cy-no-coupon image {
width: 100%;
height: 100%;
}
/* page{
background: var(--color--);
} */