From 3e6d9869e9a4a1b35f3083013f704ccb999d0767 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 12 May 2021 10:15:52 +0800
Subject: [PATCH] xcx地图
---
public/xcxh5map/css/body.css | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/public/xcxh5map/css/body.css b/public/xcxh5map/css/body.css
index f8e0edc..cd58328 100644
--- a/public/xcxh5map/css/body.css
+++ b/public/xcxh5map/css/body.css
@@ -7,10 +7,12 @@
width: 100%;
height: 100%;
}
-#map{
+
+#map {
width: 100%;
height: 50%;
}
+
#mapVue {
overflow: hidden;
/* border: solid 1px springgreen; */
@@ -35,12 +37,16 @@
/* border: 1px solid springgreen; */
border-radius: 60px 60px 0 0;
position: relative;
- /* top: -2%; */
+ /* top: -3%; */
background-color: #fff;
z-index: 401;
display: flex;
align-items: center;
justify-content: center;
+ flex-direction: column;
+}
+.title-span{
+ height: 15%;
}
/* .title::after {
--
Gitblit v1.9.3