28 lines
466 B
Plaintext
Raw Normal View History

2025-08-29 09:51:02 +08:00
.tabs_content {
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
height: 50rpx;
padding: 30rpx 0 20rpx 0;
}
.label {
font-size: 28rpx;
flex: 1;
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;
}