From 20a26aa0c12c05c3f96afc163c6532c6b1b5cf8e Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期四, 21 三月 2024 09:24:01 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

---
 pages/bookExhibitionDetails/index.wxss |   48 +++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 41 insertions(+), 7 deletions(-)

diff --git a/pages/bookExhibitionDetails/index.wxss b/pages/bookExhibitionDetails/index.wxss
index bcd48e4..c8feec7 100644
--- a/pages/bookExhibitionDetails/index.wxss
+++ b/pages/bookExhibitionDetails/index.wxss
@@ -1,13 +1,48 @@
 /* pages/bookExhibitionDetails/index.wxss */
-.headBox {
-  /* width: 750rpx; */
-  text-align: center;
+.headBox {}
+
+.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;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-line-clamp: 1;
+}
+
 .titleBox {
+  height: 60rpx;
   font-weight: 800;
   font-size: 45rpx;
+  display: flex;
+  justify-content: center;
+  padding: 0 30rpx;
+  /* text-indent: 6%; */
+
+  /* overflow: hidden;
+  text-overflow: ellipsis;
+
+  -webkit-box-orient: vertical;
+  -webkit-line-clamp: 1; */
+  margin: 0 130rpx;
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-line-clamp: 1;
+  overflow: hidden;
+  text-overflow: ellipsis;
 }
 
 .informationBox {
@@ -51,21 +86,20 @@
   margin: 20rpx;
   background: #FFFFFF;
   box-shadow: 0rpx 0rpx 18rpx 2rpx rgba(0, 0, 0, 0.08);
+  padding: 10rpx;
+  box-sizing: border-box;
 }
 
 .booksImageBox {
   width: 240rpx;
   height: 300rpx;
   margin: 30rpx;
-
 }
 
 .outsideBooksImageBox {
   background: #F5F5F5;
-  width: 300rpx;
+  width: 100%;
   margin: 0 auto;
-  margin-top: 15rpx;
-
 }
 
 .booksTextBox {

--
Gitblit v1.9.1