From 1a6905045d38bb50b0c6554c3440bdfd339c8d23 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 30 七月 2024 19:13:46 +0800
Subject: [PATCH] ‘’

---
 wechat_jiaxuan/pages/store/info.wxss |   21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/wechat_jiaxuan/pages/store/info.wxss b/wechat_jiaxuan/pages/store/info.wxss
index 0157781..f354fb5 100644
--- a/wechat_jiaxuan/pages/store/info.wxss
+++ b/wechat_jiaxuan/pages/store/info.wxss
@@ -3,7 +3,6 @@
   z-index: 999;
   width: 670rpx;
   margin: 40rpx auto 48rpx;
-  height: 170rpx;
   background: #FFFFFF;
   box-shadow: 0rpx 4rpx 16rpx 0rpx rgba(176, 135, 113, 0.2);
   border-radius: 8rpx;
@@ -42,6 +41,8 @@
   position: relative;
   bottom: 80rpx;
   padding: 0 40rpx 40rpx;
+  height: 100%;
+  overflow: hidden;
   background-color: #fff;
   padding-top: 80rpx;
 }
@@ -49,6 +50,10 @@
   font-weight: 600;
   font-size: 36rpx;
   margin-bottom: 38rpx;
+}
+.main_content .list {
+  height: calc(100% - 420rpx);
+  padding-bottom: 160rpx;
 }
 .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,11 +95,24 @@
   color: var(--themeColor);
   border: 1rpx solid var(--themeColor);
 }
+.empty_wrap {
+  padding-top: 100rpx;
+}
+.container {
+  overflow: hidden;
+  height: 100%;
+}
+.app {
+  overflow: hidden;
+  height: 100vh;
+}
 .footer {
   display: flex;
   align-items: center;
   height: 100rpx;
   position: fixed;
+  background-color: #fff;
+  z-index: 999;
   bottom: 0;
   left: 0rpx;
   width: 750rpx;

--
Gitblit v1.9.3