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 |   74 ++++++++++++++++++++++++++----------
 1 files changed, 53 insertions(+), 21 deletions(-)

diff --git a/pages/bookExhibitionList/index.wxss b/pages/bookExhibitionList/index.wxss
index f313307..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 {
@@ -7,54 +23,55 @@
   flex-wrap: wrap;
   justify-content: space-between;
   margin: 15px;
+
+
 }
 
 .contentBox {
   width: 330rpx;
-  height: 130rpx;
+  /* height: 231rpx; */
   /* border: 1px #000 solid; */
   margin: 10px 0;
+  background-color: #fff;
 
 }
 
 image {
-  width: 100%;
-  height: 85%;
+  width: 327rpx;
+  height: 128rpx;
 }
 
 
 .textBox {
+  font-family: PingFang SC, PingFang SC;
+  width: 280rpx;
+  /* height: 75rpx; */
+  font-size: 25rpx;
 
-  width: 320rpx;
-  font-size: 20rpx;
-  /* display: flex;
-  justify-content: center; */
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
-  -webkit-line-clamp: 1;
-  text-align: center;
+  -webkit-line-clamp: 2;
+  /* text-align: center; */
+  margin: 20rpx;
 
 }
 
 
 .example-search {
-  width: 300px;
+  /* width: 300px; */
   background-color: #fff;
   /* padding: 16rpx 32rpx; */
 }
 
 .iconBox {
   transform: rotate(90deg);
-  /* margin: 10px;
-  margin-right: 20px; */
-  margin-left: 30rpx;
+  margin-left: 10rpx;
 }
 
 .swapRight {
-  /* margin-right: 10px; */
-
+  height: 20rpx;
 }
 
 .swapLeft {
@@ -62,23 +79,28 @@
 }
 
 .sortBox {
+  color: #999999;
   display: flex;
-  border-bottom: 1px #ededed solid;
+  /* border-bottom: 1px #ededed solid; */
   align-items: center;
   height: 86rpx;
   width: 195rpx;
+  margin-top: 8rpx;
+  font-size: 30rpx;
 }
 
 
 
 .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;
@@ -86,17 +108,27 @@
 }
 
 .titleTextBox {
-  font-size: 20px;
-  font-weight: bolder;
-  margin-left: 10px;
-  font-family: JDLangZhengTi, JDLangZhengTi;
+
+  margin-left: 5px;
+
+  width: 150rpx;
+  height: 37rpx;
+
+
 }
 
 .classification {
   width: 550rpx;
+  /* margin-bottom: 50rpx; */
+
 }
 
 .menuBox {
   display: flex;
+  height: 75rpx;
 
+}
+
+.assembleContent {
+  background-color: #F2F3F8;
 }
\ No newline at end of file

--
Gitblit v1.9.1