From 1941e9fc342b3a2cb6d32e9658ad46f29f50a5df Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 22 七月 2024 15:36:11 +0800
Subject: [PATCH] 代码提交

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

diff --git a/wechat_jiaxuan/pages/productVideo/index.less b/wechat_jiaxuan/pages/productVideo/index.less
index aff0800..9075a5d 100644
--- a/wechat_jiaxuan/pages/productVideo/index.less
+++ b/wechat_jiaxuan/pages/productVideo/index.less
@@ -56,8 +56,22 @@
 .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;

--
Gitblit v1.9.3