From 369b82a3d81afe2f0574e2c44fd0a2918516b433 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 24 Mar 2022 08:47:24 +0800
Subject: [PATCH] 日历部分调整,视频部分调整,专题部分调整

---
 src/styles/pcpage/dc-ui.scss |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/styles/pcpage/dc-ui.scss b/src/styles/pcpage/dc-ui.scss
index 2edbdb0..56b2ea2 100644
--- a/src/styles/pcpage/dc-ui.scss
+++ b/src/styles/pcpage/dc-ui.scss
@@ -42,6 +42,10 @@
 
 }
 
+.layer-entity-animation {
+    animation: moveLayerIcon 1s linear infinite;
+}
+
 @keyframes moveLayerIcon {
     0% {
         transform: translateY(0px);

--
Gitblit v1.9.3