/* packageC/hotel/hotelCoupon/hotelCoupon.wxss */ .open_member { background: #fff; } .open_member .content .coupon_box { width: 690rpx; height: 200rpx; margin: 40rpx auto; background-image: url(https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/o2o_coupon.png); background-repeat: no-repeat; background-size: 100%; color: #ffb84c; font-size: 30rpx; display: flex; justify-content: space-between; align-items: center; } .open_member .content .coupon_box .coupon_a { width: 490rpx; padding: 0 40rpx; } .open_member .content .coupon_box .coupon_a .li { line-height: 40rpx; text-align: left; font-size: 26rpx; } .open_member .content .coupon_box .coupon_b { width: 200rpx; } .open_member .content .coupon_box .coupon_b .p { font-size: 20px; line-height: 72rpx; } .open_member .content .coupon_box .coupon_b .p .span { font-size: 32rpx; } .open_member .content .coupon_box .coupon_b .button { width: 136rpx; height: 52rpx; border-radius: 60rpx; background: #ffb84c; color: #fff; border: none; font-size: 24rpx; text-align: center; line-height: 52rpx; }