From 8aa3edd56c279100c9053576f3e90fa55459fe77 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 Jan 2023 16:15:55 +0800
Subject: [PATCH] 修改
---
public/xcxh5map/css/body.css | 57 +++++++++++++++++++++++++++++++++++++++++++++++++--------
1 files changed, 49 insertions(+), 8 deletions(-)
diff --git a/public/xcxh5map/css/body.css b/public/xcxh5map/css/body.css
index 47d5d6b..cd58328 100644
--- a/public/xcxh5map/css/body.css
+++ b/public/xcxh5map/css/body.css
@@ -3,20 +3,61 @@
margin: 0;
}
-html,
-body,
-#mapVue,
+html, body, #mapVue {
+ width: 100%;
+ height: 100%;
+}
+
#map {
width: 100%;
- height: 84%;
+ height: 50%;
}
-#seedata{
+
+#mapVue {
+ overflow: hidden;
+ /* border: solid 1px springgreen; */
+}
+
+#seedata {
position: fixed;
bottom: 0;
width: 100%;
- height: 50%;
+ height: 60%;
z-index: 400;
background-color: #fff;
- opacity: 0.9;
- border: 1px solid springgreen;
+ /* 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: 60px 60px 0 0;
+ position: relative;
+ /* 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 {
+ content: '';
+ display: block;
+ width: 40px;
+ height: 40px;
+ border: springgreen solid 1px;
+} */
+
+.main {
+ display: flex;
+ justify-content: center;
}
\ No newline at end of file
--
Gitblit v1.9.3