| | |
| | | /* pages/aboutUs/index.wxss */ |
| | | |
| | | @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; |
| | | |
| | | } |
| | | |
| | | .navbar-title { |
| | | white-space: nowrap; |
| | | /* overflow: hidden; */ |
| | | text-overflow: ellipsis; |
| | | color: #0F1214; |
| | | |
| | | margin-bottom: 5rpx; |
| | | font-weight: bold; |
| | | font-size: 36rpx; |
| | | color: #0F1214; |
| | | margin-bottom: 50rpx; |
| | | } |
| | | |
| | | image { |
| | |
| | | } |
| | | |
| | | .aboutUs { |
| | | margin: 30rpx; |
| | | margin: 15rpx; |
| | | } |
| | | |
| | | .aboutText { |
| | | box-sizing: border-box; |
| | | height: 100%; |
| | | overflow-y: auto; |
| | | padding: 0 20rpx; |
| | | padding-bottom: 100rpx; |
| | | } |
| | | |
| | | .titleBox { |
| | | position: sticky; |
| | | top: 0px; |
| | | background-color: #fff; |
| | | } |
| | | |
| | | |
| | | |
| | | .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; |
| | | } |