/* Aurora Admin ResultVariants 样式 — 对齐 组件7.txt ResultVariants:成功/失败/警告/信息 结果页 */ .aa-result { text-align: center; padding: 40px 20px; font-family: var(--font-family, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif); color: #262626; } .aa-result-icon { width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; font-size: 32px; color: #fff; } .aa-result.is-success .aa-result-icon { background: #52C41A; } .aa-result.is-error .aa-result-icon { background: #F5222D; } .aa-result.is-warning .aa-result-icon { background: #FA8C16; } .aa-result.is-info .aa-result-icon { background: #2F54EB; } .aa-result-title { font-size: 20px; font-weight: 500; color: #1F2329; } .aa-result-desc { font-size: 14px; color: #8C8C8C; margin-top: 8px; line-height: 1.6; } .aa-result-actions { margin-top: 24px; display: flex; gap: 8px; justify-content: center; } .aa-result-btn { height: 34px; padding: 0 18px; border-radius: 6px; border: 1px solid #E8ECF1; background: #fff; color: #262626; cursor: pointer; font-size: 14px; } .aa-result-btn:hover { border-color: #C9D4F2; color: #2F54EB; } .aa-result-btn.primary { background: #2F54EB; border-color: #2F54EB; color: #fff; } .aa-result-btn.primary:hover { background: #1D39C4; color: #fff; } .aa-result-extra { margin-top: 20px; }