verify_idcard.wxss 941 Bytes
.page {
  background: #f8f8f8;
}

.id_background{
  width: 100%;
  height: 380rpx;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.id_image_wrap{
  width: 540rpx;
  height: 312rpx;
  margin-left: 110rpx;
  margin-right: 110rpx;
}


.item_body {
  width: 100%;
  height: 80rpx;
}

.text_666_28 {
  font-family: PingFangSC-Regular;
  font-size: 28rpx;
  color: #666;
  line-height: 80rpx;
}

.text_333_28 {
  font-family: PingFangSC-Regular;
  font-size: 28rpx;
  color: #333;
  text-align: right;
  line-height: 80rpx;
}

.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;
}