shuishen
2021-12-21 0b9095227438cb35f5a8759aee8f3b32a732151c
src/styles/layout/pc.scss
@@ -61,12 +61,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 +117,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 +134,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 +158,7 @@
    }
    100% {
        transform: scale(0.1) translate3d(0, -100%, 0);
        transform: scale(0.1) translate3d(0, 0%, 0);
        opacity: 0;
    }
}