From b0e2bf29dd96e7100f06b27997a6d4c6c3630374 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期一, 02 九月 2024 20:16:44 +0800
Subject: [PATCH] ceshi

---
 pages/retrievalPage/index.wxss |   92 +++++++++++++++++++++++++++++++++++++--------
 1 files changed, 75 insertions(+), 17 deletions(-)

diff --git a/pages/retrievalPage/index.wxss b/pages/retrievalPage/index.wxss
index da4f78d..1a9e515 100644
--- a/pages/retrievalPage/index.wxss
+++ b/pages/retrievalPage/index.wxss
@@ -7,6 +7,10 @@
   align-items: center;
 }
 
+.t-icon-base {
+  font-size: 38rpx;
+}
+
 .navbar-title {
   white-space: nowrap;
   /* overflow: hidden; */
@@ -79,8 +83,6 @@
   overflow: hidden;
 }
 
-
-
 .bookDataAuthor {
   font-family: PingFang SC, PingFang SC;
   font-weight: 400;
@@ -104,7 +106,7 @@
 
 .listBox1,
 .listBox2 {
-  padding: 50rpx 0;
+  /* padding: 50rpx 0; */
 }
 
 .listBox1 .listItemBox {
@@ -139,7 +141,7 @@
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
-  margin: 15px;
+  padding: 0 30rpx;
 }
 
 .contentBox {
@@ -219,10 +221,13 @@
   color: #FF6C00 !important;
 }
 
+.t-tabs__item {
+  flex: 1 !important;
+}
+
 
 .noDataBox {
   margin: 0 auto;
-  margin-top: 250rpx;
 }
 
 .bottom-box {
@@ -365,8 +370,7 @@
 }
 
 .scrollViewBox {
-  height: calc(100vh - 326rpx);
-  /* width: calc(100vw - 60rpx); */
+  height: calc(100vh - 208rpx - env(safe-area-inset-bottom));
 }
 
 .t-search__input-box--square {
@@ -378,24 +382,78 @@
   font-size: var(--td-search-font-size, var(--td-font-size-m, 28rpx)) !important;
 }
 
-/* element.style {
-  -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: 83% center;
-  background-size: 45% 70%;
+  background-position: 90% 50%;
+  background-size: 70rpx !important;
   /* 灏嗚儗鏅浘鐗囦綅缃缃负闈犲彸 */
 }
 
 .t-tabs__track {
   background-color: #FF6C00 !important;
-  -webkit-transform: translateX(39px);
-  transform: translateX(39px);
+  width: 80rpx !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;
+}
+
+
+
+.scroll-x {
+  height: 70rpx;
+  border-bottom: 2rpx solid rgb(243, 244, 249);
+  padding-top: 20rpx;
+}
+
+.navBox {
+  /* tab鏁翠綋鏍峰紡 */
+  height: 70rpx;
+  display: flex;
+  align-items: center;
+  display: flex;
+  flex: 1 0 auto;
+}
+
+.fontColorBox {
+  /* 閫変腑tab鏍峰紡 */
+  color: #FF6C00;
+}
+
+.titleBox {
+  /* 鏈�変腑tab鏍峰紡 */
+  height: 70rpx;
+  font-size: 28rpx;
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  min-width: 180rpx;
+  flex: 1
+}
+
+.lineBox {
+  /* 绾挎潯鏍峰紡 */
+  width: 80rpx;
+  height: 8rpx;
+  background: #FF6C00;
+  margin-top: 25rpx;
+  margin-right: 10rpx;
+  border-radius: 4rpx;
+}
+
+.swiperTtemBox {
+  /* 鍐呭鏍峰紡 */
+  /* padding: 16rpx; */
+  font-size: 28rpx;
+  height: calc(100vh - 150rpx);
+}
+
+.tabIndexBox {
+  text-align: center;
 }
\ No newline at end of file

--
Gitblit v1.9.1