login.scss 1.04 KB
.login_container {
  background-color: #FFFFFF;
  height: 100%;
  padding: 0px 30px;
  .login_title {
    padding-top: 100px;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
  }
  .title_dsc {
    color: #999999;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .send_code{
    float: right;
    line-height: 30px;
  }
  .login_from {
    margin-bottom: 50px;
    font-size: 13px;
    .el-checkbox__label {
      line-height: 20px;
    }
    .el-form-item {
      margin-bottom: 40px;
    }
    .el-input__wrapper {
      box-shadow: none;
      border-bottom: 1px #979797 solid;
      padding: 5px 0;
      border-radius: 0px;
    }
    .code_wrap{
      position: relative;
      .el-form-item__content {
        display: flex;
        justify-content: space-between;
      }
      .el-input{
        width: 10%;
        .el-input__inner {
          text-align: center;
        }
      }
    }
    .el-input.msg_code_input .el-input__wrapper{
      .el-input__inner {
        letter-spacing: 49px;
      }
    }
  }
}