From a3d2fe9dff3b6cd9fa8fdd91e87aac843f694c0f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 16:23:18 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/wechat_jiaxuan/pages/store/info.wxss b/wechat_jiaxuan/pages/store/info.wxss
index 0157781..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;
@@ -76,7 +81,6 @@
   width: 88rpx;
   height: 88rpx;
   border-radius: 50%;
-  border: 1rpx solid #cccccc;
   margin-right: 24rpx;
 }
 .main_content .list .item .btn {
@@ -91,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