| | |
| | | /* pages/aboutUs/index.wxss */ |
| | | |
| | | @import "./index.skeleton.wxss"; |
| | | |
| | | .nacigationBar { |
| | | background-color: #fff; |
| | | display: flex; |
| | | align-items: center; |
| | | |
| | | } |
| | | |
| | | .navbar-title { |
| | |
| | | /* overflow: hidden; */ |
| | | text-overflow: ellipsis; |
| | | color: #0F1214; |
| | | |
| | | margin-bottom: 5rpx; |
| | | font-weight: bold; |
| | | font-size: 36rpx; |
| | |
| | | } |
| | | |
| | | .aboutUs { |
| | | margin: 30rpx; |
| | | margin: 15rpx; |
| | | } |
| | | |
| | | .aboutText { |
| | | padding-bottom: 100rpx; |
| | | } |
| | | |
| | | .aboutUsBox { |
| | | /* position: relative; */ |
| | | } |
| | | |
| | | |
| | | .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; |
| | | } |