mov-mobile
Version:
Mov - 让你感到幸福的 Vue 组件库
29 lines (26 loc) • 581 B
text/less
@import "../../style/common";
@import "./swiper";
.mona-tabs-header {
border-bottom: 1px solid @tabsHeaderBorderColor;
background-color: @tabsHeaderBgColor;
.item {
border-bottom: 2px solid transparent;
font-size: @tabsHeaderFontSize;
height: @tabsHeaderHeight;
&.active {
color: @tabsHeaderSelectedColor;
}
}
.index-mark {
&:before {
display: block;
content: '';
height: @tabsHeaderSelectedHeight;
background-color: @tabsHeaderSelectedColor;
}
bottom: 0;
left: 0;
transition: transform @tabsAnimDuration ease-out;
padding: 0 20px;
}
}