From b77e8e776af4d81e748e9e21d51b64a11085a195 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期四, 19 十二月 2024 10:49:11 +0800
Subject: [PATCH] 未提交退出提示

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

diff --git a/packagePersonal/pages/aboutUs/index.wxss b/packagePersonal/pages/aboutUs/index.wxss
index 64c9dd2..08dbdf8 100644
--- a/packagePersonal/pages/aboutUs/index.wxss
+++ b/packagePersonal/pages/aboutUs/index.wxss
@@ -2,22 +2,22 @@
 
 @import "./index.skeleton.wxss";
 
+
+.aboutUsBox {
+  width: 100%;
+  height: 100%;
+}
+
+.aboutUs {
+  box-sizing: border-box;
+  height: 100%;
+}
+
 .nacigationBar {
   background-color: #fff;
   display: flex;
   align-items: center;
   margin-bottom: 50rpx;
-}
-
-.navbar-title {
-  /* white-space: nowrap;
-
-  text-overflow: ellipsis;
-  color: #0F1214;
-  margin-bottom: 5rpx;
-  font-weight: bold;
-  font-size: 36rpx;
-  color: #0F1214; */
 }
 
 image {
@@ -36,9 +36,11 @@
 }
 
 .aboutText {
-  height: calc(100vh - env(safe-area-inset-bottom) - 200rpx);
+  box-sizing: border-box;
+  height: 100%;
   overflow-y: auto;
   padding: 0 20rpx;
+  padding-bottom: 100rpx;
 }
 
 .titleBox {
@@ -52,46 +54,6 @@
 .titleTextBox {
   margin: 0 auto;
 }
-
-
-/* 瀵屾枃鏈垵濮嬪寲鏍峰紡 */
-/* .richTextBox {
-  line-height: 1.4 !important;
-  font-size: 14px !important;
-} */
-
-/* .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;
-  margin-block-start: 1em !important;
-  -webkit-margin-after: 1em !important;
-  margin-block-end: 1em !important;
-  -webkit-margin-start: 0 !important;
-  margin-inline-start: 0 !important;
-  -webkit-margin-end: 0 !important;
-  margin-inline-end: 0 !important;
-} */
-
-/* .richTextBox td {
-  border-bottom: 1px dashed !important;
-  border-right: 1px dashed !important;
-  border-width: 1px !important;
-} */
-
-/* 
-.richTextBox table {
-  border-width: 2rpx !important;
-} */
 
 
 .aboutUs-rich-p {
@@ -114,4 +76,17 @@
 
 .aboutUs-rich-table {
   border-width: 2px !important;
+}
+
+
+
+
+.table {
+  border-collapse: collapse;
+  /* 杈规鍚堝苟 */
+}
+
+.td {
+  text-align: center;
+  border: 1px dashed #ccc;
 }
\ No newline at end of file

--
Gitblit v1.9.1