From fb14fa911bde1ed360fe89a1c41d74b158db9ab5 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 09 八月 2024 15:26:28 +0800
Subject: [PATCH] update 花店样式等

---
 components/top-tabs.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/components/top-tabs.vue b/components/top-tabs.vue
index ab18eb9..d6675d8 100644
--- a/components/top-tabs.vue
+++ b/components/top-tabs.vue
@@ -48,7 +48,6 @@
     // border-bottom: 8rpx solid #000;
     // 底部的线条
 
-    font-family: PingFangSC, PingFang SC;
     font-weight: 600;
     font-size: 36rpx;
     color: #ffffff;
@@ -68,7 +67,9 @@
     bottom: 8rpx;
     // width: 110rpx;
     height: 8rpx;
-    background: #04BA97;
+    // background: #04BA97;
+	background: #ffffff;
+	
     border-radius: 4rpx;
   }
 }

--
Gitblit v1.9.3