闫增涛
2024-09-06 2f1a9a39d6bde43d8c73236f822b3bc79cc96af6
packagePersonal/pages/aboutUs/index.wxss
@@ -39,6 +39,7 @@
  height: calc(100vh - env(safe-area-inset-bottom) - 200rpx);
  overflow-y: auto;
  padding: 0 20rpx;
  padding-bottom: 100rpx;
}
.titleBox {
@@ -52,46 +53,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 +75,17 @@
.aboutUs-rich-table {
  border-width: 2px !important;
}
.table {
  border-collapse: collapse;
  /* 边框合并 */
}
.td {
  text-align: center;
  border: 1px dashed #ccc;
}