From 2f25addfcf7393879e899831d4e6c28d220a431b Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 17:56:20 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 wechat_jiaxuan/components/disRealpic/index.less |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/wechat_jiaxuan/components/disRealpic/index.less b/wechat_jiaxuan/components/disRealpic/index.less
index d73de13..bff8c6f 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;
@@ -172,10 +175,10 @@
           right: 32rpx;
           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;

--
Gitblit v1.9.3