/* pages/sucReception/sucReception.wxss */ .mine { min-height: 100vh; padding: 24rpx 38rpx 80rpx 32rpx; background: #FFF2ED; position: relative; } .mine .user-info image { width: 68rpx; height: 68rpx; border-radius: 50%; } .mine .user-info text { display: inline-block; padding-left: 24rpx; font-size: 24rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #EB5C21; line-height: 68rpx; vertical-align: top; } .coupon { margin-top: 24rpx; height: 172rpx; background: url(https://we-spa.oss-cn-shenzhen.aliyuncs.com/wxapp/20220413/prize_bg.png) no-repeat; background-size: 100% 100%; padding: 40rpx 44rpx 30rpx 38rpx; display: flex; font-size: 32rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #FFFFFF; line-height: 44rpx; } .left { width: 400rpx; } .left .coupon-title{ margin-left: -20rpx } .left .coupon-content { height: 100rpx; overflow: scroll; margin-top: 28rpx; font-size: 20rpx; font-weight: 400; line-height: 28rpx; } .right { flex: 1; text-align: right; } .right .right-num { margin-top: 68rpx; font-weight: 400; text-decoration: line-through } .coupon-value { margin-top: 52rpx; font-size: 24rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #EB5C21; line-height: 34rpx; text-align: center; } .make-btn { margin-top: 20rpx; position: relative; left: 50%; transform: translateX(-50%); width: 484rpx; height: 84rpx; line-height: 84rpx; background: #FA7D22; border-radius: 52rpx; text-align: center; font-size: 32rpx; font-family: PingFang-SC-Medium, PingFang-SC; font-weight: 500; color: #FFFFFF; line-height: 44px; } .introduce { margin-top: 80rpx; font-size: 24rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #EB5C21; line-height: 38rpx; } .introduce .introduce-title { font-size: 36rpx; margin-left: -20rpx; font-weight: 500; color: #EB5C21; line-height: 50rpx; } .introduce image{ width: 100%; height: 300rpx; display: block; margin-top: 16rpx; } .introduce .introduce-text .text-tips{ margin-top: 20rpx; }