From d41f1f707dc643b726a42b9d2a63b186dd9e4f28 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 06 八月 2024 16:12:38 +0800
Subject: [PATCH] ll

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

diff --git a/wechat_jiaxuan/pages/store/info.wxss b/wechat_jiaxuan/pages/store/info.wxss
index afe8e85..c1c1037 100644
--- a/wechat_jiaxuan/pages/store/info.wxss
+++ b/wechat_jiaxuan/pages/store/info.wxss
@@ -47,8 +47,8 @@
 .main_content {
   position: relative;
   bottom: 80rpx;
-  padding: 0 40rpx 240rpx;
-  height: 100%;
+  padding: 0 40rpx 0rpx;
+  height: calc(100% - 480rpx);
   overflow: hidden;
   background-color: #fff;
   padding-top: 80rpx;
@@ -59,7 +59,7 @@
   margin-bottom: 38rpx;
 }
 .main_content .list {
-  height: calc(100% - 420rpx);
+  height: calc(100% - 92rpx);
   padding: 20rpx;
   margin: 0 -40rpx;
   padding-bottom: 12rpx;
@@ -75,9 +75,6 @@
   padding: 0 30rpx;
   display: flex;
   align-items: center;
-}
-.main_content .list .item:nth-last-of-type(1) {
-  margin-bottom: 100rpx;
 }
 .main_content .list .item .content {
   flex: 1;
@@ -108,6 +105,9 @@
   color: var(--themeColor);
   border: 1rpx solid var(--themeColor);
 }
+.main_content .list .empty {
+  height: 80rpx;
+}
 .empty_wrap {
   padding-top: 100rpx;
 }

--
Gitblit v1.9.3