第一份2.0-LTS代码上传
This commit is contained in:
+6
-15
@@ -155,21 +155,6 @@
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
/* 禁用状态开关 - 灰标 */
|
||||
.switch.disabled {
|
||||
opacity: 0.4;
|
||||
cursor: not-allowed;
|
||||
pointer-events: none;
|
||||
}
|
||||
.switch.disabled .slider {
|
||||
background: rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
.switch.disabled input:checked + .slider {
|
||||
background: rgba(74, 124, 255, 0.25);
|
||||
}
|
||||
.switch.disabled .slider::before {
|
||||
background: #3a3a4a;
|
||||
}
|
||||
|
||||
/* "即将推出" 徽章 */
|
||||
.v2-badge {
|
||||
@@ -183,6 +168,12 @@
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.v2-badge.v2-enabled {
|
||||
background: rgba(99, 226, 183, 0.12);
|
||||
border-color: rgba(99, 226, 183, 0.2);
|
||||
color: #63e2b7;
|
||||
}
|
||||
|
||||
.v2-hint {
|
||||
font-size: 12px;
|
||||
color: var(--text-dim);
|
||||
|
||||
Reference in New Issue
Block a user