From 52787adceb282c1914589c7ceb252bdb03e2df36 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 02 八月 2024 11:26:12 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_jiaxuan/pages/consult/consult.less |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/wechat_jiaxuan/pages/consult/consult.less b/wechat_jiaxuan/pages/consult/consult.less
index 99aee9b..8634bac 100644
--- a/wechat_jiaxuan/pages/consult/consult.less
+++ b/wechat_jiaxuan/pages/consult/consult.less
@@ -20,6 +20,7 @@
     background-color: #F7F7F7;
     image{
       width: 28rpx;
+      height: 28rpx;
       margin-right: 16rpx;
     }
   }
@@ -46,7 +47,7 @@
   margin-left: 40rpx;
   height: 60rpx;
   .item {
-    margin-right: 54rpx;
+    margin-right: 48rpx;
     color: #666666;
     flex-shrink: 0;
   }
@@ -71,8 +72,8 @@
     margin-right: 24rpx;
   }
   .active{
-    background-color: var(--themeColor);
-    color: #fff;
+    background: rgba(176,135,113,0.08);
+    color: #B08771;
     font-size: 24rpx;
     font-weight: 400;
   }

--
Gitblit v1.9.3