You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* .tabs{} */
|
|
.tabs_title{
|
|
display: flex;
|
|
}
|
|
.title_item{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex: 1;
|
|
padding: 15rpx 0;
|
|
}
|
|
.active{
|
|
color:var(--themeColor);
|
|
border-bottom: 5rpx solid currentColor;
|
|
}
|
|
/* .tabs_content{} */ |