From ebc6e7ee67f13e7aa311e737dfcb4c5caed112ee Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 15 八月 2024 18:23:57 +0800
Subject: [PATCH] ll

---
 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..42ed794 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 0rpx;
+  height: calc( 100% - 480rpx );
+  overflow: hidden;
   background-color: #fff;
   padding-top: 80rpx;
   .title {
@@ -53,17 +61,21 @@
     margin-bottom: 38rpx;
   }
   .list {
+    height:  calc( 100% - 92rpx );
+    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;
-
       .content {
         flex: 1;
 
@@ -82,7 +94,6 @@
         width: 88rpx;
         height: 88rpx;
         border-radius: 50%;
-        border: 1rpx solid #cccccc;
         margin-right: 24rpx;
       }
 
@@ -99,13 +110,28 @@
         border: 1rpx solid var(--themeColor);
       }
     }
+    .empty{
+      height: 80rpx;
+    }
   }
+}
+.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