You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
644 B
47 lines
644 B
.logo-view{
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.logo{
|
|
align-self: center;
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
margin-top: 40rpx;
|
|
}
|
|
.input-wrap {
|
|
background: #fff;
|
|
border-bottom: 1px solid #eee;
|
|
margin: 0 -12px;
|
|
padding: 0 12px;
|
|
height: 46px;
|
|
line-height: 46px;
|
|
}
|
|
.label {
|
|
color: #999;
|
|
width: 4.5em;
|
|
}
|
|
.form-input {
|
|
font-size: 18px;
|
|
line-height: 100%;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
input.code{
|
|
width: 60%;
|
|
}
|
|
view.code{
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
button.code{
|
|
display: block;
|
|
}
|
|
.submit{
|
|
margin: 24rpx 36rpx;
|
|
}
|
|
.login{
|
|
position: fixed;
|
|
right: 36rpx;
|
|
}
|
|
|