assistance_success.wxss 899 Bytes
page{
  background: #d01119;
  width: 100%;
  height: 100%

}
.top-back{
  width: 100%;
  height: 60%;
  background-repead:no-repead;
  background-size:100% 100%;
  
}
.user_img{
  width: 70rpx;
  height: 70rpx;
  margin-right: 15rpx;
  
}
.user_assis{
  width: 85%;
  margin: auto;
 padding-top: 50rpx;
}
.caption_title{
  margin-top: 60rpx;
  margin-bottom: 30rpx;
}
.assis_liba{
  width: 50%;
  margin: auto;
  height: 340rpx;

}
.activity_time{
  border-bottom: 1rpx solid #fff;
  margin: auto;
  display: inline;
}
.cklie_button{
 margin: auto;
  width: 60%;
  height: 80rpx;
  border-radius: 50rpx;
  margin-top: 20rpx;
  background: #fbda0e;
  color:#d01119; 
  line-height: 80rpx;
  letter-spacing: 5rpx;
   box-shadow: 0rpx 7rpx 0rpx 0rpx rgb(245, 119, 6);
   font-size: 44rpx;
   margin-bottom: 40rpx;
}
.con_div{
z-index: 15;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
}