修复邮件验证部分问题

This commit is contained in:
咕谷酱
2025-09-23 22:13:15 +08:00
parent 7d6eeae073
commit 99d6af1c1f
10 changed files with 770 additions and 31 deletions

View File

@@ -141,7 +141,7 @@ class PasswordResetService:
line-height: 1.6;
}}
.header {{
background: linear-gradient(135deg, #ff6b6b, #ee5a24);
background: #ED8EA6;
color: white;
padding: 20px;
text-align: center;
@@ -154,7 +154,7 @@ class PasswordResetService:
}}
.code {{
background: #fff;
border: 2px solid #ff6b6b;
border: 2px solid #ED8EA6;
border-radius: 8px;
padding: 15px;
text-align: center;