login.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .tb td{padding-left:20px;line-height:20px;color:#676767;font-weight:bold;}
  2. .code_tb td{padding-left:0px;}
  3. .webtext,.webtext_focus{width:190px;height:20px;font-family:Arial Black,Arial; }
  4. .login_title{width:600px;height:30px; padding-top:12%;margin-left:auto;margin-right:auto;}
  5. .login_center{width:600px;height:300px;margin-top:20px; background-image:url(../images/login/login_bg2.jpg); background-repeat:no-repeat; margin-left:auto;margin-right:auto;position:relative;}
  6. .login_body{width:250px;position:absolute;right:0px;top:5px;}
  7. .login_msg{height:25px;text-align:center;font-size:14px;font-weight:bold;color:red;}
  8. .login_bottom{font-family: arial;margin-top:35px;width:600px;height:25px;color:#083D7F;margin-left:auto;margin-right:auto;text-align:center;}
  9. .login_btn{ width:100px;height:30px;cursor:pointer;}
  10. *{font-size:9pt;border:0;margin:0;padding:0;}
  11. body{font-family:'微软雅黑'; margin:0 auto;min-width:980px;}
  12. ul{display:block;margin:0;padding:0;list-style:none;}
  13. li{display:block;margin:0;padding:0;list-style: none;}
  14. img{border:0;}
  15. dl,dt,dd,span{margin:0;padding:0;display:block;}
  16. a, a:focus {
  17. text-decoration: none; /*color:#000;*/
  18. outline: none;
  19. padding: 0 10px;
  20. blr: expression(this.onFocus=this.blur());
  21. }
  22. a:hover{/*color:#00a4ac;*/text-decoration:none;}
  23. table{border-collapse:collapse;border-spacing: 0;}
  24. cite{font-style:normal;}
  25. h2{font-weight:normal;}
  26. h3{margin-top:75px;text-align:center;font-size:24pt;color:#fff;font-weight:normal;}
  27. /*login*/
  28. .logintop{height:47px; position:absolute; top:0; background:url(../images/login/loginbg1.png) repeat-x;z-index:100; width:100%;}
  29. .logintop span{color:#fff; line-height:47px; background:url(../images/login/loginsj.png) no-repeat 21px 18px; text-indent:44px; color:#afc5d2; float:left;}
  30. .logintop ul{float:right; padding-right:30px;}
  31. .logintop ul li{float:left; margin-left:20px; line-height:47px;}
  32. .logintop ul li a{color:#afc5d2;}
  33. .logintop ul li a:hover{color:#fff;}
  34. .loginbody{background:url(../images/login/loginbg3.png) no-repeat center center; width:100%; height:585px; overflow:hidden; position:absolute; top:47px;}
  35. .systemlogo{width:100%; height:71px; margin-top:75px;}
  36. .loginbox {
  37. width: 692px;
  38. height: 336px;
  39. background: url(../images/login/logininfo.png) no-repeat;
  40. margin-top: 30px;
  41. line-height: 24px;
  42. }
  43. .loginbox ul{margin-top:88px; margin-left:285px;}
  44. .loginbox ul li{margin-bottom:25px;}
  45. .loginbox ul li label{color:#687f92; padding-left:25px;}
  46. .loginbox ul li label a{color:#687f92;}
  47. .loginbox ul li label a:hover{color:#3d96c9;}
  48. .loginbox ul li label input{margin-right:5px;}
  49. .loginuser{width:299px; height:48px; background:url(../images/login/loginuser.png) no-repeat; border:none; line-height:48px; padding-left:44px; font-size:14px; font-weight:bold;}
  50. .loginpwd{width:299px; height:48px; background:url(../images/login/loginpassword.png) no-repeat; border:none;line-height:48px; padding-left:44px; font-size:14px; color:#90a2bc;}
  51. .loginbtn{width:111px;height:40px; background:url(../images/login/buttonbg.png) round; font-size:14px; font-weight:bold; color:#fff;cursor:pointer; line-height:40px;}
  52. .loginbm{height:50px; line-height:50px; text-align:center; background:url(../images/login/loginbg2.png) repeat-x;position:absolute; bottom:0; width:100%; color:#0b3a58;}
  53. .loginbm a{font-weight:bold;color:#0b3a58;}
  54. .loginbm a:hover{color:#fff;}
  55. .logincode {
  56. width: 80px;
  57. height: 40px;
  58. border: solid 1px #BAC7D2;
  59. background-color: #ECF5FA;
  60. line-height: 48px;
  61. padding-left:10px;
  62. font-size: 14px;
  63. font-weight: bold;
  64. }