feat: 模卡更新

This commit is contained in:
chashaobao
2025-11-03 22:18:39 +08:00
parent fde2027588
commit 5e3e6903cb
31 changed files with 479 additions and 193 deletions

View File

@ -10,11 +10,27 @@
left: 24px;
right: 24px;
bottom: 0;
background: #F5F6FA;
background: #f5f6fa;
}
&__submit-btn {
.button(@width: 100%, @height: 80px, @fontSize: 32px, @fontWeight: 400, @borderRadius: 48px);
bottom: 40px;
}
}
&__skip-btn-wrapper {
text-align: center;
bottom: 60px;
}
&__skip-btn {
color: @blHighlightColor;
width: 161px;
height: 40px;
font-weight: 400;
font-size: 32px;
line-height: 40px;
text-align: center;
display: inline-block;
}
}