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

---
 public/xcxh5map/css/body.css |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/public/xcxh5map/css/body.css b/public/xcxh5map/css/body.css
index 2a0fe24..e17e037 100644
--- a/public/xcxh5map/css/body.css
+++ b/public/xcxh5map/css/body.css
@@ -20,19 +20,22 @@
     position: fixed;
     bottom: 0;
     width: 100%;
-    height: 50%;
+    height: 60%;
     z-index: 400;
     background-color: #fff;
     /* opacity: 0.9; */
+    display: flex;
+    flex-direction: column;
+    border-radius: 60px 60px 0 0;
 }
 
 .title {
     width: 100%;
     height: 14%;
     /* border: 1px solid springgreen; */
-    border-radius: 1000px 1000px 0 0;
+    border-radius: 60px 60px 0 0;
     position: relative;
-    top: -14%;
+    /* top: -2%; */
     background-color: #fff;
     z-index: 401;
     display: flex;

--
Gitblit v1.9.3