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 |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/wechat_jiaxuan/components/disRealpic/index.less b/wechat_jiaxuan/components/disRealpic/index.less
index 31f4f16..7343f39 100644
--- a/wechat_jiaxuan/components/disRealpic/index.less
+++ b/wechat_jiaxuan/components/disRealpic/index.less
@@ -150,6 +150,9 @@
     .item {
       width: 324rpx;
       margin-bottom: 32rpx; 
+      &:nth-last-child(1){
+        margin-right: auto;
+      }
       .img_wrap {
         width: 100%;
         height: 182rpx;
@@ -168,8 +171,8 @@
 
         .full {
           position: absolute;
-          top: 32rpx;
-          right: 32rpx;
+          top: 16rpx;
+          left: 16rpx;
           font-size: 20rpx;
           color: rgba(255, 255, 255, 0.8);
           width:52rpx;

--
Gitblit v1.9.3