From 09905b43ec2a249ef0e6057d148b8620cfaa1506 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期二, 26 三月 2024 10:47:38 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

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

diff --git a/packagePersonal/pages/sampleBooks/index.wxss b/packagePersonal/pages/sampleBooks/index.wxss
index 49d188b..8e3d30a 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 {

--
Gitblit v1.9.1