From b929e9d487632580cc28ac7b8bf9494f25ca8ca3 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 18 三月 2024 14:45:37 +0800 Subject: [PATCH] 代码分包 --- pages/bookExhibitionDetails/index.wxss | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/pages/bookExhibitionDetails/index.wxss b/pages/bookExhibitionDetails/index.wxss index f6a4d81..c8feec7 100644 --- a/pages/bookExhibitionDetails/index.wxss +++ b/pages/bookExhibitionDetails/index.wxss @@ -16,15 +16,33 @@ font-size: 40rpx; font-weight: bold; margin-bottom: 5rpx; + overflow: hidden; + text-overflow: ellipsis; + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 1; } .titleBox { + height: 60rpx; font-weight: 800; font-size: 45rpx; display: flex; justify-content: center; padding: 0 30rpx; /* text-indent: 6%; */ + + /* overflow: hidden; + text-overflow: ellipsis; + + -webkit-box-orient: vertical; + -webkit-line-clamp: 1; */ + margin: 0 130rpx; + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 1; + overflow: hidden; + text-overflow: ellipsis; } .informationBox { -- Gitblit v1.9.1