| | |
| | | |
| | | .contentBox { |
| | | width: 100%; |
| | | height: calc(100vh - env(safe-area-inset-bottom)); |
| | | background-color: #eee; |
| | | height: 100%; |
| | | background-color: #fff; |
| | | font-size: 28rpx; |
| | | } |
| | | |
| | |
| | | |
| | | .contentList { |
| | | width: 100%; |
| | | height: calc(100% - 55px); |
| | | height: calc(100% - 55px - 45px); |
| | | background-color: #fff; |
| | | } |
| | | |
| | |
| | | right: 0; |
| | | } |
| | | |
| | | .navBottom { |
| | | width: 100%; |
| | | height: 45px; |
| | | background-color: #fff; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | border-top: 1rpx solid #eee; |
| | | padding: 5px 10px; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | |
| | | /* gujia */ |
| | | .group { |