verify_info.wxss 795 Bytes
.page{
  background: #f8f8f8;
  width: 100%;
  height: 3000rpx;
}

.input_wrap {
  /* max-width: 460rpx; */
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  height: 90rpx;
  font-size: 28rpx;
  color: #000;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bottom_btn_wrap{
  background: #FFFFFF;
  box-shadow: 0 -2px 8px 0 rgba(208,208,208,0.30);
  height: 136rpx;
  width: 100%;
  position: fixed;
  bottom: 0;
}
.btn_blue_radius{
  margin: 26rpx 30rpx;
  background: #357AEB;
  border-radius: 5px;
  height: 84rpx;
}

.text_white_34 {
  font-family: PingFangSC-Regular;
  font-size: 17px;
  color: #FFFFFF;
  text-align: center;
  line-height: 42px;
}

.text_black_34 {
  font-family: PingFangSC-Regular;
  font-size: 34rpx;
  color: #000;
}