ion-content {
  --background: #fff;

  .title{
    margin-top: 20pt;
    text-align: center;
  }
  .phone{
    margin: 10pt 0;
  }
  .ver-code{
    display: flex;
    ion-button{
      margin-left: 10pt;
    }
  }
  ion-input{
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-top: 10pt;
    height: 30pt;
  }
  ion-button{
    margin-top: 10pt;
    height: 30pt;
  }
  .operation{
    width: 100%;
    text-align: center;
    ion-button{
      width: 33.3%;
    }
  }
  .gesture-container{
    width: 100%;
    display:flex;
    justify-content: center;
    position:absolute;
    top:calc(50vh - 200px - 22pt) ;
  }
}
