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.less | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/wechat_jiaxuan/pages/store/info.less b/wechat_jiaxuan/pages/store/info.less
index f1eae58..42ed794 100644
--- a/wechat_jiaxuan/pages/store/info.less
+++ b/wechat_jiaxuan/pages/store/info.less
@@ -50,8 +50,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;
@@ -61,7 +61,7 @@
margin-bottom: 38rpx;
}
.list {
- height: calc( 100% - 420rpx );
+ height: calc( 100% - 92rpx );
padding: 20rpx;
margin: 0 -40rpx;
padding-bottom: 12rpx;
@@ -76,9 +76,6 @@
padding: 0 30rpx;
display: flex;
align-items: center;
- &:nth-last-of-type(1){
- margin-bottom: 100rpx;
- }
.content {
flex: 1;
@@ -113,6 +110,9 @@
border: 1rpx solid var(--themeColor);
}
}
+ .empty{
+ height: 80rpx;
+ }
}
}
.empty_wrap{
--
Gitblit v1.9.3