From 0555dd7dc2edc553030b7a6d03d6a1cda4b1e336 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 20 三月 2024 15:41:58 +0800
Subject: [PATCH] 111

---
 pages/bookServices/assort/index.wxss |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pages/bookServices/assort/index.wxss b/pages/bookServices/assort/index.wxss
index f0b7169..184d7ef 100644
--- a/pages/bookServices/assort/index.wxss
+++ b/pages/bookServices/assort/index.wxss
@@ -108,15 +108,16 @@
 .class-content {
   display: flex;
   flex-wrap: wrap;
-  padding: 5rpx 20rpx 30rpx 30rpx;
+  /* padding: 5rpx 20rpx 30rpx 30rpx; */
+  padding: 30rpx;
 }
 
 .book-box {
-  width: 140rpx;
+  width: 48%;
   margin: 0 10rpx 20rpx 0
 }
 
-.book-box:nth-child(3n) {
+.book-box:nth-child(2n) {
   margin-right: 0;
 }
 

--
Gitblit v1.9.1