hejianhao
2025-03-06 6216ba156ba2c416987024262d5ac4cd86da8969
修改样式bug
1个文件已修改
168 ■■■■ 已修改文件
management/src/pages/Login/style.less 168 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
management/src/pages/Login/style.less
@@ -6,100 +6,106 @@
    margin-top: 69px;
}
.sysName {
    text-align: center;
    font-family: 'LogoSCUnboundedSans';
    font-weight: 400;
    letter-spacing: 2px;
    background: linear-gradient(270deg, #FFEEA7 0%, #FDF9FA 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 70px;
    line-height: 101px;
}
.ant-form-item {
    width: 480px;
    margin-bottom: 20px;
}
.ant-input-affix-wrapper {
    padding: 14px 18px;
    background: #F5F5F5;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.ant-input-affix-wrapper:hover {
    border-color: #FC8D55;
}
.ant-input-affix-wrapper:focus-within {
    border-color: #FC8D55;
    box-shadow: 0 0 0 2px rgba(252, 141, 85, 0.2);
}
.loginContent {
.ant-pro-form-login-main {
    width: unset !important;
    min-width: unset !important;
}
.codeBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
    position: relative;
    .ant-form-item-additional {
        position: absolute;
        bottom: -1.5rem;
    .sysName {
        text-align: center;
        font-family: 'LogoSCUnboundedSans';
        font-weight: 400;
        letter-spacing: 2px;
        background: linear-gradient(270deg, #FFEEA7 0%, #FDF9FA 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
        font-size: 70px;
        line-height: 101px;
    }
    .ant-form-item {
        width: 365px;
        margin-bottom: unset;
        width: 480px;
        margin-bottom: 20px;
    }
        .ant-input-affix-wrapper {
            background: unset !important;
    .ant-input-affix-wrapper {
        padding: 14px 18px;
        background: #F5F5F5;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.15);
    }
    .ant-input-affix-wrapper:hover {
        border-color: #FC8D55;
    }
    .ant-input-affix-wrapper:focus-within {
        border-color: #FC8D55;
        box-shadow: 0 0 0 2px rgba(252, 141, 85, 0.2);
    }
    .ant-pro-form-login-main {
        width: unset !important;
        min-width: unset !important;
    }
    .codeBox {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 10px;
        background: #F5F5F5;
        border: 1px solid rgba(0, 0, 0, 0.15);
        margin-bottom: 25px;
        position: relative;
        .ant-form-item-additional {
            position: absolute;
            bottom: -1.5rem;
        }
        .ant-input-outlined {
            border: unset !important;
        .ant-form-item {
            width: 365px;
            margin-bottom: unset;
            .ant-input-affix-wrapper {
                background: unset !important;
            }
            .ant-input-outlined {
                border: unset !important;
            }
        }
    }
}
canvas {
    border-radius: 0 10px 10px 0;
}
.codeBox:hover {
    border-color: #FC8D55;
    background-color: #fff;
}
    canvas {
        border-radius: 0 10px 10px 0;
    }
.codeBox:focus-within {
    border-color: #FC8D55;
    box-shadow: 0 0 0 2px rgba(252, 141, 85, 0.2);
}
    .codeBox:hover {
        border-color: #FC8D55;
        background-color: #fff;
    }
    .codeBox:focus-within {
        border-color: #FC8D55;
        box-shadow: 0 0 0 2px rgba(252, 141, 85, 0.2);
    }
.ant-btn {
    height: 50px;
    background: linear-gradient(270deg, #FC8D55 0%, #FF4948 100%);
    border-radius: 25px;
}
    .ant-btn {
        height: 50px;
        background: linear-gradient(270deg, #FC8D55 0%, #FF4948 100%);
        border-radius: 25px;
    }
.ant-btn-variant-solid:hover {
    background: linear-gradient(270deg, #FC8D55 0%, #FF4948 100%) !important;
}
.ant-input-status-error{
    background-color: #F5F5F5 !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    .ant-btn-variant-solid:hover {
        background: linear-gradient(270deg, #FC8D55 0%, #FF4948 100%) !important;
    }
    .ant-input-status-error {
        background-color: #F5F5F5 !important;
        border: 1px solid rgba(0, 0, 0, 0.15) !important;
    }
}