| | |
| | | page { |
| | | background-color: #f0f2f5; |
| | | box-sizing: border-box; |
| | | padding: 0 24rpx; |
| | | } |
| | | |
| | | .container { |
| | | width: 100%; |
| | | height: 100vh; |
| | | } |
| | | |
| | | .page-header { |
| | | background-color: #F2F3F8; |
| | | width: 100%; |
| | | position: fixed; |
| | | top: 0; |
| | | left: 0; |
| | | z-index: 1 |
| | | z-index: 1; |
| | | } |
| | | |
| | | .pageInfo { |
| | | padding-top: 90rpx; |
| | | } |
| | | |
| | | .content { |
| | | height: calc(100vh - env(safe-area-inset-bottom) - 96rpx); |
| | | box-sizing: border-box; |
| | | background: #fff; |
| | | } |
| | | |
| | | .t-tabs__track { |
| | |
| | | text-align: center; |
| | | } |
| | | |
| | | .container { |
| | | height: calc(100vh - env(safe-area-inset-bottom)); |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | .pageInfo { |
| | | margin-top: -30rpx; |
| | | } |
| | | |
| | | .content-item { |
| | | background: #fff; |
| | |
| | | .submitBox .box { |
| | | display: flex; |
| | | margin: 0 auto; |
| | | width: 160rpx; |
| | | width: 170rpx; |
| | | align-items: center; |
| | | text-align: center; |
| | | font-size: 28rpx; |
| | |
| | | .empyt { |
| | | background: #fff; |
| | | padding: 200rpx 0; |
| | | } |
| | | |
| | | .body-loading { |
| | | padding: 200rpx 0; |
| | | text-align: center; |
| | | } |