From c3086cda662e2b908cf96b6b3ff599713eb924d6 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期一, 02 九月 2024 16:59:16 +0800
Subject: [PATCH] gongneng

---
 pages/digitalTextbooks/index.wxss |   33 +++++++++++++++++++++++----------
 1 files changed, 23 insertions(+), 10 deletions(-)

diff --git a/pages/digitalTextbooks/index.wxss b/pages/digitalTextbooks/index.wxss
index 67ed29f..bd8a96f 100644
--- a/pages/digitalTextbooks/index.wxss
+++ b/pages/digitalTextbooks/index.wxss
@@ -15,22 +15,36 @@
   align-items: center;
   --td-search-font-size: 28rpx;
   margin-bottom: 30rpx;
+  padding-left: 10rpx;
 }
 
+.t-search__input-box {
+  height: 70rpx !important;
+}
 
-.nacigationBar .t-icon-base {
+.t-icon-search {
   font-size: 38rpx;
 }
 
-
-.custom-tabs {
-  margin-bottom: 32rpx;
+.heardTab {
+  display: flex;
+  justify-content: space-between;
 }
 
-.custom-panel {
-  /* height: ; */
-  height: calc(100vh - 300rpx);
-  color: var(--td-text-color-primary);
+.tabBox {
+  width: 70vw
+}
+
+.dropdown {
+  z-index: 1;
+  width: 29vw;
+  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
+}
+
+.t-dropdown-menu__item--active,
+.t-radio__icon--checked,
+.t-checkbox__icon--checked {
+  color: #FF6C00 !important
 }
 
 .t-tabs__item--active {
@@ -61,7 +75,6 @@
 .titleBox {
   display: flex;
   align-items: center;
-  margin: 10px;
   margin-left: 0;
   padding-top: 30rpx;
 }
@@ -75,7 +88,7 @@
 
 .titleTextBox {
   margin-left: 15px;
-  width: 180rpx;
+  width: 200rpx;
   height: 36rpx;
   /*瀹� 3.7   楂�1 */
 }

--
Gitblit v1.9.1