From dd8ef90009ff67a7379b50e2861f917579f0f855 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期一, 18 三月 2024 15:07:52 +0800
Subject: [PATCH] jiaoshi

---
 pages/bookServices/assort/index.wxss |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/pages/bookServices/assort/index.wxss b/pages/bookServices/assort/index.wxss
index 3c71ffe..184d7ef 100644
--- a/pages/bookServices/assort/index.wxss
+++ b/pages/bookServices/assort/index.wxss
@@ -13,6 +13,11 @@
   left: 0;
   width: 100%;
   z-index: 99;
+  font-size: 28rpx;
+}
+
+.placeholder {
+  font-size: 28rpx;
 }
 
 .page-header .t-search__input-container {
@@ -103,21 +108,22 @@
 .class-content {
   display: flex;
   flex-wrap: wrap;
-  padding: 5rpx 20rpx 30rpx 30rpx;
+  /* padding: 5rpx 20rpx 30rpx 30rpx; */
+  padding: 30rpx;
 }
 
 .book-box {
-  width: 140rpx;
-  margin-right: 10rpx;
+  width: 48%;
+  margin: 0 10rpx 20rpx 0
 }
 
-.book-box:nth-child(3n) {
+.book-box:nth-child(2n) {
   margin-right: 0;
 }
 
 .book-box image {
-  width: 58px;
-  height: 70px;
+  height: 142rpx;
+  object-fit: contain;
 }
 
 .classify {

--
Gitblit v1.9.1