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.

82 lines
1.1 KiB
Plaintext

@import '../../../template/coupon/couponTemplate.wxss';
.cy-content-back {
position: absolute;
width: 100%;
height: 100%;
overflow: scroll;
}
.cy-content-coupon {
position: relative;
top: 30rpx;
margin-bottom: 20rpx;
left: 30rpx;
bottom: 30rpx;
width: 690rpx;
height: 200rpx;
background-color: white;
border-radius: 8rpx;
overflow: hidden;
}
.cy-left-coupon {
width: 200rpx;
height: 100%;
}
.cy-center-coupon {
width: 300rpx;
height: 100%;
}
.cy-center-view {
width: 100%;
}
.cy-right-coupon {
width: 190rpx;
height: 100%;
}
.cy-left-title {
width: 100%;
height: 60%;
font-size: 36px;
color: #004585;
}
.cy-left-title text {
line-height: 70rpx;
}
.cy-left-type {
text-align: center;
width: 100%;
height: 40%;
font-size: 14px;
color: #004585;
}
.cy-once-use {
width: 85%;
height: 55rpx;
line-height: 55rpx;
border-radius: 80rpx;
text-align: center;
font-size: 13px;
color: white;
background-color: #004585;
}
.cy-use {
width: 85%;
height: 55rpx;
line-height: 55rpx;
border-radius: 80rpx;
text-align: center;
font-size: 13px;
color: white;
background-color: red;
}