www.gusucode.com > 典当行电子商务网站php网站源码程序 > code/member/templates/css/loginform.css

    /*=============登录表单===========*/

div.loginform {
display:none;
margin:0;
padding:0;
}

div.loginform .col{
height:28px;
line-height:28px;
float:left;
white-space:nowrap;
color:#5e4828;
}

div.loginform .con{
height:28px;
}

div.loginform .input{
border:1px #5e4828 solid;
background-color:#e3dfb4;
}

div.loginform .inputcheck{
border:1px #5e4828 solid;
background-color:#e3dfb4;
margin:0px 1px 0px 3px;
height:16px;
}

div.loginform .yanzheng{
height:28px;
white-space:nowrap;
float:left;
margin-left:0px;
}


div.loginform_islogin{
display:none;
clear:both;
text-align:center;
line-height:32px;
padding:12px;
color:#5e4828;
}

div.loginform_islogin span.islogintext{
color:#5e4828;
}

#loginform_logout{cursor:pointer}