From e2b9cf5cb19ba0ae4bffd787d96f0d0cb8fb63bf Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期二, 09 七月 2024 15:52:58 +0800
Subject: [PATCH] css

---
 packagePersonal/pages/aboutUs/index.wxss |   27 ++++++++++++++++-----------
 1 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/packagePersonal/pages/aboutUs/index.wxss b/packagePersonal/pages/aboutUs/index.wxss
index f0c0354..64c9dd2 100644
--- a/packagePersonal/pages/aboutUs/index.wxss
+++ b/packagePersonal/pages/aboutUs/index.wxss
@@ -36,7 +36,9 @@
 }
 
 .aboutText {
-  padding-bottom: 100rpx;
+  height: calc(100vh - env(safe-area-inset-bottom) - 200rpx);
+  overflow-y: auto;
+  padding: 0 20rpx;
 }
 
 .titleBox {
@@ -56,18 +58,18 @@
 /* .richTextBox {
   line-height: 1.4 !important;
   font-size: 14px !important;
-}
+} */
 
-.richTextBox {
+/* .richTextBox {
   margin: revert !important;
   padding: revert !important;
   border: revert !important;
   font: revert !important;
   vertical-align: revert !important;
   color: #000 !important;
-}
+} */
 
-
+/* 
 .richTextBox p {
   display: block !important;
   -webkit-margin-before: 1em !important;
@@ -78,17 +80,20 @@
   margin-inline-start: 0 !important;
   -webkit-margin-end: 0 !important;
   margin-inline-end: 0 !important;
-}
+} */
 
-.richTextBox td {
+/* .richTextBox td {
   border-bottom: 1px dashed !important;
   border-right: 1px dashed !important;
   border-width: 1px !important;
-}
-
-.richTextBox table {
-  border-width: 2px !important;
 } */
+
+/* 
+.richTextBox table {
+  border-width: 2rpx !important;
+} */
+
+
 .aboutUs-rich-p {
   display: block !important;
   -webkit-margin-before: 1em !important;

--
Gitblit v1.9.1