Commit 8dceb7cc by 梁建民

css

parent 484b9da5
......@@ -83,11 +83,15 @@
</select>
</div>
</div>
<div class="input-wrap">
<div class="input-wrap error">
<i class="iconfont iconpassword va-m"></i>
<input type="text" class="w w1 va-m" placeholder="请输入密码">
<i class="iconfont iconjuxing27 va-m lineBlock"></i>
</div>
<div class="error-text">
<i class="iconfont iconjuxing20 va-m"></i>
<span class="va-m">验证码错误,请重新输入</span>
</div>
<div class="pwd">
<a href="javascript:;" class="fr">忘记密码?</a>
</div>
......
......@@ -478,4 +478,26 @@ body {
.person .wrap .status li:last-child {
margin-right: 0;
}
.person .wrap .error {
border-bottom: 1px solid #EA1717 !important;
}
.person .wrap .error i:first-child {
color: #EA1717 !important;
}
.person .wrap .error .w {
color: #EA1717 !important;
}
.person .wrap .error-text {
padding-left: 12px;
text-align: left;
}
.person .wrap .error-text i {
font-size: 20px;
color: #ea1717;
}
.person .wrap .error-text span {
font-size: 14px;
color: #ea1717;
margin-left: 6px;
}
/*# sourceMappingURL=person.css.map */
\ No newline at end of file
......@@ -535,34 +535,68 @@ body {
}
}
.status{
.status {
text-align: center;
margin-bottom: 100px;
li{
li {
margin-right: 50px;
em{
width:20px;
height:20px;
background:rgba(230,236,242,1);
em {
width: 20px;
height: 20px;
background: rgba(230, 236, 242, 1);
border-radius: 50%;
}
span{
span {
font-size: 14px;
color: #ADB6BF;
margin-left: 8px;
}
&.curr{
em{
background:rgba(82,204,168,1);
&.curr {
em {
background: rgba(82, 204, 168, 1);
}
span{
span {
color: #515559;
}
}
&:last-child{
&:last-child {
margin-right: 0;
}
}
}
.error {
border-bottom: 1px solid #EA1717 !important;
i:first-child {
color: #EA1717 !important;
}
.w {
color: #EA1717 !important;
}
}
.error-text {
padding-left: 12px;
text-align: left;
i {
font-size: 20px;
color: #ea1717;
}
span {
font-size: 14px;
color: #ea1717;
margin-left: 6px;
}
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment