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 | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss index b7ae2c6..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; } @@ -295,4 +296,8 @@ --td-button-primary-border-color: #ff6c00; --td-button-primary-active-bg-color: #ff984d; --td-button-primary-active-border-color: #ff984d; +} + +.noData { + height: 100%; } \ No newline at end of file -- Gitblit v1.9.1