优化:字段名兼容性处理

This commit is contained in:
2026-01-27 22:28:13 +08:00
parent d1b2388616
commit f769373da1
16 changed files with 1076 additions and 59 deletions

View File

@@ -590,6 +590,16 @@ body {
display: inline-block;
}
.agreement-link {
color: #2e6df6;
text-decoration: none;
font-size: 12px;
}
.agreement-link:active {
opacity: 0.7;
}
.submit-btn {
width: 100%;
height: 48px;