21 lines
345 B
Plaintext
21 lines
345 B
Plaintext
|
|
.tab-bar.data-v-d115a34e {
|
|
display: flex;
|
|
background-color: #fff;
|
|
margin-bottom: 30rpx;
|
|
overflow: hidden;
|
|
}
|
|
.tab-item.data-v-d115a34e {
|
|
flex: 1;
|
|
padding: 10rpx 0;
|
|
text-align: center;
|
|
font-size: 29rpx;
|
|
color: #666;
|
|
position: relative;
|
|
}
|
|
.tab-item.active.data-v-d115a34e {
|
|
color: #03A9F4;
|
|
background-color: rgba(0, 122, 255, 0.1);
|
|
}
|
|
|