修改手机号

This commit is contained in:
saplf
2019-09-06 15:39:28 +08:00
parent 53509b8aa2
commit b700f76d27
8 changed files with 324 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
@import '../../global.less';
.container {
height: 100%;
background: white;
position: relative;
display: flex;
flex-direction: column;
}
.body {
flex-grow: 1;
overflow-x: hidden;
overflow-y: auto;
display: flex;
flex-direction: column;
align-items: stretch;
}
.none {
text-align: center;
width: 100%;
padding-top: 40%;
}
.input {
margin: 10px 20px;
width: auto;
}