From 4eaf6d8835d4e9b204f13d012f13bbd8a94a21cc Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期日, 21 七月 2024 22:52:37 +0800
Subject: [PATCH] lll

---
 wechat_jiaxuan/components/disProduct/index.wxss |   22 ++++++++++++++--------
 1 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/wechat_jiaxuan/components/disProduct/index.wxss b/wechat_jiaxuan/components/disProduct/index.wxss
index 7393c12..65c6fa3 100644
--- a/wechat_jiaxuan/components/disProduct/index.wxss
+++ b/wechat_jiaxuan/components/disProduct/index.wxss
@@ -1,8 +1,3 @@
-.home_top {
-  z-index: 9999;
-  width: 100%;
-  background-color: #fff;
-}
 .search_wrap {
   width: 670rpx;
   height: 72rpx;
@@ -22,14 +17,23 @@
   height: 100%;
   width: 100%;
 }
+.app .home_content {
+  height: 100%;
+}
+.home_top {
+  position: fixed;
+  z-index: 9999;
+  width: 100%;
+  background-color: #fff;
+}
 .main_content {
   display: flex;
-  height: calc(100% - 120rpx);
+  padding-top: 120rpx;
+  height: 100%;
 }
 .main_content .main_left {
   width: 160rpx;
   height: 100%;
-  overflow-y: auto;
   border-radius: 0rpx 16rpx 16rpx 0rpx;
 }
 .main_content .main_left .item {
@@ -52,6 +56,7 @@
 .main_content .main_right {
   flex: 1;
   position: relative;
+  height: 100%;
 }
 .main_content .main_right .query_wrap {
   display: flex;
@@ -119,8 +124,8 @@
 .main_content .main_right .status {
   display: flex;
   padding: 0rpx 40rpx;
-  margin: 20rpx 0;
   align-items: center;
+  height: 92rpx;
 }
 .main_content .main_right .status .active {
   color: var(--themeColor);
@@ -132,6 +137,7 @@
   background-color: #333333;
 }
 .main_content .main_right .goods_list {
+  height: calc(100% - 182rpx);
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;

--
Gitblit v1.9.3