sweepcoupon.wxss 918 字节
page{
  height:100%;
  overflow-y: hidden;
}
.sweepcouponbac{
  height:100%;

}
.sweepcouponimg{
  width:750rpx;
  height:100%;
}
.sweepcouponimg image{
  width:100%;
  height:100%;
}
.couponname{
  width:160rpx;
  color:#FFFFFF;
  font-size: 54rpx;
  position:absolute;
  top:303rpx;
  left:0;
  right:0;
  margin: 0 auto;
}
.couponmoney{
  color:#fff;
  font-size: 64rpx;
  width:237rpx;
  position:absolute;
  left:0;
  right:0;
  top:440rpx;
  margin: 0 auto;
}
.coupondate{
  color:#fff;
  font-size: 24rpx;
  width:237rpx;
  position:absolute;
  left:0;
  right:0;
  top:530rpx;
  margin: 0 auto;
}
.collect{
  width:300rpx;
  height:80rpx;
  background:rgba(255,224,69,1);
  box-shadow:0rpx 8rpx 16rpx 0rpx rgba(139,35,11,0.16);
  border-radius:40rpx;
  position:absolute;
  top:710rpx;
  left:0;
  right:0;
  margin: 0 auto;
  color:#FF5330;
  font-size: 30rpx;
  text-align: center;
  line-height: 80rpx;
  
}