| | |
| | | right: 0; |
| | | left: 0; |
| | | top: 0; |
| | | border-top: 1px solid var(--td-tab-bar-border-color, var(--td-border-color, var(--td-gray-color-3, #e7e7e7))); |
| | | border-top: 1px solid var(--td-tab-bar-border-color, var(--td-border-level-1-color, var(--td-gray-color-3, #e7e7e7))); |
| | | transform: scaleY(0.5); |
| | | transform-origin: 0 0; |
| | | } |
| | | .t-tab-bar--fixed { |
| | | position: fixed; |
| | |
| | | margin-right: 32rpx; |
| | | border-radius: 999px; |
| | | box-shadow: var(--td-tab-bar-round-shadow, var(--td-shadow-3, 0 6px 30px 5px rgba(0, 0, 0, 0.05), 0 16px 24px 2px rgba(0, 0, 0, 0.04), 0 8px 10px -5px rgba(0, 0, 0, 0.08))); |
| | | } |
| | | .t-tab-bar--fixed.t-tab-bar--round.t-tab-bar--safe { |
| | | bottom: constant(safe-area-inset-bottom); |
| | | bottom: env(safe-area-inset-bottom); |
| | | } |
| | | .t-tab-bar--fixed.t-tab-bar--round.t-tab-bar--safe { |
| | | bottom: constant(safe-area-inset-bottom); |