From 98c6c98f673e9a715b9d398d098afd96afac6701 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期三, 20 三月 2024 18:34:19 +0800 Subject: [PATCH] 3月20号的bug --- 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