From d74b495736f0c04522ec54274b70fed0ded2878d Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Tue, 27 Jun 2023 11:30:06 +0800
Subject: [PATCH] 任务新增导出
---
public/map/widgets/map/MapWidget.css | 66 +++++++++++++++++++++++++++++++++
1 files changed, 66 insertions(+), 0 deletions(-)
diff --git a/public/map/widgets/map/MapWidget.css b/public/map/widgets/map/MapWidget.css
new file mode 100644
index 0000000..da4bafd
--- /dev/null
+++ b/public/map/widgets/map/MapWidget.css
@@ -0,0 +1,66 @@
+.mapwidget-base {
+ height: 100%;
+ width: 100%;
+}
+
+.mapwidget-basemap {
+ height: 100%;
+ width: 100%;
+ margin: 0;
+ padding: 0;
+}
+
+.mapwidget-timeslider {
+ position: absolute;
+ top: 80px;
+ left: 50px;
+}
+
+.mapwidget-mapswitch {
+ position: absolute;
+ top: 20px;
+ left: 50px;
+}
+
+.mapwidget-overview {
+ width: 205px;
+ height: 144px;
+}
+
+.mapwidget-navigation {
+ top: 20px;
+ right: 80px;
+}
+
+.mapwidget-map-cover {
+ height: 100%;
+ width: 100%;
+ position: relative;
+ overflow: hidden;
+}
+
+.mapwidget-map-box {
+ height: 100%;
+ width: 100%;
+}
+
+.esriControlsBR {
+ left: 49px !important;
+ right: initial !important;
+}
+.esriAttribution{
+ background: rgba(255,255,255,0.1) !important;
+}
+
+.attribution-tianditu-icon {
+ width: 84px;
+ height: 15px;
+ background-position: center center;
+ background-repeat: no-repeat;
+ display: inline-block;
+ margin: 1px 2px 0px -2px;
+}
+#LongLatitude{
+ margin-left: 5px;
+ font-weight:bold;
+}
\ No newline at end of file
--
Gitblit v1.9.3