index.scss 1.1 KB
.error-box {
    background-color: #fff;
    padding-bottom: 30px;
    text-align: center;

    &::before {
        content: '';
        display: table;
    }

    .login-box {
        background-color: #ebebeb;
        min-height: 100vh;
    }

    .login-header {
        align-items: center;
        background-color: #1890ff;
        display: flex;
        height: 60px;

        .logo-box {
            align-items: center;
            color: #fff;
            display: flex;
            margin: 0 auto;
            width: 1200px;
        }

        .platform-name {
            border-left: 1px solid #fff;
            font-size: 20px;
            line-height: 28px;
            margin-left: 16px;
            padding-left: 12px;
        }
    }

    .ant-statistic {
        display: inline-block;
        vertical-align: bottom;

        .ant-statistic-content {
            font-size: 16px;
        }
    }

    .error-img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 563px;
        margin: 39px auto 16px;
        width: 714px;
    }
}