登录注册页面图标显示
This commit is contained in:
parent
1658f78a7b
commit
fae2dc324c
|
@ -1006,7 +1006,7 @@ a.yellowBtn{ display:inline-block;color:#0d90c3; height:22px;}
|
|||
width:1000px;
|
||||
height:524px;
|
||||
margin:0 auto;
|
||||
background:url(../images/login/bg_login.jpg) 0 0 no-repeat;
|
||||
background:url(/images/login/bg_login.jpg) 0 0 no-repeat;
|
||||
}
|
||||
.new_login_box{
|
||||
background:#FFF;
|
||||
|
@ -1029,7 +1029,7 @@ a.yellowBtn{ display:inline-block;color:#0d90c3; height:22px;}
|
|||
.new_login_h2 a{
|
||||
font-size:12px;
|
||||
color:#fff;
|
||||
background:url(../images/login/icons_login.png) 0 -69px no-repeat;
|
||||
background:url(/images/login/icons_login.png) 0 -69px no-repeat;
|
||||
padding-left:10px;
|
||||
}
|
||||
input.new_register_input{
|
||||
|
@ -1056,11 +1056,11 @@ input.new_loggin_input{
|
|||
-o-border-radius:5px;
|
||||
border-radius:5px;
|
||||
border:none;
|
||||
background:#fff url(../images/login/icons_login.png) 8px 9px no-repeat;
|
||||
background:#fff url(/images/login/icons_login.png) 8px 9px no-repeat;
|
||||
|
||||
}
|
||||
.new_login_lock{
|
||||
background:#fff url(../images/login/icons_login.png) 8px -28px no-repeat;
|
||||
background:#fff url(/images/login/icons_login.png) 8px -28px no-repeat;
|
||||
width:265px;
|
||||
height:45px;
|
||||
-webkit-border-radius:5px;
|
||||
|
@ -1138,7 +1138,7 @@ input.new_loggin_input{
|
|||
width:1000px;
|
||||
height:580px;
|
||||
margin:0 auto;
|
||||
background:url(../images/login/bg_register.jpg) 0 0 no-repeat;
|
||||
background:url(/images/login/bg_register.jpg) 0 0 no-repeat;
|
||||
}
|
||||
.new_login_txt{
|
||||
width:282px;
|
||||
|
|
Loading…
Reference in New Issue