From 86fc8bbb09df7bbeb50fa714ff8bb4aea85ffef5 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 29 七月 2024 15:57:17 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_jiaxuan/pages/productVideo/index.less |   31 ++++++++++++++++++++++++++++++-
 1 files changed, 30 insertions(+), 1 deletions(-)

diff --git a/wechat_jiaxuan/pages/productVideo/index.less b/wechat_jiaxuan/pages/productVideo/index.less
index aff0800..770d265 100644
--- a/wechat_jiaxuan/pages/productVideo/index.less
+++ b/wechat_jiaxuan/pages/productVideo/index.less
@@ -56,8 +56,24 @@
 .content{
   padding: 0 40rpx 40rpx;
   .item{
-    .img{
+    margin-bottom: 60rpx;
+    position: relative;
+    .play{
+      width: 60rpx;
+      position: absolute;
+      top: 50%;
+      left: 50%;
+      transform: translate(-50%, -50%);
+      z-index: 1;
+    }
+    .img_wrap{
       width: 100%;
+      height: 376rpx;
+      position: relative;
+      .img{
+        width: 100%;
+        height: 376rpx;
+      }
     }
     .title{
       font-size: 30rpx;
@@ -73,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