portalstyle.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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:#edf0f5;/*主体背景色*/
  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: 1280px;/*登录面板宽度*/
  27. margin: 0 auto;
  28. background-color: #edf0f5;/*登录面板背景色*/
  29. text-align: left;
  30. position:relative;
  31. }
  32. .login_top{
  33. width: 100%;
  34. height: 166px;/*登录面板头部高度*/
  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: 370px;/*登录面板中部高度*/
  42. }
  43. .login_middleleft{
  44. float: left;
  45. width:698px;/*登录面板中部左侧宽度*/
  46. height: 100%;
  47. background-image: url(login_centerleft.jpg);
  48. background-repeat: no-repeat;
  49. }
  50. .login_middlecenter{
  51. float: left;
  52. width: 582px;/*登录面板中部右侧宽度*/
  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: 261px;/*登录面板底部高度*/
  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:15px 0 0 0px;/*垂直距离*/
  76. font-weight:bold;
  77. color:#000000;/*表单文字颜色*/
  78. }
  79. .login_pass{
  80. padding:40px 0 0 0px;/*密码框距用户名框的垂直距离*/
  81. font-weight:bold;
  82. color:#000000;/*表单文字颜色*/
  83. }
  84. .login_check{
  85. padding:14px 0 0 9px;/*记住密码框距密码框的垂直距离*/
  86. font-weight:bold;
  87. color:#000000;/*表单文字颜色*/
  88. }
  89. .login_form{
  90. padding:100px 0 0 40px;/*表单位置*/
  91. }
  92. .login_button input{
  93. width: 259px;/*按钮宽度*/
  94. height: 36px;/*按钮高度*/
  95. background-image: url(click.gif);
  96. background-color:transparent;
  97. border:0;
  98. cursor:pointer;
  99. cursor:hand;
  100. }
  101. .login_user input{
  102. width:255px;/*密码框宽度*/
  103. border:0;
  104. height:28px;
  105. line-height:28px;
  106. background-color:transparent;
  107. cursor:text;
  108. font-size:16px;
  109. padding-left:25px;
  110. }
  111. .login_pass input{
  112. width:255px;/*密码框宽度*/
  113. border:0;
  114. height:28px;
  115. line-height:28px;
  116. background-color:transparent;
  117. cursor:text;
  118. font-size:16px;
  119. padding-left:25px;
  120. }
  121. .login_button_left{
  122. position:absolute;
  123. left:765px;/*提交按钮x坐标*/
  124. top:442px;/*提交按钮y坐标*/
  125. }
  126. .login_button_right{
  127. position:absolute;
  128. left:555px;/*重置按钮x坐标*/
  129. top:528px;/*重置按钮y坐标*/
  130. }
  131. .login_copyright{
  132. color:#000000;/*版权声明文字颜色*/
  133. text-align:center;
  134. padding:40px 0 0 20px;/*版权声明位置*/
  135. font-size:14px;
  136. font-family:"微软雅黑";
  137. }
  138. .login_info{
  139. color:#000000;
  140. position:absolute;
  141. left:780px;/*提示信息x坐标*/
  142. top:420px;/*提示信息y坐标*/
  143. line-height:150%;
  144. width:240px;
  145. overflow:hidden;
  146. font-size:12px;
  147. }
  148. .login_info2{
  149. color:#999999;
  150. position:absolute;
  151. left:785px;/*提示信息x坐标*/
  152. top:420px;/*提示信息y坐标*/
  153. line-height:150%;
  154. width:240px;
  155. overflow:hidden;
  156. font-size:14px;
  157. }
  158. .login_skin{
  159. position:absolute;
  160. right:10px;
  161. bottom:10px;
  162. color:#000000;/*皮肤管理文字颜色*/
  163. height:30px;
  164. line-height:30px;
  165. }
  166. .login_skin span{
  167. cursor:pointer;
  168. cursor:hand;
  169. }