From ef1b3b4c73bb1b30e945ec1c8b1ec0f342f790f9 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 02 Jul 2021 11:30:59 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/qfqk-android
---
xcxMapJQLG/css/body.css | 86 +++++++++++++++++++++++++++++++++++++++++++
1 files changed, 86 insertions(+), 0 deletions(-)
diff --git a/xcxMapJQLG/css/body.css b/xcxMapJQLG/css/body.css
new file mode 100644
index 0000000..7ec7bc9
--- /dev/null
+++ b/xcxMapJQLG/css/body.css
@@ -0,0 +1,86 @@
+page {
+ width: 100%;
+ height: 100%;
+ background-color: rgb(138, 138, 138, 0.1);
+}
+
+body {
+ padding: 0;
+ margin: 0;
+}
+
+html,
+body,
+#mapVue {
+ width: 100%;
+ height: 100%;
+}
+
+#map {
+ width: 100%;
+ height: 100%;
+ z-index: 1;
+}
+
+#mapVue {
+ overflow: hidden;
+ /* border: solid 1px springgreen; */
+}
+
+.dingwei {
+ position: fixed;
+ width: 38px;
+ height: 38px;
+ bottom: 8.5rem;
+ right: 0;
+ z-index: 100;
+ background-color: #fff;
+ border-radius: 40%;
+ opacity: 0.8;
+ /* border: 1px solid gray; */
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+#Dmain{
+ position: fixed;
+ width: 95%;
+ margin-left: 2.5%;
+ height: 7.5rem;
+ bottom: 0;
+ z-index: 10;
+ /* border: #0000FF 1px solid; */
+ background-color: #fff;
+ border-radius: 1rem;
+}
+#title{
+ /* border: #0000FF 1px solid; */
+ display: flex;
+ align-items: center;
+ height: 3.5rem;
+}
+.t-fz,.t-mi{
+ margin-left: 1rem;
+}
+
+#bot{
+ /* border: #0000FF 1px solid; */
+ height: 4rem;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ width: 100%;
+}
+#bot button{
+ width: 80%;
+ height: 2.8rem;
+ border: none;
+ border-radius: 1rem;
+ background-color: #169BD5;
+ color: #fff;
+}
+
+#bot button:hover{
+ background-color: #1abbff;
+}
\ No newline at end of file
--
Gitblit v1.9.3