.tabs_content { display: flex; width: 100%; align-items: center; height: 50rpx; padding: 30rpx 0 20rpx 0; } .label { font-size: 28rpx; text-align: center; height: 50rpx; line-height: 50rpx; color: #999; } .actives { color: #333; font-weight: 500; } .actives .border_bottom { width: 20%; height: 8rpx; margin: 0 auto; border-radius: 8rpx; margin-top: 10rpx; background-color: #0082fa; }