From f9d4b09377c5471e1202be2fef2c89de27b6654d Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期三, 13 三月 2024 19:50:42 +0800
Subject: [PATCH] feat(撒): 的

---
 pages/bookExhibitionList/index.wxss |   30 +++++++++++++++++++++++++-----
 1 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/pages/bookExhibitionList/index.wxss b/pages/bookExhibitionList/index.wxss
index 6d82580..4a267d8 100644
--- a/pages/bookExhibitionList/index.wxss
+++ b/pages/bookExhibitionList/index.wxss
@@ -1,5 +1,21 @@
 /* pages/bookExhibitionList/index.wxss */
 
+.nacigationBar {
+  background-color: #fff;
+  display: flex;
+  align-items: center;
+
+}
+
+.navbar-title {
+  white-space: nowrap;
+  /* overflow: hidden; */
+  text-overflow: ellipsis;
+  color: #0F1214;
+  font-size: 40rpx;
+  font-weight: bold;
+  margin-bottom: 5rpx;
+}
 
 
 .outside {
@@ -77,13 +93,14 @@
 
 .titleBox {
   display: flex;
+  align-items: center;
   margin: 10px;
   margin-left: 0;
   padding-top: 30rpx;
 }
 
 .frameBox {
-  width: 13rpx;
+  width: 7rpx;
   height: 54rpx;
   background: #FF6C00;
   border-radius: 0rpx 9rpx 9rpx 0rpx;
@@ -91,10 +108,13 @@
 }
 
 .titleTextBox {
-  font-size: 20px;
-  font-weight: bolder;
-  margin-left: 10px;
-  font-family: JDLangZhengTi, JDLangZhengTi;
+
+  margin-left: 5px;
+
+  width: 150rpx;
+  height: 37rpx;
+
+
 }
 
 .classification {

--
Gitblit v1.9.1