From 00bf17838b496e6fcfed2e521f9c27f8f0e3e3c7 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 05 八月 2024 18:38:20 +0800
Subject: [PATCH] ‘’

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

diff --git a/wechat_jiaxuan/pages/productVideo/index.wxss b/wechat_jiaxuan/pages/productVideo/index.wxss
index bf63316..82e362c 100644
--- a/wechat_jiaxuan/pages/productVideo/index.wxss
+++ b/wechat_jiaxuan/pages/productVideo/index.wxss
@@ -56,6 +56,9 @@
   margin-bottom: 60rpx;
   position: relative;
 }
+.content .item video {
+  border-radius: 8rpx;
+}
 .content .item .play {
   width: 60rpx;
   position: absolute;
@@ -66,10 +69,12 @@
 }
 .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;
@@ -84,3 +89,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