mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-01-31 05:30:25 +08:00
14 lines
215 B
CSS
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;
|
||
|
}
|