below.wxss 854 字节
.container{
  
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between; */
  padding: 79rpx 0 0 0;
  box-sizing: border-box;

}
.title{
 
  font-size:36rpx;
  font-family:PingFang-SC-Bold;
  font-weight:bold;
  color:rgba(51,51,51,1);
  line-height:36rpx;
}
.text{
  margin-top: 95rpx;
  width:686rpx;
  height:800rpx;
  background:rgba(44,130,230,0);
  border:1rpx solid rgba(106, 107, 120, 0.15);
  border-radius:10rpx;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 26rpx 30rpx;
}
.bottom{
  margin-top: 85rpx;
  width:686rpx;
  height:70rpx;
  background:linear-gradient(30deg,rgba(44,130,230,1),rgba(72,157,255,1));
  box-shadow:0px 14rpx 24rpx 0px rgba(7,106,220,0.4);
  border-radius:35rpx;
  color: #fff;
  line-height: 70rpx;
  text-align: center;
}