|  | .success text{
  display: block;
  text-align: center;
}
.tit{
  font-size: 40rpx;
  font-weight:bold;
}
.mess{
  margin-top: 40rpx;
  font-size: 30rpx;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.title{
  font-size:30rpx;
  border:1px solid #999;
  width:400rpx;
  margin:30rpx auto;
  border-radius:10rpx;
  text-align:center;
  color:#999;
  padding: 8rpx 0;
}
.btns {
  padding-bottom: 37rpx;
  padding-top: 37rpx;
  z-index: 100;
  background: #fff;
  width: 625rpx;
  margin:100rpx auto 0;
}
.success{
  margin-top: 200rpx;
}
.btns > button {
  width: 277rpx;
  height: 95rpx;
  border-radius: 10rpx;
  text-align: center;
}
.btns .fl {
  margin-left: 20rpx;
  color: #fff;
  background: linear-gradient(90deg,rgba(40,179,255,1) 0%,rgba(48,103,255,1) 100%);
  /* box-shadow: 0px 8px 8px 1px rgba(255, 169, 2, 0.32); */
}
.btns .fl text {
  display: block;
  font-size: 30rpx;
  line-height: 34rpx;
}
.btns .fl text:nth-of-type(1) {
  margin-top: 12rpx;
}
.btns .fr {
  font-size: 30rpx;
  color: #fff;
  margin-right: 20rpx;
  line-height: 95rpx;
  background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
  /* box-shadow: 0px 8px 8px 1px rgba(246, 93, 51, 0.32); */
}
 |