From db7fdd2cd77a20876d534ae020477b39b5f74faa Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期三, 17 四月 2024 18:33:28 +0800 Subject: [PATCH] 字 --- pages/bookExhibitionList/index.wxss | 22 +++++++++++++++++++++- 1 files changed, 21 insertions(+), 1 deletions(-) diff --git a/pages/bookExhibitionList/index.wxss b/pages/bookExhibitionList/index.wxss index a899a40..6eb61f8 100644 --- a/pages/bookExhibitionList/index.wxss +++ b/pages/bookExhibitionList/index.wxss @@ -1,4 +1,5 @@ /* pages/bookExhibitionList/index.wxss */ +@import "./index.skeleton.wxss"; .nacigationBar { background-color: #fff; @@ -52,6 +53,7 @@ -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin: 20rpx; + margin-left: 30rpx; } @@ -134,7 +136,10 @@ .menuBox { display: flex; - height: 75rpx; + /* height: 75rpx; */ + margin-top: 10rpx; + align-items: center; + } .assembleContent { @@ -254,10 +259,25 @@ height: calc(100vh - 300rpx); /* width: calc(100vw - 60rpx); */ /* height: 700rpx; */ + } + + .bottom-box { + display: flex; + justify-content: center; + color: #999; + height: 80rpx; + font-size: 28rpx; + --td-loading-color: #ff6c00; margin-top: 100rpx; display: flex; justify-content: center; +} + +.t-search__input-box--square { + border-radius: var(--td-search-square-radius, var(--td-radius-default, 36rpx)) !important; + height: 72rpx; + } \ No newline at end of file -- Gitblit v1.9.1