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.wxss | 51 +++++++++++++++++++++++++++++++++++++++++++++++----
1 files changed, 47 insertions(+), 4 deletions(-)
diff --git a/wechat_jiaxuan/pages/consult/consult.wxss b/wechat_jiaxuan/pages/consult/consult.wxss
index 34de519..ac29f23 100644
--- a/wechat_jiaxuan/pages/consult/consult.wxss
+++ b/wechat_jiaxuan/pages/consult/consult.wxss
@@ -1,6 +1,46 @@
.container {
background-color: #fff;
}
+.home_top {
+ position: fixed;
+ 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: 94rpx;
+ background-color: #fff;
+ width: 100%;
+}
+.cate_wrap .cate_two {
+ position: fixed;
+ top: 154rpx;
+ background-color: #fff;
+ padding-top: 30rpx;
+ width: 100%;
+}
.scroll_cate {
display: flex;
align-items: center;
@@ -8,7 +48,7 @@
height: 60rpx;
}
.scroll_cate .item {
- margin-right: 54rpx;
+ margin-right: 48rpx;
color: #666666;
flex-shrink: 0;
}
@@ -29,13 +69,16 @@
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;
}
.content {
- padding: 0 40rpx 40rpx;
+ padding: 260rpx 40rpx 40rpx;
+}
+.content .item {
+ margin-bottom: 60rpx;
}
.content .item .img {
width: 100%;
--
Gitblit v1.9.3