From f4425543db1c8db8c47a34c53ef477e72cfe318e Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 11 三月 2024 18:19:56 +0800
Subject: [PATCH] feat(答题器): 答题器

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

diff --git a/pages/bookServices/assort/index.wxss b/pages/bookServices/assort/index.wxss
index 3c71ffe..f0b7169 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 {
@@ -108,7 +113,7 @@
 
 .book-box {
   width: 140rpx;
-  margin-right: 10rpx;
+  margin: 0 10rpx 20rpx 0
 }
 
 .book-box:nth-child(3n) {
@@ -116,8 +121,8 @@
 }
 
 .book-box image {
-  width: 58px;
-  height: 70px;
+  height: 142rpx;
+  object-fit: contain;
 }
 
 .classify {

--
Gitblit v1.9.1