From 41bd8b2b50dc308ea3a5784efccd856c073b3f37 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 21 八月 2024 15:04:55 +0800
Subject: [PATCH] ll

---
 wechat_staff/pages/consult/consult.wxss |   61 ++++++++++++++++++++++++------
 1 files changed, 48 insertions(+), 13 deletions(-)

diff --git a/wechat_staff/pages/consult/consult.wxss b/wechat_staff/pages/consult/consult.wxss
index 5d130e2..1a8ff54 100644
--- a/wechat_staff/pages/consult/consult.wxss
+++ b/wechat_staff/pages/consult/consult.wxss
@@ -1,11 +1,19 @@
 .container {
   background-color: #fff;
 }
+page {
+  overflow: hidden;
+}
+.home_top {
+  width: 100%;
+  z-index: 99;
+  top: 0;
+  background-color: #fff;
+}
 .search_wrap {
   width: 670rpx;
   height: 72rpx;
-  margin: 24rpx auto;
-  background: #F7F7F7;
+  margin: 0rpx auto 24rpx;
   border-radius: 8rpx;
   padding: 0 40rpx;
   display: flex;
@@ -14,13 +22,27 @@
 }
 .search_wrap image {
   width: 28rpx;
+  height: 28rpx;
   margin-right: 16rpx;
+}
+.cate_wrap .cate_one {
+  background-color: #fff;
+}
+.cate_wrap .cate_two {
+  position: absolute;
+  width: 750rpx;
+  left: 0;
+  padding: 0 40rpx;
+  line-height: 88rpx;
+  height: 88rpx;
+  z-index: 999;
+  background-color: #fff;
 }
 .scroll_cate {
   display: flex;
-  align-items: center;
+  line-height: 88rpx;
   margin-left: 40rpx;
-  height: 60rpx;
+  height: 88rpx;
 }
 .scroll_cate .item {
   margin-right: 54rpx;
@@ -29,28 +51,41 @@
 }
 .scroll_cate .active {
   color: #222222;
-  font-weight: 500;
+  font-weight: 600;
   font-size: 30rpx;
 }
-.second_list .item {
-  padding: 0 40rpx;
+.second_list {
   display: flex;
   align-items: center;
-  font-size: 24rpx;
+  margin-left: 0;
+}
+.second_list .item {
+  padding: 0 20rpx;
+  display: flex;
+  align-items: center;
+  font-size: 26rpx;
   color: #333333;
-  height: 60rpx;
+  height: 68rpx;
+  line-height: 68rpx;
   background: #F7F7F7;
   border-radius: 8rpx;
   margin-right: 24rpx;
 }
 .second_list .active {
-  background-color: var(--themeColor);
-  color: #fff;
-  font-size: 24rpx;
+  color: var(--themeColor);
+  background: rgba(176, 135, 113, 0.08);
+  font-size: 26rpx;
   font-weight: 400;
 }
 .content {
-  padding: 0 40rpx 40rpx;
+  padding: 0rpx 40rpx 40rpx;
+  height: calc(100vh - 200rpx);
+}
+.content .empty {
+  height: 88rpx;
+}
+.content .item {
+  margin-bottom: 60rpx;
 }
 .content .item .img {
   width: 100%;

--
Gitblit v1.9.3