/* pages/integralmall/payIntegcouponStatus/index.wxss */ page{ background: #F4F5F9; } .tilte{ text-align: center; height:50rpx; font-size:40rpx; font-family:PingFang-SC-Bold; font-weight:bold; color:#FD782D; line-height:50rpx; margin: 70rpx auto; } .coupon{ overflow: hidden; width:690rpx; padding: 20rpx 0; margin: 0 auto; box-shadow:0px 10rpx 27rpx 0rpx rgba(15,15,15,0.09); border-radius:20rpx; background: #fff; } .c-left{ width: 160rpx; padding-left: 30rpx; height: auto; float: left; box-sizing: border-box; padding-top: 18rpx; } .c-left image{ width: 120rpx; } .c-right{ width: 510rpx; float: left; line-height: 50rpx; color: #3C3C3C; font-size: 32rpx; margin-top: 10rpx; } .detail-text{ font-size:30rpx; padding-left: 30rpx; line-height: 40rpx; margin-top: 30rpx; color:rgba(85,85,85,1); } .detail-num{ font-size:30rpx; padding-left: 30rpx; line-height: 40rpx; margin-top: 10rpx; color:#A6A6A6; } .button01{ width:456rpx; height:94rpx; line-height: 94rpx; background:linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%); /* border-radius:32rpx; */ color: #fff; margin-top: 100rpx; } .button02{ width:456rpx; height:94rpx; line-height: 94rpx; background:#E1E1E1; /* border-radius:32rpx; */ color: #fff; margin-top: 30rpx; }