添加停止转码按钮

This commit is contained in:
CN-JS-HuiBai
2026-04-02 20:55:22 +08:00
parent c8151a7779
commit 4e4db42934
4 changed files with 114 additions and 1 deletions

View File

@@ -653,6 +653,14 @@ header p {
transform: translateY(-1px);
}
.stop-btn {
background: #dc2626;
}
.stop-btn:hover {
background: #b91c1c;
}
.play-btn:disabled {
opacity: 0.65;
background: rgba(37, 99, 235, 0.5);