添加了NEON硬件编码器选项,并增加了刷新列表、清空下载缓存和清空转码缓存的按钮。
This commit is contained in:
@@ -268,8 +268,36 @@ header p {
|
||||
|
||||
.section-actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.action-btn {
|
||||
border: none;
|
||||
background: #2563eb;
|
||||
color: #ffffff;
|
||||
font-size: 0.95rem;
|
||||
font-weight: 600;
|
||||
padding: 0.75rem 1rem;
|
||||
border-radius: 14px;
|
||||
min-width: 140px;
|
||||
cursor: pointer;
|
||||
transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
|
||||
}
|
||||
|
||||
.action-btn:hover {
|
||||
background: #1d4ed8;
|
||||
transform: translateY(-1px);
|
||||
box-shadow: 0 12px 24px rgba(37, 99, 235, 0.14);
|
||||
}
|
||||
|
||||
.action-btn.danger {
|
||||
background: #dc2626;
|
||||
}
|
||||
|
||||
.action-btn.danger:hover {
|
||||
background: #b91c1c;
|
||||
}
|
||||
|
||||
.section-header h2 {
|
||||
|
||||
Reference in New Issue
Block a user