From 80122e49ea50302e86c663b00f9d5d04284c3372 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 02 八月 2024 18:33:59 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_jiaxuan/components/disProduct/index.wxss |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/wechat_jiaxuan/components/disProduct/index.wxss b/wechat_jiaxuan/components/disProduct/index.wxss
index f3311d2..7a1475a 100644
--- a/wechat_jiaxuan/components/disProduct/index.wxss
+++ b/wechat_jiaxuan/components/disProduct/index.wxss
@@ -22,15 +22,8 @@
 .app .home_content {
   height: 100%;
 }
-.home_top {
-  position: fixed;
-  z-index: 9999;
-  width: 100%;
-  background-color: #fff;
-}
 .main_content {
   display: flex;
-  padding-top: 120rpx;
   height: 100%;
 }
 .main_content .main_left {
@@ -60,12 +53,17 @@
   position: relative;
   height: 100%;
 }
+.main_content .main_right .query_wrap_scroll {
+  width: 540rpx;
+  padding-left: 40rpx;
+}
 .main_content .main_right .query_wrap {
   display: flex;
-  width: 100%;
+  flex-wrap: nowrap;
 }
 .main_content .main_right .query_wrap .item {
-  width: 50%;
+  flex-shrink: 0;
+  margin-right: 48rpx;
   height: 100rpx;
   display: flex;
   align-items: center;

--
Gitblit v1.9.3