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

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

@@ -161,6 +161,13 @@
font-size: 2.4rem;
line-height: 8.7rem;
outline: none;
@media (max-width: 767px) {
border-radius: .7rem;
width: 3.5rem;
height: 3.5rem;
font-size: 1.8rem;
line-height: 3.5rem;
}
}
input:last-of-type {
margin-right: 0;