From fd1274d07f1e68ed28bdb08bd95e5bb27c4e2da1 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sun, 25 Jun 2023 14:24:23 +0800
Subject: [PATCH] git无法使用期间修改……

---
 src/styles/dc/index.scss |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/src/styles/dc/index.scss b/src/styles/dc/index.scss
index 24f8fbc..1b746a2 100644
--- a/src/styles/dc/index.scss
+++ b/src/styles/dc/index.scss
@@ -81,6 +81,32 @@
     left: 410px !important;
 }
 
+.compass-btn {
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    position: absolute;
+    left: 10px;
+    bottom: 244px;
+    width: 36px;
+    height: 36px;
+    font-size: 20px;
+    color: #fff;
+    background: #fff;
+    border-radius: 5px;
+    z-index: 97;
+    background-color: $bg-color !important;
+}
+
+.compass-btn.homebottom {
+    left: 402px !important;
+    bottom: 580px;
+}
+
+.compass-btn.shrink-btn {
+    left: 410px !important;
+}
+
 .screen-full-btn {
     display: flex;
     align-items: center;

--
Gitblit v1.9.3