From b2d360d9113b6955287108ca9e90d76a1f3c1419 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期日, 29 九月 2024 15:05:11 +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, 2 insertions(+), 8 deletions(-)

diff --git a/wechat_staff/pages/promotion/index.wxss b/wechat_staff/pages/promotion/index.wxss
index 06c5da7..40ab03e 100644
--- a/wechat_staff/pages/promotion/index.wxss
+++ b/wechat_staff/pages/promotion/index.wxss
@@ -31,16 +31,14 @@
 }
 .content .imgs {
   display: flex;
-  width: 100%;
   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) {
@@ -48,11 +46,7 @@
 }
 .content .imgs .img_wrap .img {
   width: 100%;
-  max-height: 100%;  
-}
-.content .imgs   .video {
-  width: 100%;
-  max-height: 100%;  
+  height: 100%;
 }
 .content .imgs .img_wrap .icon {
   position: absolute;

--
Gitblit v1.9.3