27 lines
446 B
Plaintext
27 lines
446 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;
|
|
}
|
|
.actives {
|
|
color: #000;
|
|
}
|
|
.actives .border_bottom {
|
|
width: 20%;
|
|
height: 8rpx;
|
|
margin: 0 auto;
|
|
border-radius: 8rpx;
|
|
margin-top: 10rpx;
|
|
background-color: #0082fa;
|
|
} |