| | |
| | | } |
| | | |
| | | .t-tabs__nav :nth-child(1) { |
| | | border-radius: 30rpx 30rpx 0 0rpx; |
| | | border-radius: 30rpx 30rpx 0 0rpx !important; |
| | | } |
| | | |
| | | .t-tabs__nav :nth-child(2) { |
| | |
| | | border-radius: 0 30rpx 0 30rpx !important; |
| | | } |
| | | |
| | | .t-tabs__item--active+.t-tabs__item+.t-tabs__item { |
| | | border-radius: 30rpx 30rpx 0rpx 0rpx !important; |
| | | } |
| | | |
| | | .refresh-container { |
| | | margin: 0 auto; |
| | | } |
| | |
| | | } |
| | | |
| | | .content { |
| | | height: calc(100vh - env(safe-area-inset-bottom) - 436rpx); |
| | | height: calc(100vh - env(safe-area-inset-bottom) - 456rpx); |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | .content-item { |
| | | background: #f1f1f1; |
| | | background: #F7F7F7; |
| | | border-radius: 10rpx; |
| | | box-sizing: border-box; |
| | | width: calc(100%/2 - 10rpx); |