From 1587f6e47219342a112970da5e870525184121cc Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 26 七月 2024 15:21:28 +0800
Subject: [PATCH] lll

---
 wechat_jiaxuan/pages/store/info.wxss |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/wechat_jiaxuan/pages/store/info.wxss b/wechat_jiaxuan/pages/store/info.wxss
index 66d2a9d..cd9eb99 100644
--- a/wechat_jiaxuan/pages/store/info.wxss
+++ b/wechat_jiaxuan/pages/store/info.wxss
@@ -42,6 +42,8 @@
   position: relative;
   bottom: 80rpx;
   padding: 0 40rpx 40rpx;
+  height: 100%;
+  overflow: hidden;
   background-color: #fff;
   padding-top: 80rpx;
 }
@@ -49,6 +51,9 @@
   font-weight: 600;
   font-size: 36rpx;
   margin-bottom: 38rpx;
+}
+.main_content .list {
+  height: calc(100% - 600rpx);
 }
 .main_content .list .item {
   width: 670rpx;
@@ -90,6 +95,14 @@
   color: var(--themeColor);
   border: 1rpx solid var(--themeColor);
 }
+.container {
+  overflow: hidden;
+  height: 100%;
+}
+.app {
+  overflow: hidden;
+  height: 100vh;
+}
 .footer {
   display: flex;
   align-items: center;

--
Gitblit v1.9.3