myCoupon.wxss 1.7 KB
/* pages/person/myCoupon/myCoupon.wxss */
@import '../../../style/base.wxss';

.warp_head{
  height: 90rpx;
  padding: 0 88rpx;
  border-bottom: solid 16rpx #FCF8F7;
}
.warp_name{
  position: relative;
  padding-bottom: 0;
  color: #252729;
  font-size: 32rpx;
}
.active{
  color: #FD8779;
  font-weight: bold;
}
.active text{
  position: absolute;
  bottom: -23rpx;
  left: 50%;
  display: block;
  width: 76rpx;
  height: 5rpx;
  background: #FD8779;
  border-radius: 5rpx;
  transform: translateX(-50%);
}
.coupon_box{
  position: relative;
  width: 700rpx;
  height: 205rpx;
  margin: 36rpx auto 0;
}
.coupon_pic{
  width: 700rpx;
  height: 205rpx;
}
.coupon_pic image{
  width: 100%;
  height: 100%;
}
.coupon_txt{
  position: absolute;
  top: 48rpx;
  left: 185rpx;
  color: #fff;
  font-size: 56rpx;
  font-weight: 800;
  width:463rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.coupon_date{
  position: absolute;
  bottom: 29rpx;
  left: 185rpx;
  color: #fff;
  font-size: 28rpx;
}
.rule{
 position: absolute;
  bottom: 29rpx;
  right: 30rpx;
  color: #fff;
 
  font-size: 28rpx;
}

.ruleregister{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position:fixed;
    left:0;
    right:0;
    z-index: 5;
}
.ruleregisterwrap{
    width:686rpx;
    height:506rpx;
    background: #ffffff;
    border-radius: 10rpx;
    position: absolute;
    z-index: 6;
    /*left:0.4rem;*/
    /*top: 3rem;*/
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding: 32rpx;
    box-sizing: border-box;
    
  
}
.ruleitem{
  color:#666;
  font-size: 30rpx;
  margin-top:20rpx;
}
.ruletitle{
  font-size: 38rpx;
  color:#333;
  text-align: center
}