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.

88 lines
1.2 KiB
Plaintext

9 months ago
page {
background-color: #004585;
}
.cy-coupon-back {
margin: 40rpx;
width: 670rpx;
height: auto;
background-color: white;
overflow: hidden;
}
.cy-coupon-top {
width: 100%;
height: 200rpx;
background-color: white;
}
.cy-image {
margin: 30rpx 40rpx;
width: 140rpx;
height: 140rpx;
}
.cy-coupon-content {
width: 320rpx;
height: 100%;
}
.cy-coupon-worth {
width: 100%;
height: 50%;
font-size: 16px;
}
.cy-coupon-bottom {
width: 100%;
height: 850rpx;
background-color: white;
border-top: 1px solid #eee;
}
.cy-coupon-use {
width: 100%;
height: 180rpx;
background-color: white;
}
.cy-coupon-use view {
width: 350rpx;
height: 70rpx;
font-size: 14px;
color: white;
background-color: #004585;
border-radius: 80rpx;
}
.cy-coupon-use-time {
width: 100%;
height: 180rpx;
font-size: 10px;
}
.cy-use-list {
width: 100%;
height: auto;
}
.cy-use-list view {
width: 100%;
height: 80rpx;
border-top: 1px solid #eee;
}
.cy-use-item {
width: 20rpx;
height: 100%;
line-height: 80rpx;
text-align: center;
font-size: 12px;
}
.iconfont {
margin-left: 15rpx;
font-size: 22rpx;
font-weight: 900;
}