From b022834cf81ea67a6f28d31cc057d494ac6dc8ed Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 30 七月 2024 14:03:02 +0800
Subject: [PATCH] 提交

---
 wechat_jiaxuan/components/disRealpic/index.less |   27 ++++++++++++++++++++-------
 1 files changed, 20 insertions(+), 7 deletions(-)

diff --git a/wechat_jiaxuan/components/disRealpic/index.less b/wechat_jiaxuan/components/disRealpic/index.less
index d4c71ea..7343f39 100644
--- a/wechat_jiaxuan/components/disRealpic/index.less
+++ b/wechat_jiaxuan/components/disRealpic/index.less
@@ -146,10 +146,13 @@
     display: flex;
     flex-wrap: wrap;
     justify-content: space-around;
+     
     .item {
       width: 324rpx;
-      margin-bottom: 32rpx;
-
+      margin-bottom: 32rpx; 
+      &:nth-last-child(1){
+        margin-right: auto;
+      }
       .img_wrap {
         width: 100%;
         height: 182rpx;
@@ -168,14 +171,14 @@
 
         .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;
@@ -235,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