From 07d966afd92b3bb7e40cccfa300a125000fd69e2 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 31 七月 2024 20:16:42 +0800
Subject: [PATCH] 代码提交
---
wechat_jiaxuan/pages/productVideo/index.less | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/wechat_jiaxuan/pages/productVideo/index.less b/wechat_jiaxuan/pages/productVideo/index.less
index 9075a5d..770d265 100644
--- a/wechat_jiaxuan/pages/productVideo/index.less
+++ b/wechat_jiaxuan/pages/productVideo/index.less
@@ -68,9 +68,11 @@
}
.img_wrap{
width: 100%;
+ height: 376rpx;
position: relative;
.img{
width: 100%;
+ height: 376rpx;
}
}
.title{
@@ -87,4 +89,17 @@
}
}
}
+}
+.video_wrap{
+ position: fixed;
+ width: 100%;
+ height: 100vh;
+ z-index: 999;
+ video{
+ width: 100%;
+ position: fixed;
+ z-index: 9999;
+ top: 50%;
+ transform: translate(0, -50%);
+ }
}
\ No newline at end of file
--
Gitblit v1.9.3