feat(auth): 将 Register/ForgotPassword/ResetPassword 页面样式对齐 V21 设计系统 #29

Closed
xiaoxia wants to merge 385 commits from feature/v21-auth-pages into develop
Owner

改动说明

将 Register、ForgotPassword、ResetPassword 三个页面的样式对齐 V21 设计系统,与 Login 页面保持一致。

主要变更

  • 使用统一的 xx-auth-page/xx-auth-card 布局结构
  • 统一的渐变背景: rgba(79, 70, 229, 0.08) -> rgba(16, 185, 129, 0.06)
  • 白色卡片 28px 圆角 + 大阴影效果
  • Input 12px 圆角,focus 时 Indigo 边框
  • 使用 btn primary class 样式按钮
  • 添加 xx-auth-header/xx-auth-footer 统一头部和底部样式
  • Result 页面使用 xx-result-page/xx-result-card 布局
## 改动说明 将 Register、ForgotPassword、ResetPassword 三个页面的样式对齐 V21 设计系统,与 Login 页面保持一致。 ### 主要变更 - 使用统一的 xx-auth-page/xx-auth-card 布局结构 - 统一的渐变背景: rgba(79, 70, 229, 0.08) -> rgba(16, 185, 129, 0.06) - 白色卡片 28px 圆角 + 大阴影效果 - Input 12px 圆角,focus 时 Indigo 边框 - 使用 btn primary class 样式按钮 - 添加 xx-auth-header/xx-auth-footer 统一头部和底部样式 - Result 页面使用 xx-result-page/xx-result-card 布局
xiaoxia added 1 commit 2026-06-26 21:34:31 +08:00
feat(auth): 将 Register/ForgotPassword/ResetPassword 页面样式对齐 V21 设计系统
CI/CD Pipeline / Validate Code Quality And Tests (push) Waiting to run
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Waiting to run
6176591e81
- 使用统一的 xx-auth-page/xx-auth-card 布局结构
- 统一的渐变背景: rgba(79, 70, 229, 0.08) -> rgba(16, 185, 129, 0.06)
- 白色卡片 28px 圆角 + 大阴影效果
- Input 12px 圆角,focus 时 Indigo 边框
- 使用 btn primary class 样式按钮
- 添加 xx-auth-header/footer 统一头部和底部样式
- Result 页面使用 xx-result-page/xx-result-card 布局
xiaoxia closed this pull request 2026-06-27 00:41:41 +08:00
Some checks are pending
CI/CD Pipeline / Validate Code Quality And Tests (push) Waiting to run
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Waiting to run

Pull request closed

Sign in to join this conversation.