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/components/videoPlay/index.wxss | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/wechat_staff/components/videoPlay/index.wxss b/wechat_staff/components/videoPlay/index.wxss
index 205694c..0330f3e 100644
--- a/wechat_staff/components/videoPlay/index.wxss
+++ b/wechat_staff/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