InvitationReward.wxss 1.4 KB
/* pages/InvitationReward/InvitationReward.wxss */
.content{
  padding-bottom: 188rpx;
}
.switch{
  padding: 24rpx;
}
.switchtimeBox{
  width: 374rpx;
}
.switchtext{
  color: rgba(0,0,0,0.9);
 font-size: 28rpx;
 font-weight: 600;
 margin-bottom: 10rpx;
}
.switchtextOne{
  color: rgba(0,0,0,0.4);
  font-size: 28rpx;
  font-weight: 400;
  margin-bottom: 10rpx;
}
.gangImg{
width: 36rpx;
height: 8rpx;
border-radius: 32rpx;
border: 0 solid rgba(151,151,151,1);
background: rgba(233,53,24,1);
}

.list-big-Box{
  padding: 0 32rpx;
}

.list-Box{
  padding: 32rpx 0 34rpx 0;
  border-bottom: 2rpx solid #EBEDF0;
}
.list-One-Box{
  margin-bottom: 16rpx;
}
.list-One-Phone{
  color: rgba(0,0,0,0.9);
  font-size: 28rpx;
  font-weight: 400;
}
.list-One-money{
  color: rgba(233,53,24,1);
 font-size: 28rpx;
 font-weight: 600;
}
.list-Two-name{
  color: rgba(0,0,0,0.4);
  font-size: 24rpx;
  font-weight: 400;
}
.list-Two-money{
  color: rgba(0,0,0,0.4);
  font-size: 24rpx;
  font-weight: 400;
}

.di{
  padding: 16rpx 32rpx;
  width: 686rpx;
  border-top: 2rpx solid #EBEDF0;
  position: fixed;
  bottom: 0;
  left: 0;
}
.img1{
  width: 64rpx;
  height: 64rpx;
  margin-right: 16rpx;
}
.diText1{
  color: rgba(0,0,0,0.9);
 font-size: 24rpx;
 font-weight: 400;
}
.diText2{
  color: rgba(233,53,24,1);
 font-size: 32rpx;
 font-weight: 600;
}
.diText3{
color: rgba(0,0,0,0.4);
 font-size: 24rpx;
 font-weight: 400;
}