index.scss 939 Bytes
.error-box {
  padding-bottom: 30px;
  text-align: center;
  background-color: #fff;
  &::before{
    content: '';
    display: table;
  }
  .login-box {
    min-height: 100vh;;
    background-color: #EBEBEB;
  }
  .login-header {
    display: flex;
    align-items: center;
    height: 60px;
    background-color: #1890FF;
    .logo-box {
      margin: 0 auto;
      width: 1200px;
      display: flex;
      align-items: center;
      color: #fff;
    }
    .platform-name {
      margin-left: 16px;
      padding-left: 12px;
      border-left: 1px solid #fff;
      font-size: 20px;
      line-height: 28px;
    }
  }
  .ant-statistic {
    display: inline-block;
    vertical-align: bottom;
    .ant-statistic-content {
      font-size: 16px;
    }
  }
  .error-img {
    margin: 39px auto 16px;
    width: 714px;
    height: 563px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}