From 3ee8ab4ce32f0fc85012d8d3295ad653ff221086 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 21 三月 2024 14:54:48 +0800
Subject: [PATCH] 再一次合并代码

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

diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss
index 0a96f52..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;
 }
@@ -215,7 +216,7 @@
 .box-bottom {
   position: fixed;
   left: 0;
-  bottom: 40rpx;
+  bottom: env(safe-area-inset-bottom);
   width: 100%;
   height: 110rpx;
 }
@@ -298,6 +299,5 @@
 }
 
 .noData {
-  /* width: 500rpx;
-  height: 500rpx; */
+  height: 100%;
 }
\ No newline at end of file

--
Gitblit v1.9.1