UNPKG

antd-mobile

Version:
51 lines (44 loc) 857 B
.adm-tab-bar-wrap { display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; overflow: hidden; min-height: 96px; } .adm-tab-bar-item { flex: 1; color: var(--adm-color-text-secondary); white-space: nowrap; padding: 8px 16px; width: -webkit-min-content; width: min-content; position: relative; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-direction: column; } .adm-tab-bar-item-icon { font-size: 48px; height: 48px; line-height: 1; } .adm-tab-bar-item-title { font-size: var(--adm-font-size-2); line-height: 30px; } .adm-tab-bar-item-title-with-icon { margin-top: 4px; } .adm-tab-bar-item-active { color: var(--adm-color-primary); } .adm-tab-bar-icon-badge { --top: 12px; } .adm-tab-bar-title-badge { --right: -4px; --top: -4px; }