17752c53009adef736f1130a1ace295847acc1ba.svn-base 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. html{
  2. overflow:hidden;
  3. }
  4. body{
  5. font-size: 12px;
  6. margin: 0;
  7. padding: 0;
  8. line-height: 100%;
  9. height: 100%;
  10. border:0;
  11. text-align: left;
  12. background-color:#207aaf;/*主体背景色*/
  13. }
  14. form{
  15. margin: 0;
  16. padding: 0;
  17. }
  18. .clear{
  19. clear:both;
  20. line-height:1px;
  21. }
  22. input {
  23. outline: none;
  24. }
  25. .login_main{
  26. width: 1440px;/*登录面板宽度*/
  27. margin: 0 auto;
  28. background-color: #207aaf;/*登录面板背景色*/
  29. text-align: left;
  30. position:relative;
  31. }
  32. .login_top{
  33. width: 100%;
  34. height: 284px;/*登录面板头部高度*/
  35. background-image: url(login_top.jpg);
  36. background-position:0 100%;
  37. background-repeat: no-repeat;
  38. }
  39. .login_middle{
  40. width: 100%;
  41. height: 345px;/*登录面板中部高度*/
  42. }
  43. .login_middleleft{
  44. float: left;
  45. width:632px;/*登录面板中部左侧宽度*/
  46. height: 100%;
  47. background-image: url(login_centerleft.jpg);
  48. background-repeat: no-repeat;
  49. }
  50. .login_middlecenter{
  51. float: left;
  52. width: 808px;/*登录面板中部右侧宽度*/
  53. height: 100%;
  54. background-image: url(login_centerright.jpg);
  55. background-repeat: no-repeat;
  56. text-align: left;
  57. }
  58. .login_bottom{
  59. width: 100%;
  60. height: 241px;/*登录面板底部高度*/
  61. background-image: url(login_bottom.jpg);
  62. background-repeat: no-repeat;
  63. }
  64. .login_title{
  65. position:absolute;
  66. left:235px;/*标题x坐标*/
  67. top:100px;/*标题y坐标*/
  68. width:560px;/*标题宽度*/
  69. height:61px;/*标题高度*/
  70. }
  71. .letter_space{
  72. letter-spacing:1em;
  73. }
  74. .login_user{
  75. padding:0 0 0 0px;
  76. font-weight:bold;
  77. color:#000000;/*表单文字颜色*/
  78. }
  79. .login_pass{
  80. padding:30px 0 0 0px;/*密码框距用户名框的垂直距离*/
  81. font-weight:bold;
  82. color:#000000;/*表单文字颜色*/
  83. }
  84. .login_form{
  85. padding:83px 0 0 70px;/*表单位置*/
  86. }
  87. .login_button input{
  88. width: 110px;/*按钮宽度*/
  89. height: 35px;/*按钮高度*/
  90. background-image: url(click.gif);
  91. background-color:transparent;
  92. border:0;
  93. cursor:pointer;
  94. cursor:hand;
  95. }
  96. .login_user input{
  97. width:290px;/*密码框宽度*/
  98. border:0;
  99. height:40px;
  100. line-height:40px;
  101. background-color:transparent;
  102. cursor:text;
  103. font-size:16px;
  104. padding-left:3px;
  105. }
  106. .login_pass input{
  107. width:290px;/*密码框宽度*/
  108. border:0;
  109. height:40px;
  110. line-height:40px;
  111. background-color:transparent;
  112. cursor:text;
  113. font-size:16px;
  114. padding-left:3px;
  115. }
  116. .login_button_left{
  117. position:absolute;
  118. left:658px;/*提交按钮x坐标*/
  119. top:510px;/*提交按钮y坐标*/
  120. }
  121. .login_button_right{
  122. position:absolute;
  123. left:742px;/*重置按钮x坐标*/
  124. top:628px;/*重置按钮y坐标*/
  125. }
  126. .login_copyright{
  127. color:#ffffff;/*版权声明文字颜色*/
  128. text-align:center;
  129. padding:40px 0 0 20px;/*版权声明位置*/
  130. font-size:14px;
  131. font-family:"微软雅黑";
  132. }
  133. .login_info{
  134. color:#000000;
  135. position:absolute;
  136. left:820px;/*提示信息x坐标*/
  137. top:565px;/*提示信息y坐标*/
  138. line-height:150%;
  139. width:240px;
  140. overflow:hidden;
  141. font-size:12px;
  142. }
  143. .login_info2{
  144. color:#999999;
  145. position:absolute;
  146. left:785px;/*提示信息x坐标*/
  147. top:520px;/*提示信息y坐标*/
  148. line-height:150%;
  149. width:240px;
  150. overflow:hidden;
  151. font-size:14px;
  152. }
  153. .login_skin{
  154. position:absolute;
  155. right:10px;
  156. bottom:10px;
  157. color:#000000;/*皮肤管理文字颜色*/
  158. height:30px;
  159. line-height:30px;
  160. }
  161. .login_skin span{
  162. cursor:pointer;
  163. cursor:hand;
  164. }