| | |
| | | padding: 144rpx 0; |
| | | } |
| | | .t-picker-item__item { |
| | | text-align: center; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | white-space: nowrap; |
| | | text-overflow: ellipsis; |
| | | overflow: hidden; |
| | | height: var(--td-picker-item-height, 80rpx); |
| | | line-height: var(--td-picker-item-height, 80rpx); |
| | | color: var(--td-picker-item-color, var(--td-font-gray-2, rgba(0, 0, 0, 0.6))); |
| | | color: var(--td-picker-item-color, var(--td-text-color-secondary, var(--td-font-gray-2, rgba(0, 0, 0, 0.6)))); |
| | | font-size: var(--td-picker-item-font-size, var(--td-font-size-m, 32rpx)); |
| | | } |
| | | .t-picker-item__item--active { |
| | | color: var(--td-picker-item-active-color, var(--td-font-gray-1, rgba(0, 0, 0, 0.9))); |
| | | color: var(--td-picker-item-active-color, var(--td-text-color-primary, var(--td-font-gray-1, rgba(0, 0, 0, 0.9)))); |
| | | font-weight: 600; |
| | | } |