101 lines
1.7 KiB
Plaintext
101 lines
1.7 KiB
Plaintext
/* packageD/couponcode/couponcode.wxss */
|
|
.list {
|
|
padding-top: 22rpx;
|
|
}
|
|
|
|
.list .li {
|
|
margin-left: 25rpx;
|
|
margin-right: 25rpx;
|
|
position: relative;
|
|
background-color: #fff;
|
|
border-radius: 16rpx;
|
|
padding-left: 24rpx;
|
|
margin-bottom: 23rpx;
|
|
}
|
|
|
|
.list .li_1 {
|
|
margin-left: 25rpx;
|
|
margin-right: 25rpx;
|
|
position: relative;
|
|
background-color: #fff;
|
|
border-radius: 16rpx;
|
|
width: 700rpx;
|
|
height: 165rpx;
|
|
margin-bottom: 23rpx;
|
|
}
|
|
|
|
.list .bottom {
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.list .li_1 .bottom {
|
|
background: url('https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/coupon_code.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
width: 188rpx;
|
|
height: 109rpx;
|
|
}
|
|
|
|
.list .li .bottom {
|
|
background: url('https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/receive_icon.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
width: 188rpx;
|
|
height: 109rpx;
|
|
}
|
|
|
|
.list .li .left .num {
|
|
font-size: 28rpx;
|
|
line-height: 36rpx;
|
|
color: #333;
|
|
padding-top: 25rpx;
|
|
}
|
|
|
|
.list .li .left .name {
|
|
font-size: 32rpx;
|
|
line-height: 32rpx;
|
|
color: #000;
|
|
padding-top: 20rpx;
|
|
}
|
|
|
|
.list .li .left .date {
|
|
font-size: 24rpx;
|
|
line-height: 36rpx;
|
|
color: #999;
|
|
padding-top: 10rpx;
|
|
}
|
|
|
|
.list .li_1 .num {
|
|
font-size: 28rpx;
|
|
line-height: 36rpx;
|
|
color: #333;
|
|
padding-top: 64rpx;
|
|
padding-left: 24rpx;
|
|
}
|
|
|
|
.codeContent {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100%;
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
.codeContent .codeimg {
|
|
width: 447rpx;
|
|
height: 447rpx;
|
|
}
|
|
|
|
.codeContent .codeimg image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.postcode {
|
|
position: absolute;
|
|
right: 20rpx;
|
|
top: 20rpx;
|
|
font-size: 80rpx;
|
|
}
|