From ad92bd5c02114b84ee3cd7ec318e2be4a1a6d6b6 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 18 三月 2024 15:04:40 +0800
Subject: [PATCH] 测试提交

---
 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