From b7d59880975d3aa75760e764c20c2c4217039c78 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: 星期五, 04 八月 2023 09:17:25 +0800
Subject: [PATCH] 叫应率修改

---
 pages/tabBar/count/count.vue |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/pages/tabBar/count/count.vue b/pages/tabBar/count/count.vue
index c7a50a8..7e57a8b 100644
--- a/pages/tabBar/count/count.vue
+++ b/pages/tabBar/count/count.vue
@@ -65,12 +65,13 @@
 	z-index: 1;
 }
 .navBarBox .navBar {
-		background-color:lightgrey;
-		height: 45px;
-		display: flex;
-		flex-direction: row;
-		justify-content: center;
-		align-items: center;
+	background-color:#fff;
+	  height: 50px;
+	  display: flex;
+	  flex-direction: row;
+	  justify-content: center;
+	  align-items: center;
+	  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
 }
 .barText{
 	text-align: center;

--
Gitblit v1.9.2