From 4201a2237ac7b724989e93f8ac4ae16da2800528 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 30 七月 2024 17:00:46 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
wechat_jiaxuan/pages/store/info.less | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/wechat_jiaxuan/pages/store/info.less b/wechat_jiaxuan/pages/store/info.less
index 5378b2b..c5208fa 100644
--- a/wechat_jiaxuan/pages/store/info.less
+++ b/wechat_jiaxuan/pages/store/info.less
@@ -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;
@@ -55,7 +54,8 @@
margin-bottom: 38rpx;
}
.list {
- height: calc( 100% - 600rpx );
+ height: calc( 100% - 420rpx );
+ padding-bottom: 160rpx;
.item {
width: 670rpx;
height: 148rpx;
@@ -119,6 +119,8 @@
align-items: center;
height: 100rpx;
position: fixed;
+ background-color: #fff;
+ z-index: 999;
bottom: 0;
left: 0rpx;
width: 750rpx;
--
Gitblit v1.9.3