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/realpic.less | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/wechat_staff/pages/detailDis/realpic.less b/wechat_staff/pages/detailDis/realpic.less
index 4a93520..d7cc0e4 100644
--- a/wechat_staff/pages/detailDis/realpic.less
+++ b/wechat_staff/pages/detailDis/realpic.less
@@ -8,6 +8,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;
}
.desc{
margin-top: 24rpx;
@@ -73,6 +78,7 @@
margin-right: 48rpx;
.icon {
width: 44rpx;
+ height: 44rpx;
}
}
}
--
Gitblit v1.9.3