From c3029bc6a39004014fdfcb4f6debb02fa7410060 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 14 六月 2024 14:28:50 +0800 Subject: [PATCH] 点击量 --- pages/digitalTextbooks/digitalTextbooksDetails/index.wxss | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss b/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss index 268ab62..4c65eb0 100644 --- a/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss +++ b/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss @@ -60,9 +60,14 @@ } .headerText { + width: 430rpx; font-weight: bold; font-size: 36rpx; color: #000000; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + -o-text-overflow: ellipsis; } .certificate { @@ -413,4 +418,20 @@ font-size: 22rpx; color: #333333; margin: 15rpx 0; +} + +.noDataBox { + width: 100%; + margin-top: 50rpx; + display: flex; + justify-content: center; + align-items: center; +} + +.authorBox { + width: 200rpx; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + -o-text-overflow: ellipsis; } \ No newline at end of file -- Gitblit v1.9.1