From 1951e6ccf8dff46e6f8c671308f6e4db694fc800 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 12 七月 2024 17:23:49 +0800 Subject: [PATCH] bug --- packageBookService/pages/bookServices/list/index.wxss | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/packageBookService/pages/bookServices/list/index.wxss b/packageBookService/pages/bookServices/list/index.wxss index 57de768..bf0deb6 100644 --- a/packageBookService/pages/bookServices/list/index.wxss +++ b/packageBookService/pages/bookServices/list/index.wxss @@ -9,13 +9,17 @@ display: flex; align-items: center; --td-search-font-size: 28rpx; - margin-bottom: 30rpx; + margin-bottom: 16rpx; +} + +.t-search__input-box { + height: 70rpx !important; } .list-header { overflow: hidden; display: flex; - height: 96rpx; + height: 120rpx; --td-button-primary-active-bg-color: #ff984d; } @@ -143,7 +147,7 @@ .assort-title .title-name { font-size: 32rpx; margin-left: 32rpx; - font-weight: 700; + font-family: "JDLANGZHENGTI"; } .book-list { @@ -260,6 +264,6 @@ font-size: var(--td-radio-font-size, 28rpx) !important; } -.t-icon-base { - font-size: 44rpx; +.t-icon-search { + font-size: 38rpx; } \ No newline at end of file -- Gitblit v1.9.1