yiming
2024-04-12 2aab00f91bd4cda4715f1a141f4d26a3667a91b6
packagePersonal/pages/aboutUs/index.wxss
@@ -1,11 +1,11 @@
/* pages/aboutUs/index.wxss */
@import "./index.skeleton.wxss";
.nacigationBar {
  background-color: #fff;
  display: flex;
  align-items: center;
}
.navbar-title {
@@ -13,7 +13,6 @@
  /* overflow: hidden; */
  text-overflow: ellipsis;
  color: #0F1214;
  margin-bottom: 5rpx;
  font-weight: bold;
  font-size: 36rpx;
@@ -32,9 +31,55 @@
}
.aboutUs {
  margin: 30rpx;
  margin: 15rpx;
}
.aboutText {
  padding-bottom: 100rpx;
}
.titleBox {
  position: sticky;
  top: 0px;
  background-color: #fff;
}
.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;
}