2025-06-28 15:28:54 +08:00
|
|
|
.arco-tabs {
|
|
|
|
|
.arco-tabs-nav-tab {
|
|
|
|
|
&-list {
|
|
|
|
|
.arco-tabs-tab {
|
|
|
|
|
.arco-tabs-tab-title {
|
|
|
|
|
color: var(--Text-2, #3c4043);
|
2025-07-11 16:50:48 +08:00
|
|
|
font-family: $font-family-medium;
|
2025-06-28 15:28:54 +08:00
|
|
|
font-size: 16px;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
}
|
|
|
|
|
&-active {
|
|
|
|
|
.arco-tabs-tab-title {
|
|
|
|
|
color: #6d4cfe;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
&:hover {
|
|
|
|
|
.arco-tabs-tab-title::before {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.arco-tabs-nav-ink {
|
|
|
|
|
background-color: #6d4cfe;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|