From b921db470a289d3a5bdf2db8d60e6e5e6b4b5973 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 10 May 2021 14:55:28 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue

---
 public/xcxh5map/css/body.css |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

diff --git a/public/xcxh5map/css/body.css b/public/xcxh5map/css/body.css
index 04d9e3b..d426ce1 100644
--- a/public/xcxh5map/css/body.css
+++ b/public/xcxh5map/css/body.css
@@ -5,7 +5,30 @@
 
 html,
 body,
+#mapVue,
 #map {
-    height: 100%;
     width: 100%;
+    height: 84%;
+}
+#seedata{
+    position: fixed;
+    bottom: 0;
+    width: 100%;
+    height: 50%;
+    z-index: 400;
+    background-color: #fff;
+    /* opacity: 0.9; */
+}
+.title{
+    width: 100%;
+    height: 7%;
+    /* border: 1px solid springgreen; */
+    border-radius: 1000px 1000px 0 0;
+    position: fixed;
+    top: 43%;
+    background-color: #fff;
+    z-index: 401;
+    display: flex;
+    align-items: center;
+    justify-content: center;
 }
\ No newline at end of file

--
Gitblit v1.9.3