login.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. /* CSS Document */
  2. body {
  3. font-family:"Microsoft Yahei", Tahoma, Arial, Helvetica, STHeiti;
  4. font-size:12px;
  5. background:url(../../images/led/reg-v2-bg.png) #e3ebf0 repeat-x 0 0;
  6. }
  7. .logos {
  8. padding:0 5px;
  9. }
  10. #login-content {
  11. width:100%;
  12. height:100%;
  13. background:url(../../images/led/reg-glow.png) no-repeat center center;
  14. top:0;
  15. left:0;
  16. _display:none;
  17. }
  18. .login-wrapper {
  19. width:550px;
  20. margin-top: -90px;
  21. top: 50%;
  22. left:50%;
  23. margin-left:-275px;
  24. }
  25. .sub-title {
  26. margin-top:22px;
  27. }
  28. .logos {
  29. height:43px;
  30. }
  31. .reg-action {
  32. padding-top:20px;
  33. }
  34. .reg-item {
  35. width:194px;
  36. padding:4px;
  37. background:url(../../images/led/reg-v2-input-sprites.png) no-repeat 0px 0px;
  38. margin-right:8px;
  39. _margin-right:7px;
  40. height:34px;
  41. _height:32px;
  42. }
  43. .focus {
  44. background-position:0px -42px
  45. }
  46. .reg-input {
  47. background:none transparent scroll repeat 0% 0%;
  48. line-height:34px;
  49. _line-height:32px;
  50. height:34px;
  51. _height:32px;
  52. font-size:18px;
  53. border:medium none;
  54. z-index:200;
  55. width:194px;
  56. }
  57. .reg-label {
  58. color:#bababa;
  59. font-size:18px;
  60. top:8px;
  61. left:8px;
  62. _top:10px;
  63. z-index:100;
  64. font-size:18px;
  65. }
  66. .focus .reg-label {
  67. visibility:hidden;
  68. }
  69. .btn-submit {
  70. border: medium none;
  71. width: 130px;
  72. background:url(../../images/led/login-v2-submit.png) no-repeat 0px 0px;
  73. height: 40px;
  74. }
  75. .btn-submit:hover {
  76. background-position:0 -40px
  77. }
  78. .reg-tip {
  79. line-height:22px;
  80. padding:4px 8px;
  81. left:2px;
  82. width:182px;
  83. background:#6c8293;
  84. color:#fff;
  85. top:44px;
  86. -moz-border-radius:2px;
  87. -webkit-border-radius:2px;
  88. border-radius:2px;
  89. visibility:hidden;
  90. }
  91. .error {
  92. background-position:0 -84px;
  93. }
  94. .error .reg-tip {
  95. visibility:visible;
  96. }
  97. .login-misc {
  98. width:550px;
  99. color:#324f65;
  100. padding-left:5px;
  101. }
  102. .remember em {
  103. color:#999;
  104. }
  105. .master{ position:absolute; border:#cd8124 1px solid; background:#ffebb3; width:100%; left:0; top:3px; font-size:14px; color:#000; display:none;}
  106. .master p{ padding:10px 50px 10px 30px;}
  107. .m-close{ position:absolute; background:#FFF; border:#5bb8ff 1px solid; padding:0 2px; color:#4b8fcf; cursor:pointer; padding-top:2px;display:none;}
  108. .m-close-short{right:5px; top:18px;}
  109. .m-close-long{ right: 40px; top:18px;}
  110. .btn-master{ background:url(../../images/led/login-v2-load.png) no-repeat 0 0; width:130px; height:40px; left:0; top:0; visibility:hidden;}
  111. .btn-master .loading{ background:url(../../images/led/loader-small.gif) no-repeat 50% 50%; height:40px; width:20px; margin-left:98px;}
  112. .visibility{visibility:visible;}