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/components/disRealpic/index.less |   36 +++++++++++++++++++++++++-----------
 1 files changed, 25 insertions(+), 11 deletions(-)

diff --git a/wechat_jiaxuan/components/disRealpic/index.less b/wechat_jiaxuan/components/disRealpic/index.less
index 6ed5ae6..4ccc41d 100644
--- a/wechat_jiaxuan/components/disRealpic/index.less
+++ b/wechat_jiaxuan/components/disRealpic/index.less
@@ -11,6 +11,7 @@
 
   image {
     width: 28rpx;
+    height: 28rpx;
     margin-right: 16rpx;
   }
 }
@@ -66,7 +67,7 @@
       display: flex;
       flex-wrap: wrap;
       padding: 30rpx 40rpx;
-      max-height: 400rpx;
+      max-height: 520rpx;
       overflow: auto;
       .item {
         width: 202rpx;
@@ -142,13 +143,14 @@
     padding: 12rpx 40rpx;
     height: calc( 100% - 188rpx);
     box-sizing: border-box;
-    display: flex;
-    flex-wrap: wrap;
-    justify-content: space-around;
     .item {
       width: 324rpx;
-      margin-bottom: 32rpx;
-
+      float: left;
+      margin-right: 22rpx;
+      margin-bottom: 32rpx; 
+      &:nth-of-type(2n){
+        margin-right: 0;
+      }
       .img_wrap {
         width: 100%;
         height: 182rpx;
@@ -167,20 +169,21 @@
 
         .full {
           position: absolute;
-          top: 32rpx;
-          right: 32rpx;
+          top: 16rpx;
+          left: 16rpx;
           font-size: 20rpx;
           color: rgba(255, 255, 255, 0.8);
-          width: 112rpx;
-          height: 42rpx;
+          width:52rpx;
+          height: 46rpx;
           background: rgba(0, 0, 0, 0.54);
-          border-radius: 30rpx;
+          border-radius: 8rpx;
           display: flex;
           align-items: center;
           justify-content: center;
 
           .icon {
             width: 24rpx;
+            height: 24rpx;
             margin-right: 4rpx;
           }
         }
@@ -221,6 +224,7 @@
 
         .icon {
           width: 28rpx;
+          height: 26rpx;
           margin-right: 8rpx;
         }
 
@@ -234,4 +238,14 @@
       }
     }
   }
+}
+.empty_wrap{
+  width: 100%;
+  display: flex;
+  padding-top: 200rpx;
+  justify-content: center;
+}
+.default_empty{
+  width: 300rpx;
+  height: 300rpx;
 }
\ No newline at end of file

--
Gitblit v1.9.3