accept_copy.wxss 1.3 KB
.container{
  
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between; */
  padding: 44rpx 0 0 0;
  box-sizing: border-box;


}
.top{
  width: 686rpx;
  display: flex;

}
.top_time{
  margin-left: 30rpx;
}

.mid{
  margin-top: 31rpx;
  width:686rpx;
  height:360rpx;
  background:rgba(255,255,255,1);
  box-shadow:0px 10rpx 24rpx 0px rgba(149,149,149,0.1);
  border-radius:5rpx;
  display: flex;
}
.mid image{
  width: 100%;
  height: 100%;
  border-radius:5rpx;
}

.text{
  margin-top: 300rpx;
  width:686rpx;
  height:150rpx;
  background:rgba(44,130,230,0);
  border:1rpx solid rgba(232, 232, 232, 1);
  border-radius:8rpx;
  overflow-y: auto;
  
  font-size:24rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(51,51,51,1);
  line-height:36rpx;
  box-sizing: border-box;
  padding: 24rpx 44rpx;

}
.bottom{
  width: 686rpx;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60rpx;
}
.bottom_button{
  margin-top: 103rpx;
  width:320rpx;
  height:70rpx;
  background:rgba(44,130,230,1);
  border-radius:35rpx;
  color: #fff;
  text-align: center;
  line-height: 70rpx;
  font-size:36rpx;
  font-family:PingFang-SC-Bold;
  font-weight:bold;
  
}
.color_blue{
  background: #2C82E6;
}
.color_red{
  background: #FA5A4B;
}