detail.wxss 810 Bytes
/* pages/home/coupon/detail.wxss */
/* stylelint-disable-next-line */
page {
    background: rgba(0, 0, 0, 0.8);
}

.coupon-detail {
    width: 600rpx;
    margin: 130rpx auto 28rpx;
    background: #fff;
    color: #222;
    text-align: center;
}

.coupon-title {
    margin-bottom: 12rpx;
    padding-top: 94rpx;
    font-size: 36rpx;
    font-weight: bold;
    line-height: 50rpx;
}

.coupon-time {
    line-height: 42rpx;
    font-size: 30rpx;
}

.coupon-img {
    width: 460rpx;
    height: 460rpx;
    margin: 36rpx auto 13rpx;
}

.coupon-img image {
    width: 100%;
    height: 100%;
}

.coupon-code {
    font-size: 28rpx;
    line-height: 40rpx;
    padding-bottom: 40rpx;
    text-align: center;
}

.coupon-notice {
    width: 600rpx;
    margin: 0 auto;
    font-size: 24rpx;
    color: #b0b0b0;
}