From f4425543db1c8db8c47a34c53ef477e72cfe318e Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 11 三月 2024 18:19:56 +0800 Subject: [PATCH] feat(答题器): 答题器 --- pages/bookServices/list/index.wxss | 19 +++++++++++++++---- 1 files changed, 15 insertions(+), 4 deletions(-) diff --git a/pages/bookServices/list/index.wxss b/pages/bookServices/list/index.wxss index 4e86439..f708171 100644 --- a/pages/bookServices/list/index.wxss +++ b/pages/bookServices/list/index.wxss @@ -39,7 +39,7 @@ .list-container { height: 80vh; margin-top: 20rpx; - background-color: #fff; + /* background-color: #fff; */ } .assort-title { @@ -69,7 +69,7 @@ .book-box { box-sizing: border-box; width: 48%; - background-color: #f7f7f7; + background-color: #fff; display: flex; flex-direction: column; align-items: center; @@ -93,6 +93,7 @@ .book-name { margin-top: 24rpx; + color: #333; width: 100%; font-size: 28rpx; font-weight: 700; @@ -101,15 +102,25 @@ -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; - text-align: center; + text-align: left; } .book-author { + color: #333; margin-top: 16rpx; width: 100%; font-size: 24rpx; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - text-align: center; + text-align: left; +} + +.bottom-box { + display: flex; + justify-content: center; + color: #999; + height: 80rpx; + font-size: 28rpx; + --td-loading-color: #ff6c00 } \ No newline at end of file -- Gitblit v1.9.1