From ecabd20b3dfbd956dad14ffb6ba3dc2efcfdd7c1 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期一, 25 三月 2024 16:23:32 +0800
Subject: [PATCH] 微信支付

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

diff --git a/pages/bookServices/assort/index.wxss b/pages/bookServices/assort/index.wxss
index f065f59..9f30850 100644
--- a/pages/bookServices/assort/index.wxss
+++ b/pages/bookServices/assort/index.wxss
@@ -127,7 +127,6 @@
 
 .book-box image {
   height: 142rpx;
-  object-fit: contain !important;
 }
 
 .classify {
@@ -141,8 +140,9 @@
 }
 
 .assort-img {
-  width: 116rpx;
-  height: 142rpx;
+  display: flex;
+  width: 152rpx;
+  height: 186rpx;
   box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
   margin-bottom: 20rpx;
 }

--
Gitblit v1.9.1