修改手机号
This commit is contained in:
30
src/pages/chphone/style.less
Normal file
30
src/pages/chphone/style.less
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user