From a3d2fe9dff3b6cd9fa8fdd91e87aac843f694c0f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 16:23:18 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 wechat_staff/pages/detailDis/product.less |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/wechat_staff/pages/detailDis/product.less b/wechat_staff/pages/detailDis/product.less
index 2678152..e9accae 100644
--- a/wechat_staff/pages/detailDis/product.less
+++ b/wechat_staff/pages/detailDis/product.less
@@ -163,6 +163,7 @@
     position: relative;
     .img{
       width: 100%;
+      height: 376rpx;
     }
     .play{
       position: absolute;
@@ -177,6 +178,14 @@
       border-radius: 30rpx;
       font-size: 26rpx;
       color: rgba(255,255,255,0.8);
+      display: flex;
+      align-items: center;
+      justify-content: center;
+      .icon{
+        width: 14rpx;
+        height: 16rpx;
+        margin-left: 14rpx;
+      }
     }
   }
 }
@@ -193,13 +202,12 @@
 
   .line {
     display: flex;
-    height: 32rpx;
-    margin-bottom: 24rpx;
-
+    margin-bottom: 20rpx;
     .label {
       width: auto;
       font-size: 24rpx;
       color: #666666;
+      flex-shrink: 0;
     }
 
     .val {

--
Gitblit v1.9.3