优化脚本

This commit is contained in:
Azmat@qq.com
2026-08-21 10:28:35 +08:00
parent 6c588a7fee
commit c2d3a786a3
23 changed files with 1461 additions and 287 deletions
+8 -8
View File
@@ -56,10 +56,10 @@
--ink-2: #5A5F6A;
--ink-3: #8B909A;
--ink-4: #C5C9D2;
--orange: #A5B4FC;
--orange-soft: #E4E9FE;
--orange-tint: #F0F3FF;
--orange-hover: #8B9CF7;
--orange: #002fa7;
--orange-soft: rgba(0, 47, 167, .18);
--orange-tint: rgba(0, 47, 167, .06);
--orange-hover: #002680;
--green: #3F6B3F;
--green-bg: #EAF2EA;
--green-bd: #D5E5D5;
@@ -393,7 +393,7 @@ main { position: relative; overflow: hidden; background: #fff; }
font-family: inherit;
color: var(--ink);
}
.input:focus, .textarea:focus, .select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(165, 180, 252, 0.18); }
.input:focus, .textarea:focus, .select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(0, 47, 167, 0.18); }
.input::placeholder, .textarea::placeholder { color: var(--ink-3); }
.textarea { height: auto; min-height: 80px; padding: 10px 12px; line-height: 1.55; resize: vertical; }
.select { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16' fill='none'><path d='M4 6l4 4 4-4' stroke='%239C988C' stroke-width='1.4'/></svg>"); background-repeat: no-repeat; background-position: right 10px center; padding-right: 30px; }
@@ -714,8 +714,8 @@ table.t tbody tr:hover { background: var(--bg-soft); }
--accent-crimson: #eb3424;
--accent-forest: #42c366;
--accent-honey: #ecb730;
--heat: #A5B4FC;
--heat-12: rgba(165, 180, 252, .12);
--heat: #002fa7;
--heat-12: rgba(0, 47, 167, .12);
--black-alpha-32: rgba(38, 38, 38, .32);
--black-alpha-48: rgba(38, 38, 38, .48);
--black-alpha-56: rgba(38, 38, 38, .56);
@@ -1020,7 +1020,7 @@ table.t tbody tr:hover { background: var(--bg-soft); }
justify-content: center;
gap: 8px;
}
.auth-exact-page .btn-cta:hover { box-shadow: 0 4px 14px rgba(165, 180, 252, .28); }
.auth-exact-page .btn-cta:hover { box-shadow: 0 4px 14px rgba(0, 47, 167, .28); }
.auth-exact-page .btn-cta:active { transform: translateY(1px); }
.auth-exact-page .btn-cta:disabled { opacity: .82; cursor: wait; }
.auth-exact-page .btn-cta .busy-copy {