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