From 4496721cd3af3c68ed4d55218d3e83ea0664c57e Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期一, 29 四月 2024 17:53:10 +0800
Subject: [PATCH] bug3

---
 packagePersonal/pages/aboutUs/index.wxss |   54 +++++++++++++++++++++++++++++++-----------------------
 1 files changed, 31 insertions(+), 23 deletions(-)

diff --git a/packagePersonal/pages/aboutUs/index.wxss b/packagePersonal/pages/aboutUs/index.wxss
index 537098c..8103da5 100644
--- a/packagePersonal/pages/aboutUs/index.wxss
+++ b/packagePersonal/pages/aboutUs/index.wxss
@@ -6,17 +6,18 @@
   background-color: #fff;
   display: flex;
   align-items: center;
+  margin-bottom: 50rpx;
 }
 
 .navbar-title {
-  white-space: nowrap;
-  /* overflow: hidden; */
+  /* white-space: nowrap;
+
   text-overflow: ellipsis;
   color: #0F1214;
   margin-bottom: 5rpx;
   font-weight: bold;
   font-size: 36rpx;
-  color: #0F1214;
+  color: #0F1214; */
 }
 
 image {
@@ -47,36 +48,43 @@
 }
 
 
+
+.titleTextBox {
+  margin: 0 auto;
+}
+
+
+/* 瀵屾枃鏈垵濮嬪寲鏍峰紡 */
 .richTextBox {
-  line-height: 1.4;
-  font-size: 14px;
+  line-height: 1.4 !important;
+  font-size: 14px !important;
 }
 
 .richTextBox {
-  margin: revert;
-  padding: revert;
-  border: revert;
-  font: revert;
-  vertical-align: revert;
-  color: #000;
+  margin: revert !important;
+  padding: revert !important;
+  border: revert !important;
+  font: revert !important;
+  vertical-align: revert !important;
+  color: #000 !important;
 }
+
 
 .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;
+  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;
-  border-right: 1px dashed;
+  border-bottom: 1px dashed !important;
+  border-right: 1px dashed !important;
   border-width: 1px !important;
 }
 

--
Gitblit v1.9.1