loginlayout.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. body{
  2. background:#226dc7 url(../images/login_bg.gif) 0 0 repeat-x;
  3. font-size:12px;font-family:Verdana;
  4. margin-top:110px;
  5. }
  6. #container{
  7. background:url(../images/login_user_bg.gif) 0 0 no-repeat;
  8. width:589px;height:372px;
  9. margin:0 auto;
  10. position:relative;
  11. }
  12. #loginform{
  13. width:420px;height:140px;
  14. padding:120px;
  15. }
  16. #loginuser,#loginpwd,#logincode{
  17. background:none;
  18. border:none;
  19. width:130px;height:16px;
  20. line-height:18px;
  21. margin-left:24px;
  22. }
  23. #logincode{width:56px;}
  24. .loginuser,.loginpwd,.logincode{height:22px;margin-bottom:8px;}
  25. .loginuser{background:url(../images/login_input.gif) 60px 0 no-repeat;}
  26. .loginpwd{background:url(../images/login_input.gif) 60px -22px no-repeat;}
  27. .logincode{background:url(../images/login_input.gif) 60px -43px no-repeat;}
  28. #loginbtn{
  29. background:url(../images/login_user_submit.gif) 0 0 no-repeat;
  30. border:none;
  31. width:111px;height:122px;
  32. text-indent:-9999px;
  33. cursor:pointer;
  34. position:absolute;
  35. top:120px;
  36. left:380px;
  37. }
  38. #showlogincode{margin-left:18px;*margin-left:12px;}
  39. #formmsg{color:#F00;margin-left:60px;}
  40. #copyright{
  41. width:580px;
  42. font-weight:bold;
  43. color:#FFF;
  44. text-align:center;
  45. position:relative;
  46. top:-70px;
  47. }