From e060ad2b2da9884e00b36796548eacc6a2b9a5d3 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期五, 29 三月 2024 09:44:30 +0800
Subject: [PATCH] 图书详情,列表页bug修改

---
 packagePersonal/pages/sampleBooks/index.wxss |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/packagePersonal/pages/sampleBooks/index.wxss b/packagePersonal/pages/sampleBooks/index.wxss
index 49d188b..fab9f33 100644
--- a/packagePersonal/pages/sampleBooks/index.wxss
+++ b/packagePersonal/pages/sampleBooks/index.wxss
@@ -1,6 +1,15 @@
 /* pages/personalCenter/sampleBooks/index.wxss */
 page {
   background-color: #F2F3F8;
+}
+
+.container {
+  width: 100vw;
+  height: 100vh;
+}
+
+.content {
+  height: calc(100vh - env(safe-area-inset-bottom) - 230rpx);
   box-sizing: border-box;
 }
 
@@ -93,7 +102,7 @@
 }
 
 .pageInfo {
-  margin-top: 230rpx;
+  padding-top: 230rpx;
 }
 
 .content-item {
@@ -175,4 +184,9 @@
   -webkit-line-clamp: 2;
   overflow: hidden;
   text-overflow: ellipsis;
+}
+
+.body-loading {
+  padding: 200rpx 0;
+  text-align: center;
 }
\ No newline at end of file

--
Gitblit v1.9.1