From 0cd3a666af34e28eaf50ed1392b5d219a9d2b1cf Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 24 七月 2024 09:42:06 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_staff/pages/promotion/index.wxss |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/wechat_staff/pages/promotion/index.wxss b/wechat_staff/pages/promotion/index.wxss
index c696933..06c5da7 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,6 +31,8 @@
 }
 .content .imgs {
   display: flex;
+  width: 100%;
+  flex-wrap: wrap;
 }
 .content .imgs .img_wrap {
   width: 184rpx;
@@ -38,13 +41,18 @@
   border: 1px solid;
   position: relative;
   margin-right: 20rpx;
+  margin-bottom: 20rpx;
 }
 .content .imgs .img_wrap:nth-of-type(3n) {
   margin-right: 0;
 }
 .content .imgs .img_wrap .img {
   width: 100%;
-  height: 100%;
+  max-height: 100%;  
+}
+.content .imgs   .video {
+  width: 100%;
+  max-height: 100%;  
 }
 .content .imgs .img_wrap .icon {
   position: absolute;

--
Gitblit v1.9.3