From b4ed5fa857edf8928bf675742d5feb0edfbf6d69 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 10 May 2021 10:03:10 +0800
Subject: [PATCH] 小程序地图

---
 public/xcxh5map/css/body.css |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/public/xcxh5map/css/body.css b/public/xcxh5map/css/body.css
index 47d5d6b..d426ce1 100644
--- a/public/xcxh5map/css/body.css
+++ b/public/xcxh5map/css/body.css
@@ -17,6 +17,18 @@
     height: 50%;
     z-index: 400;
     background-color: #fff;
-    opacity: 0.9;
-    border: 1px solid springgreen;
+    /* 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