增加克隆协议选择按钮样式

This commit is contained in:
lutinglt
2025-02-06 18:14:43 +08:00
parent 174b643896
commit 53f074ba79
3 changed files with 23 additions and 13 deletions

View File

@@ -35,12 +35,30 @@
margin-left: 16px;
button {
padding: 15px 12px;
transition: none;
color: #f0f6fc !important;
padding: 6px 8px;
margin: 8px 0;
&:hover {
background: var(--color-hover);
border-radius: var(--border-radius);
}
&.active:after {
content: "";
display: block;
position: absolute;
bottom: -8px;
left: 0;
width: 100%;
height: 2px;
background: #f78166;
}
}
.item.active {
border-bottom: 2px solid #f78166;
border-bottom: 0;
position: relative;
}
}