From 8aa3edd56c279100c9053576f3e90fa55459fe77 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 Jan 2023 16:15:55 +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