From 32b09ee84d7187800a7a10f2264b8b4e30fc574a Mon Sep 17 00:00:00 2001
From: ‘chensiAb’ <‘chenchenco03@163.com’>
Date: Mon, 31 Mar 2025 16:35:18 +0800
Subject: [PATCH] feat:测试腾讯地图和百度api的转换

---
 layout/h5Page/cNavBar.scss |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/layout/h5Page/cNavBar.scss b/layout/h5Page/cNavBar.scss
index c8b947c..e319673 100644
--- a/layout/h5Page/cNavBar.scss
+++ b/layout/h5Page/cNavBar.scss
@@ -88,16 +88,15 @@
             .box {
                 position: relative;
                 z-index: 2;
-                width: 187px;
+                width: 200px;
                 padding: 9px 0;
                 background-color: #f7f8fa;
                 border-radius: 5px;
                 box-shadow: rgba(#000, 0.1) 0 1PX 1PX 1PX;
                 .item {
-                    padding: 0 21px;
                     text-align: center;
-                    line-height: 75px;
-                    font-size: 30px;
+                    line-height: 80px;
+                    font-size: 36px;
                     @include ellipsis(100%);
                     box-sizing: border-box;
                     border-bottom: #edf0f8 1PX solid;

--
Gitblit v1.9.1