From bbcbf4e338eab708c73845618ae76530c10b4810 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 14:07:26 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
wechat_staff/components/videoPlay/index.wxss | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/wechat_staff/components/videoPlay/index.wxss b/wechat_staff/components/videoPlay/index.wxss
new file mode 100644
index 0000000..205694c
--- /dev/null
+++ b/wechat_staff/components/videoPlay/index.wxss
@@ -0,0 +1,19 @@
+
+.video_content{
+ position: fixed;
+ top: 10rpx;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background-color: rgba(0, 0, 0, 0.2);
+ z-index: 9999;
+}
+.video_content .video{
+ position: fixed;
+ border-radius: 8rpx;
+ top: 50%;
+ left: 75rpx;
+ transform: translate(0, -50%);
+ width: 600rpx;
+ z-index: 10000;
+}
\ No newline at end of file
--
Gitblit v1.9.3