coupon.wxss 822 字节
page{
    height:100%;
    overflow-y: hidden;

}
.coupon{
    height:100%;
}
.couponimg{
    width:750rpx;
    height:100%;
    position: relative;
}
.couponimg image{
    width:100%;
    height:100%;
}
.sendcoupon{
  width:333rpx;
  height:64rpx;
  border:1rpx solid rgba(253,135,121,1);
  border-radius:32rpx;
  position:absolute;
  top:241rpx;
  left:0;
  right:0;
  margin: 0 auto;
  color:#FF522E;
  font-size: 30rpx;
  text-align:center;
  line-height: 64rpx;
}
.couponcode{
  width:321rpx;
  height:321rpx;
  font-size: 0;
  position: absolute;
  top:339rpx;
  left:0;
  right:0;
  margin: 0 auto;

}
.couponcode image{
  width:100%;
  height:100%;
}
.sweepcode{
  width:190rpx;
  text-align: center;
  color:#333333;
  font-size: 26rpx;
  position:absolute;
  top:701rpx;
  left:0;
  right:0;
  margin: 0 auto;

}