第 2 阶段:实名认证,mock测试ok

This commit is contained in:
yml
2026-05-22 15:29:24 +08:00
parent 9a79603e10
commit b3205cf2a5
14 changed files with 559 additions and 1 deletions
+31
View File
@@ -151,6 +151,37 @@ h1 {
width: 100%;
}
.notice {
max-width: 520px;
margin-top: 24px;
}
.status-panel {
max-width: 520px;
margin-top: 24px;
border: 1px solid #e4e7ed;
border-radius: 8px;
background: #ffffff;
padding: 18px;
}
.status-panel span {
color: #6b7785;
font-size: 13px;
}
.status-panel strong {
display: block;
margin-top: 6px;
color: #0f766e;
font-size: 22px;
}
.status-panel p {
margin: 8px 0 0;
color: #52616f;
}
@media (max-width: 760px) {
.app-shell {
grid-template-columns: 1fr;