From 26f156cd7821fbebffcfbb178eb090973447df5c Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 19 七月 2024 17:17:39 +0800 Subject: [PATCH] zylq --- packageDomain/pages/sampleBookList/index.wxss | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/packageDomain/pages/sampleBookList/index.wxss b/packageDomain/pages/sampleBookList/index.wxss index c136bf1..f2a7dce 100644 --- a/packageDomain/pages/sampleBookList/index.wxss +++ b/packageDomain/pages/sampleBookList/index.wxss @@ -27,7 +27,7 @@ display: flex; align-items: center; --td-search-font-size: 28rpx; - margin-bottom: 30rpx; + margin-bottom: 16rpx; } .list-header { @@ -57,7 +57,6 @@ .srcolbox { width: 900rpx; white-space: nowrap; - padding-bottom: 15rpx; } .srcolbox .t-button--primary { @@ -336,4 +335,14 @@ position: absolute; top: 30rpx; left: 118rpx; -} \ No newline at end of file +} + + +.t-icon-search { + font-size: 38rpx; +} + +.t-search__input-box { + height: 70rpx !important; +} + -- Gitblit v1.9.1