From c6c73b7d709322052b9cd6777b3d6657e0d43d30 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期六, 07 九月 2024 14:37:32 +0800
Subject: [PATCH] bug

---
 pages/digitalTextbooks/index.wxss |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/pages/digitalTextbooks/index.wxss b/pages/digitalTextbooks/index.wxss
index bd8a96f..0be4cab 100644
--- a/pages/digitalTextbooks/index.wxss
+++ b/pages/digitalTextbooks/index.wxss
@@ -9,6 +9,10 @@
   height: 100%;
 }
 
+.back-icon {
+  width: 48rpx;
+  height: 100%;
+}
 
 .nacigationBar {
   display: flex;
@@ -38,7 +42,8 @@
 .dropdown {
   z-index: 1;
   width: 29vw;
-  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
+  /* box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1); */
+  box-shadow: -2px 2px 7px -4px rgba(0, 0, 0, 0.1);
 }
 
 .t-dropdown-menu__item--active,
@@ -46,6 +51,11 @@
 .t-checkbox__icon--checked {
   color: #FF6C00 !important
 }
+
+.t-dropdown-menu:after {
+  height: 0 !important;
+}
+
 
 .t-tabs__item--active {
   color: #FF6C00 !important;
@@ -90,9 +100,16 @@
   margin-left: 15px;
   width: 200rpx;
   height: 36rpx;
+  font-family: "JDLANGZHENGTI";
   /*瀹� 3.7   楂�1 */
 }
 
+
+
+.titleTextBox view {
+  font-size: 32rpx;
+}
+
 .titleTextBox image {
   width: 100%;
   height: 100%;

--
Gitblit v1.9.1