From c4e651ac030ef5fe8870f6974fcc4658d42986c6 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 21 三月 2024 14:35:01 +0800
Subject: [PATCH] 图书列表,详情页、答题器样式修改,代码合并上传测试服

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

diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss
index 2287ac5..8deaf31 100644
--- a/packageBookService/pages/bookServices/detail/index.wxss
+++ b/packageBookService/pages/bookServices/detail/index.wxss
@@ -200,7 +200,8 @@
 
 /* 鍥句功璧勬簮 */
 .book-resource {
-  min-height: 640rpx;
+  /* min-height: 640rpx; */
+  min-height: calc(100vh - 960rpx);
   margin-top: 20rpx;
   background-color: #fff !important;
 }
@@ -298,6 +299,5 @@
 }
 
 .noData {
-  /* width: 500rpx;
-  height: 500rpx; */
+  height: 100%;
 }
\ No newline at end of file

--
Gitblit v1.9.1