From 1cee3a660c5f8e5f4290ae894c2898c4966a834d Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 02 八月 2024 18:33:33 +0800
Subject: [PATCH] ''
---
wechat_jiaxuan/pages/consult/consult.wxss | 41 ++++++++++++++++++++++-------------------
1 files changed, 22 insertions(+), 19 deletions(-)
diff --git a/wechat_jiaxuan/pages/consult/consult.wxss b/wechat_jiaxuan/pages/consult/consult.wxss
index f8dba92..ac29f23 100644
--- a/wechat_jiaxuan/pages/consult/consult.wxss
+++ b/wechat_jiaxuan/pages/consult/consult.wxss
@@ -6,37 +6,40 @@
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;
+ height: 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;
@@ -45,7 +48,7 @@
height: 60rpx;
}
.scroll_cate .item {
- margin-right: 54rpx;
+ margin-right: 48rpx;
color: #666666;
flex-shrink: 0;
}
@@ -66,8 +69,8 @@
margin-right: 24rpx;
}
.second_list .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