From 93aadab3e592ccb4d2f7ff00f4bd79d6e7a7daec Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 11 七月 2024 15:48:28 +0800 Subject: [PATCH] 详情页接口优化,图书列表页骨架屏优化 --- pages/digitalTextbooks/index.wxss | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/digitalTextbooks/index.wxss b/pages/digitalTextbooks/index.wxss index 9bfdfd0..a8d8c94 100644 --- a/pages/digitalTextbooks/index.wxss +++ b/pages/digitalTextbooks/index.wxss @@ -15,10 +15,14 @@ align-items: center; --td-search-font-size: 28rpx; margin-bottom: 30rpx; + padding-left: 10rpx; } +.t-search__input-box { + height: 70rpx !important; +} -.nacigationBar .t-icon-base { +.t-icon-search { font-size: 38rpx; } @@ -202,7 +206,6 @@ margin: 0 20rpx; height: 75rpx; color: #333; - font-size: 28rpx; font-weight: 700; word-break: break-all; @@ -221,6 +224,7 @@ overflow: hidden; text-overflow: ellipsis; text-align: left; + width: 150rpx; } .price { -- Gitblit v1.9.1