From e8ec903206cb82e4dbb4687291d5f7788e7ff046 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 06 五月 2024 18:17:47 +0800 Subject: [PATCH] bug修改 --- pages/retrievalPage/index.wxss | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/pages/retrievalPage/index.wxss b/pages/retrievalPage/index.wxss index da4f78d..c2cf0ce 100644 --- a/pages/retrievalPage/index.wxss +++ b/pages/retrievalPage/index.wxss @@ -365,8 +365,7 @@ } .scrollViewBox { - height: calc(100vh - 326rpx); - /* width: calc(100vw - 60rpx); */ + height: calc(100vh - 208rpx - env(safe-area-inset-bottom)); } .t-search__input-box--square { @@ -386,11 +385,9 @@ .t-tabs .t-tabs__item--active { /* min-width: 210rpx; */ 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: 83% center; - background-size: 45% 70%; + background-position: 90% 50%; + background-size: 70rpx !important; /* 灏嗚儗鏅浘鐗囦綅缃缃负闈犲彸 */ } @@ -398,4 +395,9 @@ background-color: #FF6C00 !important; -webkit-transform: translateX(39px); transform: translateX(39px); + /* height: var(--td-tab-track-thickness, 0rpx) !important; */ +} + +.t-overlay.overlay--t-overlay { + z-index: -9999 !important; } \ No newline at end of file -- Gitblit v1.9.1