From 3f1ea0a8e4bb02bf7544df8660b15cfa69d6b84a Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期五, 15 三月 2024 18:54:04 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

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

diff --git a/pages/bookExhibitionList/index.wxss b/pages/bookExhibitionList/index.wxss
index f094d7a..4a267d8 100644
--- a/pages/bookExhibitionList/index.wxss
+++ b/pages/bookExhibitionList/index.wxss
@@ -93,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;
@@ -107,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