diff --git a/frontend/app.html b/frontend/app.html index f48b5d4..f82bdb8 100644 --- a/frontend/app.html +++ b/frontend/app.html @@ -925,6 +925,19 @@ color: var(--text-secondary); } + /* 文件列表行样式 */ + .file-list-row { + border-bottom: 1px solid var(--glass-border); + cursor: pointer; + transition: background 0.15s ease; + } + .file-list-row:hover { + background: rgba(102, 126, 234, 0.08); + } + body.light-theme .file-list-row:hover { + background: rgba(102, 126, 234, 0.06); + } + /* ========== 危险按钮 ========== */ .btn-danger { background: linear-gradient(135deg, #ef4444, #dc2626); @@ -1390,14 +1403,12 @@ + @touchend="handleLongPressEnd">