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.less | 34 ++++++++++++++++++----------------
1 files changed, 18 insertions(+), 16 deletions(-)
diff --git a/wechat_jiaxuan/pages/consult/consult.less b/wechat_jiaxuan/pages/consult/consult.less
index 14e1a4b..99aee9b 100644
--- a/wechat_jiaxuan/pages/consult/consult.less
+++ b/wechat_jiaxuan/pages/consult/consult.less
@@ -6,36 +6,38 @@
width: 100%;
z-index: 99;
top: 0;
+ height: 96rpx;
+ padding-bottom: 24rpx;
background-color: #fff;
+ .search_wrap{
+ width: 670rpx;
+ height: 72rpx;
+ margin: 0rpx auto;
+ border-radius: 8rpx;
+ padding: 0 40rpx 0rpx;
+ display: flex;
+ align-items: center;
+ background-color: #F7F7F7;
+ image{
+ width: 28rpx;
+ margin-right: 16rpx;
+ }
+ }
}
.cate_wrap{
background-color: #fff;
.cate_one{
position: fixed;
- top: 96rpx;
+ top: 94rpx;
background-color: #fff;
width: 100%;
}
.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;
- image{
- width: 28rpx;
- margin-right: 16rpx;
}
}
.scroll_cate {
--
Gitblit v1.9.3