/* components/diy-tabs/index.wxss */
.tabs_top {
    // margin-top: 100rpx;
    white-space: nowrap; 
    .selected {
        display: flex;
        // justify-content: space-around;
        .tab {
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }
    
}