6,571
次編輯
(// Edit via Wikiplus) |
無編輯摘要 |
||
行 41: | 行 41: | ||
transition: background 0.3s, color 0.3s; | transition: background 0.3s, color 0.3s; | ||
cursor: pointer; | cursor: pointer; | ||
box-shadow: 0 0 | box-shadow: 0 0 2px #7f7f7f; | ||
} | } | ||
行 143: | 行 143: | ||
transition: background 0.3s, color 0.3s, box-shadow 0.3s; | transition: background 0.3s, color 0.3s, box-shadow 0.3s; | ||
cursor: pointer; | cursor: pointer; | ||
box-shadow: 0 0 | box-shadow: 0 0 2px #7f7f7f; /* 默认边框样式 */ | ||
} | } | ||
.single-toggle-button.active { | .single-toggle-button.active { | ||
color: #fff; | color: #fff; | ||
box-shadow: 0 0 | box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); /* 激活状态的边框 */ | ||
background: #FF9500; /* 激活背景色 */ | background: #FF9500; /* 激活背景色 */ | ||
} | } |