From c376f7651eb558a72fbfad5860463eeeba68e3ca Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 22 May 2021 10:34:47 +0800
Subject: [PATCH] 地图

---
 public/xcxjingqingmap/css/body.css |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/public/xcxjingqingmap/css/body.css b/public/xcxjingqingmap/css/body.css
index 40e01fe..38245ae 100644
--- a/public/xcxjingqingmap/css/body.css
+++ b/public/xcxjingqingmap/css/body.css
@@ -68,4 +68,31 @@
 .el-tabs__nav-scroll{
     display: flex;
     justify-content: center;
+}
+.f-main{
+    /* border: 1px solid springgreen; */
+}
+.f-m-once{
+    /* border: 1px solid rgb(194, 142, 0); */
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    padding: 5px 0 5px 0
+}
+.f-m-o-title{
+    display: flex;
+    align-items: center;
+    width: 40%;
+}
+.f-m-o-t-img{
+    width: 30px;
+    height: 30px;
+    padding-right: 10px;
+}
+.f-m-o-center{
+    width: 60%;
+}
+.el-divider{
+margin: 0 auto;
+width: 90%;
 }
\ No newline at end of file

--
Gitblit v1.9.3