.RoundedCornerButtonTabs { width: 100%; margin-bottom: 20rpx; } .RoundedCornerButtonTabs-item { display: inline-block; width: 120rpx; height: 40rpx; line-height: 40rpx; text-align: center; border-radius: 40rpx; border: 2rpx solid #979797; opacity: 0.6; font-size: 20rpx; color: rgba(0, 0, 0, .36); margin-left: 12rpx; } .RoundedCornerButtonTabs>.active { background-color: #4DC2D4; color: #ffffff; border: 0; border: 2rpx solid #4DC2D4; }