topTabbar.wxss
575 Bytes
.topTabbar_main {
height: 92rpx;
min-width: 100%;
display: flex;
align-items: center;
/* background: red; */
/* justify-content: space-sp; */
flex-wrap: nowrap;
overflow-y: hidden;
overflow-x: auto;
}
.topTabbar_item {
background: #FFFFFF;
border-radius: 30rpx;
height: 60rpx;
min-width: 160rpx;
line-height: 60rpx;
margin-right: 20rpx;
font-family: PingFangSC-Regular;
font-size: 26rpx;
color: #323241;
letter-spacing: 0;
text-align: center;
font-weight: 400;
}
.itemActive {
background: #E4F7FF;
border: 1rpx solid #0057C4;
}