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.wxss | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/wechat_staff/pages/detailDis/realpic.wxss b/wechat_staff/pages/detailDis/realpic.wxss
index 02d76c5..78a2737 100644
--- a/wechat_staff/pages/detailDis/realpic.wxss
+++ b/wechat_staff/pages/detailDis/realpic.wxss
@@ -9,6 +9,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;
}
.container .desc {
margin-top: 24rpx;
@@ -70,6 +75,7 @@
}
.footer .item .icon {
width: 44rpx;
+ height: 44rpx;
}
.share_modal .btns {
min-height: 320rpx;
--
Gitblit v1.9.3