From 32526e5bddb7b14328b2467cd18783f480b33f3b Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期六, 31 八月 2024 01:51:53 +0800
Subject: [PATCH] update合伙人

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

diff --git a/components/top-tabs.vue b/components/top-tabs.vue
index a569859..d6675d8 100644
--- a/components/top-tabs.vue
+++ b/components/top-tabs.vue
@@ -48,12 +48,11 @@
     // border-bottom: 8rpx solid #000;
     // 底部的线条
 
-    font-family: PingFangSC, PingFang SC;
     font-weight: 600;
     font-size: 36rpx;
     color: #ffffff;
     line-height: 32rpx;
-    text-align: left;
+    text-align: center;
     font-style: normal;
     // padding: 0rpx;
     width: fit-content;
@@ -68,7 +67,9 @@
     bottom: 8rpx;
     // width: 110rpx;
     height: 8rpx;
-    background: #04BA97;
+    // background: #04BA97;
+	background: #ffffff;
+	
     border-radius: 4rpx;
   }
 }

--
Gitblit v1.9.3