From 4ff508548b71346c97ef563b3dd5ba9291afe342 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 12 七月 2024 17:37:02 +0800 Subject: [PATCH] 教学资源接口去掉childcount参数 --- 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