From 7dc29ed74ebaa8a0e66f68264d9a13f95dc3af21 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 02 八月 2024 11:09:06 +0800
Subject: [PATCH] aa
---
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