parent
e543836e4e
commit
7219839a2e
@ -0,0 +1,16 @@
|
|||||||
|
/* .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{} */
|
Loading…
Reference in new issue