Authored by unknown

找回密码 css

{{> layout/simple-header}}
<div class="login-page passport-page yoho-page clearfix">
<div class="back-page passport-page yoho-page clearfix">
{{# back}}
{{> passport/cover}}
<div class="content">
... ...
.back-page {
font-size: 14px;
.content {
margin: 175px 0 0 !important;
}
.back-header {
position: relative;
width: 268px;
line-height: 40px;
margin-bottom: 5px;
}
.title {
float: left;
margin: 0px;
font-size: 22px;
color: #000;
font-weight: normal;
}
.country-code {
float: right;
cursor: pointer;
color: #b9b9b9;
}
.country-code-list {
display: none;
position: absolute;
padding: 0 10px;
color: #000;
background-color: #fff;
border: 1px solid #000;
margin-top: 5px;
cursor: pointer;
z-index: 100;
top: 30px;
right: 0;
@include border-radius(5px);
li {
height: 20px;
line-height: 20px;
}
}
input {
outline: none;
font-family: Regular, 'SimHei';
}
}
\ No newline at end of file
... ...
@import "login", "register";
@import "login", "register", "back";
.passport-page {
width: 1150px;
... ...