From d8f7a89939612abb5ec243f0d817932a32ef35a7 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 30 七月 2024 15:11:36 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_staff/pages/detailDis/case.less |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/wechat_staff/pages/detailDis/case.less b/wechat_staff/pages/detailDis/case.less
index f9e84c7..095aea7 100644
--- a/wechat_staff/pages/detailDis/case.less
+++ b/wechat_staff/pages/detailDis/case.less
@@ -6,6 +6,11 @@
     font-size: 44rpx;
     color: #222222;
     margin: 32rpx 0;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    display:-webkit-box; 
+    -webkit-box-orient:vertical; 
+    -webkit-line-clamp:2;
   }
 
   .time {
@@ -35,6 +40,7 @@
       justify-content: center;
       .icon{
         width: 24rpx;
+        height: 24rpx;
         margin-right: 4rpx;
       }
     }

--
Gitblit v1.9.3