添加停止转码按钮
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user