| | |
| | | page { |
| | | @import "./index.skeleton.wxss"; |
| | | |
| | | .container { |
| | | width: 100vw; |
| | | height: 100%; |
| | | height: 100vh; |
| | | } |
| | | |
| | | .content { |
| | | height: calc(100vh - env(safe-area-inset-bottom) - 200rpx); |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | .page-header { |
| | |
| | | .pageInfo { |
| | | background: #F2F3F8; |
| | | padding-top: 200rpx; |
| | | height: calc(100% - 200rpx) |
| | | } |
| | | |
| | | .list { |
| | |
| | | } |
| | | |
| | | .order-centent .flex { |
| | | width: 100%; |
| | | width: calc(100% - 40rpx); |
| | | box-shadow: none; |
| | | text-align: left; |
| | | margin-right: 0; |
| | |
| | | |
| | | .empyt { |
| | | padding: 200rpx 0; |
| | | background: #fff; |
| | | } |
| | | |
| | | .body-loading { |
| | | padding: 200rpx 0; |
| | | text-align: center; |
| | | } |