1
0
mirror of https://gitee.com/coder-xiaomo/flashsale synced 2025-01-29 04:30:27 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

14 lines
215 B
CSS

/***--TAB CSS--***/
.tab-header li{
float: left;
font-size: 0.875rem;
display: inline-block;
padding: 1rem 1.125rem;
}
.tab-header li:hover{
cursor: pointer;
}
.tab-active{
border-bottom: 3px solid #86d48d;
}