1
mayisheng
2022-08-15 81f54040c2cb65537c6c6e1db8358a39a57dea0d
src/styles/layout/pc.scss
@@ -32,6 +32,7 @@
        }
        .el-header {
            position: relative;
            display: flex;
            background: #2196f3;
            align-items: center;
@@ -39,14 +40,27 @@
            img {
                margin-top: 4px;
                margin-left: 10px;
                margin-right: 10px;
                height: 38px;
            }
            .header-title {
                margin-right: 10px;
                position: relative;
                text-indent: 0.1em;
                font-size: 18px;
                color: #fff;
            }
            .out-home {
                position: absolute;
                top: 0;
                left: auto;
                right: 0;
                bottom: 0;
                margin: auto;
                width: 88px;
                line-height: 60px;
            }
            .el-menu {
@@ -61,12 +75,12 @@
                li.el-menu-item.is-active {
                    border: 0px !important;
                    background: #3f51b5 !important;
                    background: rgba(1, 64, 112, 0.494) !important;
                }
                li:hover {
                    border: 0px !important;
                    background: #3f51b5 !important;
                    background: #1A78C2 !important;
                }
            }
        }
@@ -117,7 +131,7 @@
@keyframes dialog-fade-in {
    0% {
        transform: scale(0.1) translate3d(0, -100%, 0);
        transform: scale(0.1) translate3d(0, 0, 0);
        opacity: 0;
    }
@@ -134,14 +148,14 @@
    }
    100% {
        transform: scale(0.1) translate3d(0, -100%, 0);
        transform: scale(0.1) translate3d(0, 0, 0);
        opacity: 0;
    }
}
@keyframes anim-open {
    0% {
        transform: scale(0.1) translate3d(0, -100%, 0);
        transform: scale(0.1) translate3d(0, 0%, 0);
        opacity: 0;
    }
@@ -158,7 +172,7 @@
    }
    100% {
        transform: scale(0.1) translate3d(0, -100%, 0);
        transform: scale(0.1) translate3d(0, 0%, 0);
        opacity: 0;
    }
}