@ohu-mobile/core
Version:
25 lines (24 loc) • 359 B
CSS
.ohu-tabs {
display: block;
}
.ohu-tabs .ohu-sticky {
width: 100%;
z-index: 1;
}
.ohu-tabs .ohu-tabbar {
width: 100%;
background: #FFF;
}
.ohu-tabs__panels {
width: 100%;
position: relative;
z-index: 0;
flex: 1;
}
.ohu-tab {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
position: relative;
}