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 |   64 ++++++++++++++++++++++++++++++-
 1 files changed, 61 insertions(+), 3 deletions(-)

diff --git a/pages/retrievalPage/index.wxss b/pages/retrievalPage/index.wxss
index 89e882b..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; */
@@ -218,7 +222,7 @@
 }
 
 .t-tabs__item {
-  /* flex: 1 !important; */
+  flex: 1 !important;
 }
 
 
@@ -244,9 +248,9 @@
   --td-loading-color: #ff6c00;
 }
 
-/* .t-tabs__item--evenly {
+.t-tabs__item--evenly {
   flex: 1 0 auto !important;
-} */
+}
 
 .outsideRetrievalPageBox {
   /* position: relative; */
@@ -398,4 +402,58 @@
 
 .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