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

---
 public/xcxjingqingmap/css/body.css |  106 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 103 insertions(+), 3 deletions(-)

diff --git a/public/xcxjingqingmap/css/body.css b/public/xcxjingqingmap/css/body.css
index f9b7c31..5bb32e7 100644
--- a/public/xcxjingqingmap/css/body.css
+++ b/public/xcxjingqingmap/css/body.css
@@ -11,6 +11,7 @@
 #map {
     width: 100%;
     height: 50%;
+    z-index: 1;
 }
 
 #mapVue {
@@ -24,7 +25,7 @@
     height: 38px;
     top: 100px;
     right: 0;
-    z-index: 10000;
+    z-index: 100;
     background-color: #fff;
     border-radius: 20px;
     opacity: 0.8;
@@ -55,7 +56,7 @@
     position: relative;
     /* top: -3%; */
     background-color: #fff;
-    z-index: 401;
+    z-index: 101;
     display: flex;
     align-items: center;
     justify-content: center;
@@ -123,6 +124,40 @@
     padding-top: 5px;
 }
 
+.buta {
+    /* border: 1px solid #4D7CEE; */
+}
+
+.shipingPopup {
+    position: fixed;
+    top: 0;
+    left: 0;
+    height: 100%;
+    width: 100%;
+    background-color: rgba(0, 0, 0, 0.5);
+    z-index: 200;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+}
+
+.s-p-main {
+    width: 90%;
+    height: 90%;
+    /* background-color: #fff; */
+}
+
+.s-p-gaunbi {
+    position: relative;
+    left: 90%;
+    width: 50px;
+    height: 50px;
+}
+
+/* video::-webkit-media-controls-timeline {
+    display: none;
+} */
+
 .butb {
     width: 80px;
     height: 80px;
@@ -132,10 +167,75 @@
     align-items: center;
     justify-content: center;
     color: #fff;
-    background-image: linear-gradient(to bottom, #3CA7F4 , #4D7CEE);
+    background-image: linear-gradient(to bottom, #3CA7F4, #4D7CEE);
+}
+
+/* .resultFeedback {
+    position: fixed;
+    top: 0;
+    left: 0;
+    height: 100%;
+    width: 100%;
+    background-color: rgba(0, 0, 0, 0.5);
+    z-index: 201;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+} */
+
+/* .b-r-main {
+    width: 90%;
+    height: 90%;
+}
+
+.b-r-gaunbi {
+    position: relative;
+    left: 90%;
+    width: 50px;
+    height: 50px;
+}
+
+.b-r-main-in {
+    width: 100%;
+    height: auto;
+    padding-bottom: 20px;
+    background-color: #fff;
+    border-radius: 10px;
+}
+
+.b-r-m-i-once {
+    padding: 10px 0 10px 10px;
+    display: flex;
+    justify-content: space-around;
+}
+
+.b-r-m-i-o-title {
+    width: 30%;
+    position: relative;
+    top: 10px;
+}
+
+.b-r-m-i-o-center {
+    width: 70%;
+}
+.b-r-i-o-ups{
+    /* align-items: center; */
+}
+.b-r-m-i-o-c-img {
+    width: 50px;
+    height: 50px;
+}
+.b-r-m-but{
+    position: relative;
+    left: calc(50% - 40px);
+} */
+.butc {
+    /* border: 1px solid #4D7CEE; */
 }
 
 .b-b-img {
     width: 40px;
     height: 40px;
+    display: block;
+    /* border: 1px solid #4D7CEE; */
 }
\ No newline at end of file

--
Gitblit v1.9.3