| | |
| | | |
| | | .t-overlay.overlay--t-overlay { |
| | | z-index: -9999 !important; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | .navBox { |
| | | /* tab整体样式 */ |
| | | height: 70rpx; |
| | | |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-around; |
| | | border-bottom: 2rpx solid rgb(243, 244, 249); |
| | | line-height: 45rpx; |
| | | margin-top: 20rpx; |
| | | /* overflow-y: scroll; */ |
| | | display: flex; |
| | | flex: 1 0 auto; |
| | | |
| | | /* |
| | | overflow-x: hidden; */ |
| | | } |
| | | |
| | | .fontColorBox { |
| | | /* 选中tab样式 */ |
| | | color: #FF6C00; |
| | | font-weight: bold; |
| | | |
| | | } |
| | | |
| | | .titleBox { |
| | | /* 未选中tab样式 */ |
| | | height: 70rpx; |
| | | color: rgb(168, 170, 175); |
| | | font-size: 28rpx; |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | |
| | | } |
| | | |
| | | .lineBox { |
| | | /* 线条样式 */ |
| | | width: 32rpx; |
| | | height: 8rpx; |
| | | background: #FF6C00; |
| | | margin-top: 10rpx; |
| | | border-radius: 4rpx; |
| | | } |
| | | |
| | | .swiperTtemBox { |
| | | /* 内容样式 */ |
| | | /* padding: 16rpx; */ |
| | | font-size: 28rpx; |
| | | height: calc(100vh - 150rpx); |
| | | } |
| | | |
| | | .tabIndexBox { |
| | | display: flex; |
| | | margin: 0 20rpx; |
| | | |
| | | |
| | | |
| | | } |