From 42cc31916c043f681c271efeb73394260e7d77aa Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期二, 05 三月 2024 18:53:11 +0800
Subject: [PATCH] 合并

---
 pages/bookExhibitionList/index.wxss |   43 +++++++++++++++++++++++++++----------------
 1 files changed, 27 insertions(+), 16 deletions(-)

diff --git a/pages/bookExhibitionList/index.wxss b/pages/bookExhibitionList/index.wxss
index f313307..25095c9 100644
--- a/pages/bookExhibitionList/index.wxss
+++ b/pages/bookExhibitionList/index.wxss
@@ -7,54 +7,54 @@
   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 {
+  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,11 +62,14 @@
 }
 
 .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;
 }
 
 
@@ -75,6 +78,7 @@
   display: flex;
   margin: 10px;
   margin-left: 0;
+  padding-top: 30rpx;
 }
 
 .frameBox {
@@ -94,9 +98,16 @@
 
 .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