From 81f54040c2cb65537c6c6e1db8358a39a57dea0d Mon Sep 17 00:00:00 2001
From: mayisheng <admin>
Date: Mon, 15 Aug 2022 16:14:01 +0800
Subject: [PATCH] 1

---
 src/styles/pcpage/dc-ui.scss |   62 ++++++++++++++++++++++++++++++-
 1 files changed, 60 insertions(+), 2 deletions(-)

diff --git a/src/styles/pcpage/dc-ui.scss b/src/styles/pcpage/dc-ui.scss
index 718b1d1..56b2ea2 100644
--- a/src/styles/pcpage/dc-ui.scss
+++ b/src/styles/pcpage/dc-ui.scss
@@ -1,13 +1,71 @@
 #viewer-container {
 
     .dc-compass {
-        top: 20px;
+        top: 40px;
+        left: 40px;
         transform: scale(1.6);
     }
 
     .dc-zoom-controller {
-        top: 120px;
+        top: 160px;
+        left: 56px;
         transform: scale(1.6);
     }
 
+    .dc-zoom-controller {
+        background: #2196f3;
+    }
+
+    .dc-compass .out-ring {
+        fill: #2196f3;
+    }
+
+    .dc-hawkeye-map {
+        left: auto;
+        right: 16px;
+        bottom: 16px;
+    }
+
+    .dc-compass .gyro {
+        fill: #2196f3;
+    }
+
+    // .div-icon {
+    //     .tag-entitys-box {
+    //         animation: moveLayerIcon 0.5s linear 0;
+    //     }
+
+    //     .tag-entitys-box:hover {
+    //         animation: moveLayerIcon 0.5s linear infinite;
+    //     }
+    // }
+
+}
+
+.layer-entity-animation {
+    animation: moveLayerIcon 1s linear infinite;
+}
+
+@keyframes moveLayerIcon {
+    0% {
+        transform: translateY(0px);
+    }
+
+    25% {
+        transform: translateY(-10px);
+    }
+
+    50% {
+        transform: translateY(0px);
+    }
+
+    75% {
+        transform: translateY(-10px);
+    }
+
+
+    100% {
+        transform: translateY(0px);
+    }
+
 }
\ No newline at end of file

--
Gitblit v1.9.3