From d8f7a89939612abb5ec243f0d817932a32ef35a7 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 30 七月 2024 15:11:36 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

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

diff --git a/wechat_jiaxuan/components/disRealpic/index.less b/wechat_jiaxuan/components/disRealpic/index.less
index bff8c6f..e5dedc9 100644
--- a/wechat_jiaxuan/components/disRealpic/index.less
+++ b/wechat_jiaxuan/components/disRealpic/index.less
@@ -143,15 +143,13 @@
     padding: 12rpx 40rpx;
     height: calc( 100% - 188rpx);
     box-sizing: border-box;
-    display: flex;
-    flex-wrap: wrap;
-    justify-content: space-around;
-     
     .item {
       width: 324rpx;
+      float: left;
+      margin-right: 22rpx;
       margin-bottom: 32rpx; 
-      &:nth-last-child(1){
-        margin-right: auto;
+      &:nth-of-type(2n){
+        margin-right: 0;
       }
       .img_wrap {
         width: 100%;
@@ -171,8 +169,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