Files
vic-user-react/src/pages/chphone/style.less
2019-09-06 15:39:28 +08:00

31 lines
400 B
Plaintext

@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;
}