From 86fc8bbb09df7bbeb50fa714ff8bb4aea85ffef5 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 29 七月 2024 15:57:17 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
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