| 
							- /* pages/integralmall/payIntegcouponStatus/index.wxss */
 - .tilte{
 -   text-align: center;
 -   height:50rpx;
 -   font-size:40rpx;
 -   font-family:PingFang-SC-Bold;
 -   font-weight:bold;
 -   color:rgba(51,51,51,1);
 -   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;
 - }
 - .c-left{
 -   width: 160rpx;
 -   padding-left: 20rpx;
 -   height: auto;
 -   float: left;
 -   box-sizing: border-box;
 -   padding-top: 18rpx;
 - }
 - .c-left image{
 -   width: 120rpx;
 - }
 - .c-right{
 -   width: 510rpx;
 -   float: left;
 -   line-height: 120rpx;
 - }
 - .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:rgba(85,85,85,1);
 - }
 - .button01{
 -   width:710rpx;
 -   height:94rpx;
 -   line-height: 94rpx;
 -   background:rgba(82,160,253,1);
 -   box-shadow:0px 10rpx 22rpx 2rpx rgba(82,160,253,0.51);
 -   border-radius:10rpx;
 -   color: #fff;
 -   margin-top: 120rpx;
 - }
 - .button02{
 -   width:710rpx;
 -   height:94rpx;
 -   line-height: 94rpx;
 -   background:rgba(82,160,253,1);
 -   box-shadow:0px 10rpx 22rpx 2rpx rgba(82,160,253,0.51);
 -   border-radius:10rpx;
 -   color: #fff;
 -   margin-top: 30rpx;
 - }
 
 
  |