/* pages/live/live.wxss */ .video, .image, .liveBg { width: 750rpx; height: 422rpx; } .liveBg { overflow: hidden; font-size: 0; } .tabs { display: flex; } .tab-item { flex: 1; margin-bottom: 10rpx; text-align: center; } .tab-item-text{ display: inline-block; height: 2em; } .tab-item-line{ width: 2.5em; height: 10rpx; background-color: #f6f6f6; border-radius: 2em; } .tab-item-act { background-color: #8bbdee; }