From 0b523220931d70aa752c3beaca5ed32ca85511c5 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 28 三月 2024 11:36:05 +0800 Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master --- pages/retrievalPage/index.wxss | 22 +++++++++++++++++++--- 1 files changed, 19 insertions(+), 3 deletions(-) diff --git a/pages/retrievalPage/index.wxss b/pages/retrievalPage/index.wxss index b8cdd06..c0ff82d 100644 --- a/pages/retrievalPage/index.wxss +++ b/pages/retrievalPage/index.wxss @@ -126,8 +126,8 @@ } .specialSubject-img image { - width: 100%; - height: 100%; + width: 176.63px; + height: 109px; object-fit: contain; } @@ -135,10 +135,10 @@ padding: 20rpx; font-size: 28rpx; min-height: 110rpx; + width: 148px; } .body-info .name { - font-size: 25rpx; -webkit-box-orient: vertical; -webkit-line-clamp: 2; @@ -330,4 +330,20 @@ .t-tabs__item--evenly { flex: 1 0 auto !important; +} + +.outsideRetrievalPageBox { + position: relative; +} + +.retrievalPageBox { + position: fixed; + top: 0px; + background-color: #fff; + height: 150px; + z-index: 999; +} + +.tabsBox { + margin-top: 300rpx; } \ No newline at end of file -- Gitblit v1.9.1