mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-01-29 04:30:27 +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;
|
|
}
|