.wux-tabs { display: flex; width: 100%; height: 88rpx; line-height: 88rpx; box-sizing: border-box; position: relative; justify-content: space-around; align-items: center; background: #fff } .wux-tabs--scroll { display: block; overflow: auto; white-space: nowrap } .wux-tabs--vertical { display: inline-flex; width: auto; height: auto; max-height: 540rpx; flex-direction: column }