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 |   25 ++++++++++++++++---------
 1 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/pages/retrievalPage/index.wxss b/pages/retrievalPage/index.wxss
index af3bb18..c2cf0ce 100644
--- a/pages/retrievalPage/index.wxss
+++ b/pages/retrievalPage/index.wxss
@@ -219,9 +219,6 @@
   color: #FF6C00 !important;
 }
 
-.t-tabs__track {
-  background-color: #FF6C00 !important;
-}
 
 .noDataBox {
   margin: 0 auto;
@@ -368,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 {
@@ -385,12 +381,23 @@
   -webkit-transform: translateX(38.9921875px) !important;
   transform: translateX(38.9921875px) !important;
 } */
+
 .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: right center;
-  background-size: 50% 90%;
+  background-position: 90% 50%;
+  background-size: 70rpx !important;
   /* 灏嗚儗鏅浘鐗囦綅缃缃负闈犲彸 */
+}
+
+.t-tabs__track {
+  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