| | |
| | | page { |
| | | background-color: #F2F3F8; |
| | | background-color: #f0f2f5; |
| | | } |
| | | |
| | | .container { |
| | | width: 100%; |
| | | height: 100vh; |
| | | } |
| | | |
| | | .page-header { |
| | | width: 100%; |
| | | position: fixed; |
| | | top: 0; |
| | | left: 0; |
| | | z-index: 1; |
| | | } |
| | | |
| | | .page-content { |
| | | padding-top: 96rpx; |
| | | } |
| | | |
| | | .content { |
| | | height: calc(100vh - env(safe-area-inset-bottom) - 96rpx); |
| | | box-sizing: border-box; |
| | | overflow-y: auto; |
| | | } |
| | | |
| | | .t-tabs__track { |
| | |
| | | |
| | | .delete-btn { |
| | | margin: 0 auto; |
| | | height: 100%; |
| | | display: inline-flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | } |
| | | |
| | | .formBox { |
| | |
| | | } |
| | | |
| | | .btn-area { |
| | | margin-top: 40rpx; |
| | | margin: 40rpx 0; |
| | | padding: 0 40rpx; |
| | | } |
| | | |