From 9ba507bed7688a1a9eee31255e40add8bf1a8689 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期日, 28 四月 2024 18:54:33 +0800 Subject: [PATCH] 书展bug --- pages/bibliographyList/index.wxss | 50 ++++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 42 insertions(+), 8 deletions(-) diff --git a/pages/bibliographyList/index.wxss b/pages/bibliographyList/index.wxss index 96fdbf2..2c5794b 100644 --- a/pages/bibliographyList/index.wxss +++ b/pages/bibliographyList/index.wxss @@ -6,6 +6,8 @@ .custom-panel { height: 120px; } */ +@import "./index.skeleton.wxss"; + .nacigationBar { background-color: #fff; display: flex; @@ -24,9 +26,12 @@ .higherBox { width: 220rpx; - /* height: 390rpx; */ - box-shadow: 10rpx 10rpx 10rpx 10rpx rgba(0, 0, 0, 0.08); + /* min-height: 390rpx; */ + /* box-shadow: 10rpx 10rpx 10rpx 10rpx rgba(0, 0, 0, 0.08); */ + box-shadow: 0rpx 0rpx 18rpx 2rpx rgba(0, 0, 0, 0.08); margin: 30rpx 15rpx; + background-color: #fff; + margin-bottom: 0rpx ; } .outsideHigherBox { @@ -47,26 +52,31 @@ } .higherTextBox { + height: 50rpx; font-weight: bold; font-size: 25rpx; color: #333333; padding: 15rpx; - margin-bottom: 10rpx; + margin-bottom: 20rpx; + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 2; + overflow: hidden; + text-overflow: ellipsis; } + .outsideHigherImageBox {} .downloadIcon { - width: 30rpx; - height: 24rpx; + width: 34rpx; + height: 34rpx; border-radius: 5rpx 5rpx 5rpx 5rpx; background: rgba(0, 0, 0, 0.3); position: absolute; top: 0rpx; right: 0rpx; padding: 10rpx; - display: flex; - align-items: center; } .downloadIcon image { @@ -116,6 +126,7 @@ .t-tabs__track { background-color: #FF6C00 !important; + /* height: var(--td-tab-track-thickness, 0rpx) !important; */ } .bottom-box { @@ -157,7 +168,7 @@ } .contentBox { - margin-top: 200rpx; + margin-top: 180rpx; } .noDataBox { @@ -212,4 +223,27 @@ /* border: 1rpx #000 solid; */ background-color: #ccc; /* width: 100%; */ +} + +.t-search__input-box--square { + border-radius: var(--td-search-square-radius, var(--td-radius-default, 36rpx)) !important; + height: 72rpx; +} + +.t-tabs .t-tabs__item--active { + background-repeat: no-repeat; + /* background-size: 100% 100%; + background-position: 100% 100%; */ + background-image: url(https://jsek.bnuic.com/home/image/click-icon.png); + background-position: 85% center; + background-size: 30% 50%; + /* 灏嗚儗鏅浘鐗囦綅缃缃负闈犲彸 */ +} + +.t-search__input-box .t-input__keyword { + font-size: var(--td-search-font-size, var(--td-font-size-m, 28rpx)) !important; +} + +page { + background: #F2F3F8; } \ No newline at end of file -- Gitblit v1.9.1