From 93463d63f0dd81c436aa3335506611aab8356b88 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期一, 25 三月 2024 23:39:40 +0800
Subject: [PATCH] 样式修改

---
 packageDomain/pages/sampleBookList/index.wxss |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/packageDomain/pages/sampleBookList/index.wxss b/packageDomain/pages/sampleBookList/index.wxss
index ed8578b..20b62f8 100644
--- a/packageDomain/pages/sampleBookList/index.wxss
+++ b/packageDomain/pages/sampleBookList/index.wxss
@@ -1,3 +1,8 @@
+.container {
+  width: 100vw;
+  height: 100vh;
+}
+
 .page-header {
   background-color: #fff;
   position: fixed;
@@ -7,7 +12,12 @@
 }
 
 .bookServices-list {
-  padding-top: 280rpx;
+  padding-top: 294rpx;
+}
+
+.content {
+  height: calc(100vh - env(safe-area-inset-bottom) - 294rpx);
+  box-sizing: border-box;
 }
 
 .nacigationBar {
@@ -126,7 +136,6 @@
 
 .list-body {
   background: #F2F3F8;
-  padding: 40rpx 0;
 }
 
 .title {
@@ -134,6 +143,7 @@
   height: 60rpx;
   font-weight: bold;
   align-items: center;
+  margin-top: 20rpx;
 }
 
 .title .line {
@@ -168,7 +178,7 @@
 
 
 .book-list {
-  padding: 24rpx;
+  padding: 20rpx;
   display: flex;
   flex-wrap: wrap;
   margin-top: 10rpx;
@@ -184,7 +194,7 @@
   flex-direction: column;
   align-items: center;
   margin-bottom: 40rpx;
-  padding: 50rpx 20rpx 32rpx 20rpx;
+  padding: 50rpx 16rpx 32rpx 16rpx;
   box-shadow: 0rpx 0rpx 18rpx 2rpx rgba(0, 0, 0, 0.08);
   background: #fff;
 }
@@ -250,7 +260,7 @@
 }
 
 .checkbox .t-checkbox__icon--left {
-  margin-right: 10rpx !important;
+  margin-right: 6rpx !important;
 }
 
 .checkbox .t-checkbox__title {

--
Gitblit v1.9.1