From cf5f0dc4f746e604248b8a668fb51e94b2b35f49 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 18 Mar 2023 09:20:54 +0800
Subject: [PATCH] 一键俯视,位置初始化

---
 src/styles/dc/index.scss |   30 ++++++++++++++++++++++++++++--
 1 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/src/styles/dc/index.scss b/src/styles/dc/index.scss
index 2730f53..1f856a5 100644
--- a/src/styles/dc/index.scss
+++ b/src/styles/dc/index.scss
@@ -55,6 +55,32 @@
     bottom: 362px !important;
 }
 
+.over-look-btn {
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    position: absolute;
+    left: 10px;
+    bottom: 10px;
+    width: 36px;
+    height: 36px;
+    font-size: 20px;
+    color: #fff;
+    background: #fff;
+    border-radius: 5px;
+    z-index: 97;
+    background-color: $bg-color !important;
+}
+
+.over-look-btn.homebottom {
+    left: 402px !important;
+    bottom: 540px;
+}
+
+.over-look-btn.shrink-btn {
+    left: 410px !important;
+}
+
 .screen-full-btn {
     display: flex;
     align-items: center;
@@ -87,11 +113,11 @@
     bottom: 318px;
 }
 
-.dc-zoom-controller.shrink-btn {
+.screen-full-btn.shrink-btn {
     left: 410px !important;
 }
 
-.screen-full-btn.shrink-btn {
+.dc-zoom-controller.shrink-btn {
     left: 410px !important;
 }
 

--
Gitblit v1.9.3