Files
aurora-admin/frameworks/ExceptionVariants.css
T

13 lines
1.0 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/* Aurora Admin ExceptionVariants 样式 — 对齐 组件7.txt ExceptionVariants:403/404/500/502 异常页 */
.aa-exception { text-align: center; padding: 56px 20px; font-family: var(--font-family, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif); color: #262626; }
.aa-exception-code { font-size: 72px; font-weight: 700; color: #2F54EB; line-height: 1; }
.aa-exception-emoji { font-size: 64px; }
.aa-exception-title { font-size: 18px; font-weight: 500; color: #1F2329; margin-top: 12px; }
.aa-exception-desc { font-size: 14px; color: #8C8C8C; margin-top: 8px; }
.aa-exception-actions { margin-top: 24px; display: flex; gap: 8px; justify-content: center; }
.aa-exception-btn { height: 34px; padding: 0 18px; border-radius: 6px; border: 1px solid #E8ECF1; background: #fff; color: #262626; cursor: pointer; font-size: 14px; }
.aa-exception-btn:hover { border-color: #C9D4F2; color: #2F54EB; }
.aa-exception-btn.primary { background: #2F54EB; border-color: #2F54EB; color: #fff; }
.aa-exception-btn.primary:hover { background: #1D39C4; color: #fff; }