From 61aa6f019a562744566cf9bb22a995ab98ffca09 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 15 Dec 2021 14:47:55 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
src/styles/mobile/popup.scss | 23 ++++++++++++++++++++---
1 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/src/styles/mobile/popup.scss b/src/styles/mobile/popup.scss
index 39dc937..8371b01 100644
--- a/src/styles/mobile/popup.scss
+++ b/src/styles/mobile/popup.scss
@@ -62,7 +62,24 @@
}
// 比例尺
-.dc-distance-legend {
- position: relative;
- left: 30px;
+#mobile-viewer-container .dc-distance-legend {
+ right: 5px !important;
+ left: auto !important;
+}
+// 缩放控制
+#mobile-viewer-container .dc-zoom-controller {
+ left: 20px !important;
+ top: 20px !important;
+ .zoom-in .refresh .zoom-out {
+ width: 32px !important;
+ height: 32px !important;
+ background-color: #c9302c !important;
+ display: flex !important;
+ align-items: center !important;
+ justify-content: center !important;
+ color: white !important;
+ font-size: 22px !important;
+ margin-bottom: 12px !important;
+ border-radius: 5px !important;
+ }
}
--
Gitblit v1.9.3