thaw/thaw_mobile/tabbar/tabbar-item.css
2024-06-26 22:32:13 +08:00

17 lines
No EOL
308 B
CSS

.thaw-tabbar-item {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
cursor: pointer;
}
.thaw-tabbar-item--selected {
color: var(--thaw-font-color-selected)
}
.thaw-tabbar-item__content {
font-size: 12px;
line-height: 16px;
}