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

---
 wechat_staff/pages/productVideo/index.less |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/wechat_staff/pages/productVideo/index.less b/wechat_staff/pages/productVideo/index.less
index aff0800..3529745 100644
--- a/wechat_staff/pages/productVideo/index.less
+++ b/wechat_staff/pages/productVideo/index.less
@@ -56,14 +56,31 @@
 .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%;
+      position: relative;
+      .img{
+        width: 100%;
+      }
     }
     .title{
       font-size: 30rpx;
       color: #111111;
       margin: 24rpx 0 12rpx;
     }
+    video{
+      border-radius: 8rpx;
+    }
     .static{
       font-size: 24rpx;
       color: #999999;

--
Gitblit v1.9.3