v1.4.2 回退到 v1.4.0 样式:撤销黑字修复(color-scheme/option 颜色),清理误提交的验证截图

This commit is contained in:
2026-09-03 01:32:17 +08:00
parent e8b935fab4
commit f6aca87f4f
3 changed files with 0 additions and 6 deletions
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 KiB

-6
View File
@@ -1,6 +1,5 @@
/* 模型评测网站 - 深色仪表盘风格(高对比可读性优化) */ /* 模型评测网站 - 深色仪表盘风格(高对比可读性优化) */
:root { :root {
color-scheme: dark; /* 声明深色配色方案:原生下拉/滚动条/表单控件用浅色文字,避免黑字 */
--bg: #0f1420; --bg: #0f1420;
--panel: #1a2233; --panel: #1a2233;
--panel2: #232d43; --panel2: #232d43;
@@ -111,12 +110,7 @@ tr:hover td { background: rgba(91, 148, 255, 0.06); }
input[type=text], input[type=search], input[type=number], input[type=password], select, textarea { input[type=text], input[type=search], input[type=number], input[type=password], select, textarea {
background: var(--panel2); border: 1px solid var(--border); color: var(--text); background: var(--panel2); border: 1px solid var(--border); color: var(--text);
border-radius: 8px; padding: 7px 10px; font-size: 13px; outline: none; border-radius: 8px; padding: 7px 10px; font-size: 13px; outline: none;
color-scheme: dark;
} }
input::placeholder, textarea::placeholder { color: var(--muted); opacity: 1; }
select option { background-color: var(--panel2); color: var(--text); }
select option:hover { background-color: var(--panel); }
select option:checked { background-color: var(--accent); color: #fff; }
input:focus, select:focus, textarea:focus { border-color: var(--accent); } input:focus, select:focus, textarea:focus { border-color: var(--accent); }
label { font-size: 12px; color: var(--muted); display: block; margin-bottom: 4px; } label { font-size: 12px; color: var(--muted); display: block; margin-bottom: 4px; }
.form-row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-bottom: 10px; } .form-row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-bottom: 10px; }