Files
g.hnyhua.cn/Mtxfw.shop/Css/index.css

66 lines
1.0 KiB
CSS
Raw Normal View History

#main {
background:#0878B8 url(/images/bg.gif) no-repeat 0px 0px;
width: 1000px;
height: 600px;
overflow:hidden;
border: 1px solid #08417A;
text-align:center;
}
#userlogin
{
margin:0 auto;
margin-top:130px;
width: 300px;
height: 300px;
overflow:hidden;
text-align:left;
}
#userlogin #Login_before li
{
line-height:25px;
height:25px;
margin:15px 5px;
}
#userlogin #Login_before li label
{
float:left;
width:80px;
line-height:25px;
display:inline-block;
color:#fff;
font-size:14px;
font-weight:bold;
}
#userlogin #Login_before li input
{
float:left;
height:25px;
width:160px;
overflow:hidden;
border: 1px solid #ccc;
line-height:25px;
text-indent:3px;
}
#userlogin #Login_before li input#txt_Code
{
width:50px;
}
#userlogin #Login_before li input#login
{
border:0;
width:70px;
text-align:center;
background:#FDAB1A url(/images/btn1.gif) no-repeat 0px 0px;
}
#userlogin #Login_after li
{
line-height:25px;
height:25px;
margin:10px 5px;
text-align:center;
font-size:14px;
font-weight:bold;
color:#fff;
}