From 28c725308aaf418e9032964ffcf5ca3b0d8a1208 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 25 七月 2024 17:13:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
wechat_staff/pages/promotion/index.wxss | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/wechat_staff/pages/promotion/index.wxss b/wechat_staff/pages/promotion/index.wxss
index 06c5da7..43ca9b7 100644
--- a/wechat_staff/pages/promotion/index.wxss
+++ b/wechat_staff/pages/promotion/index.wxss
@@ -13,7 +13,6 @@
background: #F7F7F7;
border-radius: 8rpx;
padding: 34rpx 40rpx 40rpx;
- margin-bottom: 40rpx;
}
.content .time {
font-weight: 500;
@@ -31,16 +30,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 +45,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