From e242e067f0c02960614d7297238a267f2f6c40ec Mon Sep 17 00:00:00 2001 From: Cheng Zhou Date: Mon, 29 Jun 2026 11:31:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(ui):=20=E7=BE=8E=E5=8C=96=E5=BF=98?= =?UTF-8?q?=E8=AE=B0=E5=AF=86=E7=A0=81=E9=A1=B5=E9=9D=A2=E8=A7=86=E8=A7=89?= =?UTF-8?q?=E9=A3=8E=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 重构整体布局为极光渐变背景 + 居中毛玻璃卡片设计 - 新增浮动极光球光效(aurora-1/2/3)与旋转几何圆环装饰动效 - 卡片采用半透明磨砂玻璃(backdrop-filter: blur(40px)),阴影层次丰富 - 步骤指引改为带渐变编号圆圈的卡片列表,悬停有微动效 - 联系方式区块增加图标 + 悬停高亮交互 - 返回登录按钮增加光泽扫光动画与上浮效果 - 完整适配移动端响应式(max-width: 640px) --- frontend/src/views/ForgotPassword.vue | 455 +++++++++++++++++++++++++- 1 file changed, 443 insertions(+), 12 deletions(-) diff --git a/frontend/src/views/ForgotPassword.vue b/frontend/src/views/ForgotPassword.vue index 3b8fccbe..41210b4d 100644 --- a/frontend/src/views/ForgotPassword.vue +++ b/frontend/src/views/ForgotPassword.vue @@ -1,23 +1,454 @@