12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- body{
- background:#226dc7 url(../images/login_bg.gif) 0 0 repeat-x;
- font-size:12px;font-family:Verdana;
- margin-top:110px;
- }
- #container{
- background:url(../images/login_user_bg.gif) 0 0 no-repeat;
- width:589px;height:372px;
- margin:0 auto;
- position:relative;
- }
- #loginform{
- width:420px;height:140px;
- padding:120px;
- }
- #loginuser,#loginpwd,#logincode{
- background:none;
- border:none;
- width:130px;height:16px;
- line-height:18px;
- margin-left:24px;
- }
- #logincode{width:56px;}
- .loginuser,.loginpwd,.logincode{height:22px;margin-bottom:8px;}
- .loginuser{background:url(../images/login_input.gif) 60px 0 no-repeat;}
- .loginpwd{background:url(../images/login_input.gif) 60px -22px no-repeat;}
- .logincode{background:url(../images/login_input.gif) 60px -43px no-repeat;}
- #loginbtn{
- background:url(../images/login_user_submit.gif) 0 0 no-repeat;
- border:none;
- width:111px;height:122px;
- text-indent:-9999px;
- cursor:pointer;
- position:absolute;
- top:120px;
- left:380px;
- }
- #showlogincode{margin-left:18px;*margin-left:12px;}
- #formmsg{color:#F00;margin-left:60px;}
- #copyright{
- width:580px;
- font-weight:bold;
- color:#FFF;
- text-align:center;
- position:relative;
- top:-70px;
- }
|