| | |
| | | page { |
| | | overflow-y: auto !important; |
| | | /* overflow-y: auto !important; */ |
| | | position: relative; |
| | | background-color: #F2F3F8 !important; |
| | | } |
| | | |
| | | .container { |
| | | width: 100vw; |
| | | height: 100vh; |
| | | } |
| | | |
| | | .content { |
| | | width: 100%; |
| | | height: 100%; |
| | | height: calc(100vh - env(safe-area-inset-bottom) - 100rpx); |
| | | box-sizing: border-box; |
| | | margin-top: 96rpx; |
| | | overflow-y: auto !important; |
| | | } |
| | | |
| | | |
| | |
| | | width: 100%; |
| | | } |
| | | |
| | | .content { |
| | | box-sizing: border-box; |
| | | height: calc(100vh - env(safe-area-inset-bottom) - 96rpx); |
| | | } |
| | | |
| | | .t-tabs__track { |
| | | display: none; |
| | | |
| | |
| | | position: fixed !important; |
| | | top: 0; |
| | | left: 0; |
| | | padding-top: 20rpx; |
| | | z-index: 10; |
| | | margin-top: 20rpx; |
| | | /* background-color: #F2F3F8 !important; */ |
| | | |
| | | } |
| | | |
| | | .tab-bg { |
| | | height: 20rpx; |
| | | background-color: #F2F3F8 !important; |
| | | } |
| | | |
| | | .t-tabs { |
| | | background: none !important; |
| | | width: 100%; |
| | | z-index: 1 |
| | | } |
| | | |
| | | .t-tabs__wrapper { |
| | |
| | | background: #fff; |
| | | min-height: 200rpx; |
| | | border-radius: 10rpx; |
| | | padding: 180rpx 40rpx 40rpx 40rpx; |
| | | padding: 40rpx; |
| | | } |
| | | |
| | | .tips { |