.tabsTitle { display: flex; align-items: center; height: 0.8rem; margin-bottom: 0.1rem; // padding-left: 0.4rem; // width: calc(100% - 0.4rem); overflow-x: auto; overflow-y: hidden; border-bottom: 0.015rem solid #bcbaba; &::-webkit-scrollbar { display: none; } // > .tabsItem { // border-right: 0.01rem solid #979797; // } // :last-child { // border-right: none; // } } .tabsItem { color: #3f3f40; font-size: 0.36rem; white-space: nowrap; } .active { color: #1755ff; } .small { height: inherit; width: 100%; border-bottom: none; .tabsItem { font-size: 0.28rem; font-weight: 600; &:last-child { padding-right: 0; } } }