From 7b2847ac00849ffe33e4b1ca186fd9b6ad312dad Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 31 七月 2024 13:56:07 +0800
Subject: [PATCH] lll

---
 wechat_jiaxuan/pages/store/info.wxss |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/wechat_jiaxuan/pages/store/info.wxss b/wechat_jiaxuan/pages/store/info.wxss
index f354fb5..afe8e85 100644
--- a/wechat_jiaxuan/pages/store/info.wxss
+++ b/wechat_jiaxuan/pages/store/info.wxss
@@ -17,10 +17,17 @@
   font-size: 26rpx;
   color: #666666;
   margin-bottom: 24rpx;
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-line-clamp: 2;
+  overflow: hidden;
 }
 .header .addr {
   font-size: 26rpx;
   color: #888888;
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
 }
 .navback {
   padding-left: 30rpx;
@@ -40,7 +47,7 @@
 .main_content {
   position: relative;
   bottom: 80rpx;
-  padding: 0 40rpx 40rpx;
+  padding: 0 40rpx 240rpx;
   height: 100%;
   overflow: hidden;
   background-color: #fff;
@@ -53,10 +60,14 @@
 }
 .main_content .list {
   height: calc(100% - 420rpx);
-  padding-bottom: 160rpx;
+  padding: 20rpx;
+  margin: 0 -40rpx;
+  padding-bottom: 12rpx;
+  width: 750rpx;
 }
 .main_content .list .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);
@@ -64,7 +75,9 @@
   padding: 0 30rpx;
   display: flex;
   align-items: center;
-  margin-bottom: 30rpx;
+}
+.main_content .list .item:nth-last-of-type(1) {
+  margin-bottom: 100rpx;
 }
 .main_content .list .item .content {
   flex: 1;
@@ -109,7 +122,6 @@
 .footer {
   display: flex;
   align-items: center;
-  height: 100rpx;
   position: fixed;
   background-color: #fff;
   z-index: 999;

--
Gitblit v1.9.3