调整手机注册输入验证码样式

This commit is contained in:
X1627315083
2026-01-14 16:56:39 +08:00
parent 1df7b62fe6
commit f4043d6f61
3 changed files with 36 additions and 4 deletions

View File

@@ -854,6 +854,10 @@ export default defineComponent({
font-size: 2.2rem;
font-weight: bold;
color: #030303;
@media (max-width: 767px) {
font-size: 1.2rem;
margin-left: .5rem;
}
}
.email_last_step_block_icon {
cursor: pointer;