From 52787adceb282c1914589c7ceb252bdb03e2df36 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 02 八月 2024 11:26:12 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_staff/pages/promotion/index.wxss |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/wechat_staff/pages/promotion/index.wxss b/wechat_staff/pages/promotion/index.wxss
index c696933..40ab03e 100644
--- a/wechat_staff/pages/promotion/index.wxss
+++ b/wechat_staff/pages/promotion/index.wxss
@@ -13,6 +13,7 @@
   background: #F7F7F7;
   border-radius: 8rpx;
   padding: 34rpx 40rpx 40rpx;
+  margin-bottom: 40rpx;
 }
 .content .time {
   font-weight: 500;
@@ -30,14 +31,15 @@
 }
 .content .imgs {
   display: flex;
+  flex-wrap: wrap;
 }
 .content .imgs .img_wrap {
   width: 184rpx;
   height: 326rpx;
   border-radius: 8rpx;
-  border: 1px solid;
   position: relative;
-  margin-right: 20rpx;
+  margin-right: 19rpx;
+  margin-bottom: 20rpx;
 }
 .content .imgs .img_wrap:nth-of-type(3n) {
   margin-right: 0;

--
Gitblit v1.9.3