Newer
Older
page-forget-pwd {
.searchToolBar {
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
}
.content-box {
background-color: #f0f1f2;
}
.pwd-item {
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
background-color: #feffff;
border-radius: 5px;
padding: 7px 3px;
margin-left: 20px;
margin-right: 20px;
margin-top: 20px;
position: relative;
}
.sendCode{
position: absolute;
right: 10px;
font-size: 1rem;
color: #e42179;
border: 1px solid #e42179;
border-radius: 3px;
}
.pwd-img {
width: 30px;
height: 30px;
}
.pwd-content {
border: 0;
font-size: 16px;
}
.modify-btn {
margin-left: 20px;
margin-right: 20px;
margin-top: 20px;
}
.modify {
font-size: 20px;
}
.back-btn {
width: 30px;
height: 30px;
}
.submit {
border: 1px solid #999999;
background-color: #999999;
margin-top: 50px;
}