From d5592767654f4fc59b572bab54de1d9202d994ea Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 30 七月 2024 15:11:35 +0800
Subject: [PATCH] ‘’
---
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