From 2faa6546a9f9ddb29f81cbc9770fc25b95703695 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 26 七月 2024 17:02:39 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
wechat_staff/pages/promotion/index.wxss | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/wechat_staff/pages/promotion/index.wxss b/wechat_staff/pages/promotion/index.wxss
index c696933..43ca9b7 100644
--- a/wechat_staff/pages/promotion/index.wxss
+++ b/wechat_staff/pages/promotion/index.wxss
@@ -30,14 +30,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