From 7dc29ed74ebaa8a0e66f68264d9a13f95dc3af21 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 02 八月 2024 11:09:06 +0800
Subject: [PATCH] aa
---
wechat_jiaxuan/pages/store/info.less | 40 +++++++++++++++++++++++++++++++++-------
1 files changed, 33 insertions(+), 7 deletions(-)
diff --git a/wechat_jiaxuan/pages/store/info.less b/wechat_jiaxuan/pages/store/info.less
index 0073ca2..f1eae58 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;
@@ -19,11 +18,18 @@
font-size: 26rpx;
color: #666666;
margin-bottom: 24rpx;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 2;
+ overflow: hidden;
}
.addr {
font-size: 26rpx;
color: #888888;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
}
.navback{
@@ -44,7 +50,9 @@
.main_content {
position: relative;
bottom: 80rpx;
- padding: 0 40rpx 40rpx;
+ padding: 0 40rpx 240rpx;
+ height: 100%;
+ overflow: hidden;
background-color: #fff;
padding-top: 80rpx;
.title {
@@ -53,17 +61,24 @@
margin-bottom: 38rpx;
}
.list {
+ height: calc( 100% - 420rpx );
+ padding: 20rpx;
+ margin: 0 -40rpx;
+ padding-bottom: 12rpx;
+ width: 750rpx;
.item {
width: 670rpx;
+ margin: 10rpx auto 30rpx;
height: 148rpx;
background: rgba(176, 135, 113, 0.05) #FFFFFF;
- box-shadow: 0rpx 4rpx 12rpx 0rpx rgba(0, 0, 0, 0.12);
+ box-shadow: 0rpx 4rpx 12rpx 0rpx rgba(0,0,0,0.12);
border-radius: 8rpx;
padding: 0 30rpx;
display: flex;
align-items: center;
- margin-bottom: 30rpx;
-
+ &:nth-last-of-type(1){
+ margin-bottom: 100rpx;
+ }
.content {
flex: 1;
@@ -82,7 +97,6 @@
width: 88rpx;
height: 88rpx;
border-radius: 50%;
- border: 1rpx solid #cccccc;
margin-right: 24rpx;
}
@@ -101,11 +115,23 @@
}
}
}
+.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