diff --git a/assets/image_20260714092543259.png b/assets/image_20260714092543259.png new file mode 100644 index 0000000..be70d07 Binary files /dev/null and b/assets/image_20260714092543259.png differ diff --git a/public/static/css/style.css b/public/static/css/style.css index 4c8e368..8afb5fb 100644 --- a/public/static/css/style.css +++ b/public/static/css/style.css @@ -826,3 +826,28 @@ opacity: 0.5; .pagination span { color: #666; } + +/* 分页按钮样式 */ +.page-btn { + padding: 6px 12px; + border: 1px solid var(--border); + background: white; + cursor: pointer; + border-radius: 4px; + margin: 0 2px; +} + +.page-btn:hover:not(:disabled) { + background: var(--muted); +} + +.page-btn:disabled { + cursor: not-allowed; + opacity: 0.5; +} + +.page-btn.active { + background: var(--primary); + color: white; + border-color: var(--primary); +} diff --git a/templates/index.html b/templates/index.html index 1af98d8..4af6248 100644 --- a/templates/index.html +++ b/templates/index.html @@ -153,6 +153,7 @@