From e5f45ec9c2eabaa3e4241caad2d49c3629eaf0c8 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期一, 30 九月 2024 14:18:40 +0800
Subject: [PATCH] loading

---
 packagePersonal/pages/aboutUs/index.wxss |   99 +++++++++++++++++++++++++------------------------
 1 files changed, 50 insertions(+), 49 deletions(-)

diff --git a/packagePersonal/pages/aboutUs/index.wxss b/packagePersonal/pages/aboutUs/index.wxss
index 6786ef7..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,10 +36,12 @@
 }
 
 .aboutText {
+  box-sizing: border-box;
+  height: 100%;
+  overflow-y: auto;
+  padding: 0 20rpx;
   padding-bottom: 100rpx;
 }
-
-
 
 .titleBox {
   position: sticky;
@@ -48,44 +50,43 @@
 }
 
 
-.richTextBox {
-  line-height: 1.4;
-  font-size: 14px;
-}
-
-.richTextBox {
-  margin: revert;
-  padding: revert;
-  border: revert;
-  font: revert;
-  vertical-align: revert;
-  color: #000;
-}
-
-.richTextBox p {
-  display: block;
-  text-align: center;
-  -webkit-margin-before: 1em;
-  margin-block-start: 1em;
-  -webkit-margin-after: 1em;
-  margin-block-end: 1em;
-  -webkit-margin-start: 0;
-  margin-inline-start: 0;
-  -webkit-margin-end: 0;
-  margin-inline-end: 0;
-}
-
-.richTextBox td {
-  border-bottom: 1px dashed;
-  border-right: 1px dashed;
-  border-width: 1px !important;
-}
-
-.richTextBox table {
-  border-width: 2px !important;
-}
 
 .titleTextBox {
   margin: 0 auto;
+}
 
+
+.aboutUs-rich-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;
+}
+
+.aboutUs-rich-td {
+  border-bottom: 1px dashed !important;
+  border-right: 1px dashed !important;
+  border-width: 1px !important;
+}
+
+.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