@import './theme.less';

/* 定义00 */
.verify-modal-content {
  position: fixed;
  z-index: 2;
  top: 30%;
  left: calc(~'50vw - 162px');
  width: 324px;
  min-height: 172px;
  background: #ffffff;
  border-radius: 4px;
}

.verify-header {
  width: 324px;
  height: 37px;
  background: @--color-primary;
  border-radius: 4px 4px 0px 0px;
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 37px;
  position: relative;

  .verify-action-cancel {
    position: absolute;
    right: 8px;
    font-size: 14px;
    color: #969799;
  }
}

.verify-content {
  .verify-send-success {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: center;
    color: #979797;
    line-height: 18px;
    display: none;
  }

  .verify-send-phone {
    margin: 10px auto;
    font-size: 12px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: center;
    color: #979797;
    line-height: 18px;
  }

  .item {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    input {
      width: 236px;
      height: 37px;
      border: 1px solid #e6e6e6;
      outline: none;
      font-size: 14px;
      font-family: SourceHanSansCN, SourceHanSansCN-Regular;
      font-weight: 400;
      padding-left: 9px;
      color: #979797;
    }

    .verify-zi {
      height: 14px;
      font-size: 14px;
      font-family: SourceHanSansCN, SourceHanSansCN-Regular;
      font-weight: 400;
      text-align: left;
      color: #676767;
      margin-right: 9px;
    }

    .verify-send-btn {
      position: absolute;
      width: 84px;
      font-size: 14px;
      font-family: PingFangSC, PingFangSC-Regular;
      font-weight: 400;
      text-align: left;
      color: @--color-primary;
      line-height: 39px;
      right: 10px;
      bottom: 0;
    }

    .verify-send-num {
      position: absolute;
      font-size: 14px;
      font-family: PingFangSC, PingFangSC-Regular;
      font-weight: 400;
      text-align: left;
      color: #979797;
      line-height: 39px;
      right: 22px;
      display: none;
      bottom: 0;
    }

  }

  .btn-submit {
    text-align: center;
    display: none;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .verify-submit {
    width: 184px;
    height: 39px;
    background: @--color-primary;
    border-radius: 22px;
    border: none;
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 39px;
  }

  button:focus {
    outline: none;
  }
}