| | |
| | | |
| | | @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; |
| | | margin-bottom: 50rpx; |
| | | } |
| | | |
| | | .navbar-title { |
| | | /* white-space: nowrap; |
| | | |
| | | text-overflow: ellipsis; |
| | | color: #0F1214; |
| | | margin-bottom: 5rpx; |
| | | font-weight: bold; |
| | | font-size: 36rpx; |
| | | color: #0F1214; */ |
| | | } |
| | | |
| | | image { |
| | |
| | | } |
| | | |
| | | .aboutText { |
| | | height: calc(100vh - env(safe-area-inset-bottom) - 200rpx); |
| | | box-sizing: border-box; |
| | | height: 100%; |
| | | overflow-y: auto; |
| | | padding: 0 20rpx; |
| | | padding-bottom: 100rpx; |