From 3e70da2675d59dcf167daf53590bba0a09e6c117 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 29 七月 2024 15:56:46 +0800
Subject: [PATCH] ''

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

diff --git a/wechat_jiaxuan/pages/detailDis/product.less b/wechat_jiaxuan/pages/detailDis/product.less
index 586c338..7e33210 100644
--- a/wechat_jiaxuan/pages/detailDis/product.less
+++ b/wechat_jiaxuan/pages/detailDis/product.less
@@ -179,6 +179,7 @@
     position: relative;
     .img{
       width: 100%;
+      height: 376rpx;
     }
     .play{
       position: absolute;
@@ -193,6 +194,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;
+      }
     }
   }
 }
@@ -209,13 +218,12 @@
 
   .line {
     display: flex;
-    height: 32rpx;
-    margin-bottom: 24rpx;
-
+    margin-bottom: 20rpx;
     .label {
       width: 120rpx;
       font-size: 24rpx;
       color: #666666;
+      flex-shrink: 0;
     }
 
     .val {

--
Gitblit v1.9.3