components/Tabs/Tabs.wxss

master
pqsw9iynf 4 years ago
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…
Cancel
Save