shuishen
2022-07-21 58060e64e1fa9cf3ffcf5e29f09c4c2edf8f2126
src/styles/pcpage/dc-ui.scss
@@ -30,17 +30,20 @@
        fill: #2196f3;
    }
    .div-icon {
        .tag-entitys-box {
            animation: moveLayerIcon 0.5s linear 0;
        }
    // .div-icon {
    //     .tag-entitys-box {
    //         animation: moveLayerIcon 0.5s linear 0;
    //     }
        .tag-entitys-box:hover {
            animation: moveLayerIcon 0.5s linear infinite;
        }
    }
    //     .tag-entitys-box:hover {
    //         animation: moveLayerIcon 0.5s linear infinite;
    //     }
    // }
}
.layer-entity-animation {
    animation: moveLayerIcon 1s linear infinite;
}
@keyframes moveLayerIcon {