From c7d7aff39b6566d05d3c0a080839c46bb2b6a8aa Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 26 七月 2024 11:43:44 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_jiaxuan/pages/productVideo/index.wxss |   33 ++++++++++++++++++++++++++++++++-
 1 files changed, 32 insertions(+), 1 deletions(-)

diff --git a/wechat_jiaxuan/pages/productVideo/index.wxss b/wechat_jiaxuan/pages/productVideo/index.wxss
index 5d130e2..5e34d88 100644
--- a/wechat_jiaxuan/pages/productVideo/index.wxss
+++ b/wechat_jiaxuan/pages/productVideo/index.wxss
@@ -52,8 +52,26 @@
 .content {
   padding: 0 40rpx 40rpx;
 }
-.content .item .img {
+.content .item {
+  margin-bottom: 60rpx;
+  position: relative;
+}
+.content .item .play {
+  width: 60rpx;
+  position: absolute;
+  top: 50%;
+  left: 50%;
+  transform: translate(-50%, -50%);
+  z-index: 1;
+}
+.content .item .img_wrap {
   width: 100%;
+  height: 376rpx;
+  position: relative;
+}
+.content .item .img_wrap .img {
+  width: 100%;
+  height: 376rpx;
 }
 .content .item .title {
   font-size: 30rpx;
@@ -68,3 +86,16 @@
   width: 26rpx;
   margin-right: 10rpx;
 }
+.video_wrap {
+  position: fixed;
+  width: 100%;
+  height: 100vh;
+  z-index: 999;
+}
+.video_wrap video {
+  width: 100%;
+  position: fixed;
+  z-index: 9999;
+  top: 50%;
+  transform: translate(0, -50%);
+}

--
Gitblit v1.9.3