From 1ae423f71a056e06a1f8908c6ae048d865e8ff47 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 26 七月 2024 11:43:43 +0800
Subject: [PATCH] b端

---
 wechat_jiaxuan/pages/consult/consult.wxss |   34 ++++++++++++++++++----------------
 1 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/wechat_jiaxuan/pages/consult/consult.wxss b/wechat_jiaxuan/pages/consult/consult.wxss
index f8dba92..346b4c4 100644
--- a/wechat_jiaxuan/pages/consult/consult.wxss
+++ b/wechat_jiaxuan/pages/consult/consult.wxss
@@ -6,37 +6,39 @@
   width: 100%;
   z-index: 99;
   top: 0;
+  height: 96rpx;
+  padding-bottom: 24rpx;
   background-color: #fff;
+}
+.home_top .search_wrap {
+  width: 670rpx;
+  height: 72rpx;
+  margin: 0rpx auto;
+  border-radius: 8rpx;
+  padding: 0 40rpx 0rpx;
+  display: flex;
+  align-items: center;
+  background-color: #F7F7F7;
+}
+.home_top .search_wrap image {
+  width: 28rpx;
+  margin-right: 16rpx;
 }
 .cate_wrap {
   background-color: #fff;
 }
 .cate_wrap .cate_one {
   position: fixed;
-  top: 96rpx;
+  top: 94rpx;
   background-color: #fff;
   width: 100%;
 }
 .cate_wrap .cate_two {
   position: fixed;
-  top: 156rpx;
+  top: 154rpx;
   background-color: #fff;
   padding-top: 30rpx;
   width: 100%;
-}
-.search_wrap {
-  width: 670rpx;
-  height: 72rpx;
-  margin: 0rpx auto 24rpx;
-  border-radius: 8rpx;
-  padding: 0 40rpx;
-  display: flex;
-  align-items: center;
-  background-color: #F7F7F7;
-}
-.search_wrap image {
-  width: 28rpx;
-  margin-right: 16rpx;
 }
 .scroll_cate {
   display: flex;

--
Gitblit v1.9.3