feat: get phone

This commit is contained in:
eleanor.mao
2025-04-02 22:53:55 +08:00
parent d25187c9c8
commit 77a33989c4
7 changed files with 52 additions and 29 deletions

View File

@ -42,24 +42,29 @@
}
&__verify {
.flex-column();
.flex-row();
&__input {
flex: 1;
height: 100px;
}
&__code-container {
width: 100%;
.flex-row();
}
&__update {
flex: 0 0 auto;
&__send {
font-size: 32px;
line-height: 32px;
font-weight: 400;
color: @blHighlightColor;
white-space: nowrap;
button {
font-size: 32px;
line-height: 32px;
font-weight: 400;
color: @blHighlightColor;
white-space: nowrap;
border: none;
background: none;
&::after {
border: none;
}
}
}
}
@ -76,4 +81,4 @@
.button(@width: 100%; @height: 80px);
margin-bottom: 56px;
}
}
}