2026-01-30 09:54:46 +08:00

31 lines
510 B
Plaintext

.tabs_content {
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
height: 50rpx;
padding: 30rpx 0 20rpx 0;
}
.label {
font-size: 30rpx;
flex: 1;
text-align: center;
height: 50rpx;
line-height: 50rpx;
color: #666;
margin-right: 30rpx;
}
.label:last-child {
margin-right: 0;
}
.actives {
color: #000;
}
.actives .border_bottom {
width: 20%;
height: 8rpx;
margin: 0 auto;
border-radius: 8rpx;
margin-top: 10rpx;
background-color: #0082fa;
}