ion-content {
  --background: #fff;
  .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%;
    }
  }
}
