From 4201a2237ac7b724989e93f8ac4ae16da2800528 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 30 七月 2024 17:00:46 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 wechat_jiaxuan/pages/detailDis/product.less |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/wechat_jiaxuan/pages/detailDis/product.less b/wechat_jiaxuan/pages/detailDis/product.less
index 383004d..0dffc97 100644
--- a/wechat_jiaxuan/pages/detailDis/product.less
+++ b/wechat_jiaxuan/pages/detailDis/product.less
@@ -97,16 +97,21 @@
     font-weight: 500;
     font-size: 36rpx;
     margin-bottom: 16rpx;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    display:-webkit-box; 
+    -webkit-box-orient:vertical; 
+    -webkit-line-clamp:2; 
   }
   .desc {
-    line-height: 40rpx;
+    line-height: 36rpx;
     font-size: 26rpx;
     color: #555555;
     margin-bottom: 26rpx;
   }
 
   .text { 
-    line-height: 48rpx;
+    line-height: 36rpx;
     font-size: 26rpx;
     color: #555555;
     margin-bottom: 40rpx;
@@ -290,6 +295,7 @@
     margin-right: 48rpx;
     .icon {
       width: 44rpx;
+      height: 44rpx;
     }
   }
 }

--
Gitblit v1.9.3