From 282ae8b61eed9a9eb81ac85a9c7f6899eb3652fd Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 29 七月 2024 19:26:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
wechat_jiaxuan/components/videoPlay/index.wxss | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/wechat_jiaxuan/components/videoPlay/index.wxss b/wechat_jiaxuan/components/videoPlay/index.wxss
index 205694c..0330f3e 100644
--- a/wechat_jiaxuan/components/videoPlay/index.wxss
+++ b/wechat_jiaxuan/components/videoPlay/index.wxss
@@ -5,15 +5,17 @@
left: 0;
width: 100%;
height: 100%;
- background-color: rgba(0, 0, 0, 0.2);
+ background-color: rgba(0, 0, 0, 0.5);
z-index: 9999;
}
.video_content .video{
position: fixed;
border-radius: 8rpx;
- top: 50%;
- left: 75rpx;
- transform: translate(0, -50%);
- width: 600rpx;
+ top: 40%;
+ left: 0;
+ width: 750rpx;
z-index: 10000;
+}
+video{
+ width: 750rpx;
}
\ No newline at end of file
--
Gitblit v1.9.3