家谱现有接口调试50%

This commit is contained in:
rain
2026-07-09 17:29:25 +08:00
commit 6050508144
262 changed files with 63354 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
/* 找回密码页只保留单页装饰,公共认证卡片样式在 public.css */
.recover-card {
position: relative;
overflow: hidden;
}
.recover-card:before {
content: "";
position: absolute;
right: -80px;
top: -90px;
width: 220px;
height: 220px;
border-radius: 50%;
background: radial-gradient(circle, rgba(200, 59, 50, .13), transparent 64%);
}
.recover-card > * {
position: relative;
z-index: 2;
}
@media (max-width: 620px) {
.code-row {
grid-template-columns: 1fr;
}
}