48 lines
805 B
CSS
48 lines
805 B
CSS
section{
|
|
padding: 0 0.83rem;
|
|
}
|
|
.form-control{
|
|
width:100%;
|
|
}
|
|
.form-control .phone{
|
|
display:flex;
|
|
justify-content:space-between;
|
|
padding:0 1.25rem;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 0.25rem;
|
|
height:3.33rem;
|
|
line-height: 3.33rem;
|
|
}
|
|
.form-control .phone-tip,.form-control .code-tip{
|
|
color:red;
|
|
white-space:noWrap;
|
|
}
|
|
.code-tip{
|
|
width:30%;
|
|
}
|
|
.form-control .confirm-code{
|
|
display:flex;
|
|
justify-content:space-between;
|
|
border: 1px solid #d9d9d9;
|
|
height:3.33rem;
|
|
border-radius: 6px;
|
|
line-height: 3.33rem;
|
|
}
|
|
.form-control .code-value{
|
|
padding-left:1.25rem;
|
|
}
|
|
.form-control .get-code{
|
|
width:30%;
|
|
height:3.33rem;
|
|
background:#E9BE2B;
|
|
}
|
|
.submit{
|
|
display:block;
|
|
width:100%;
|
|
height:3.33rem;
|
|
line-height: 3.33rem;
|
|
border: 1px solid #d9d9d9;
|
|
background:#e4e4e4;
|
|
border-radius: 6px;
|
|
}
|