Nessuna descrizione

alogin.css 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. body
  2. {
  3. margin: 0;
  4. padding: 0;
  5. font-size: 12px;
  6. background: #214D90 url(/images/login/bg.gif) repeat-x;
  7. color: #999999;
  8. font-family: Tahoma,Verdana;
  9. }
  10. ul
  11. {
  12. list-style: none;
  13. margin: 0;
  14. padding: 0;
  15. }
  16. .Main
  17. {
  18. width: 940px;
  19. margin: 0 auto;
  20. }
  21. .top
  22. {
  23. height: 75px;
  24. background: url(/images/login/login_01.gif) no-repeat;
  25. }
  26. .top2
  27. {
  28. height: 94px;
  29. background: url(/images/login/login_02.gif) no-repeat;
  30. }
  31. .topA
  32. {
  33. width: 155px;
  34. height: 140px;
  35. float: left;
  36. overflow: hidden;
  37. background: url(/images/login/login_03.gif) no-repeat;
  38. }
  39. .topB { position:relative;
  40. width: 282px;
  41. height: 140px;
  42. float: left;
  43. overflow: hidden;
  44. background: url(/images/login/login_04.gif) no-repeat;
  45. }
  46. .topC
  47. {
  48. width: 27px;
  49. height: 140px;
  50. float: left;
  51. overflow: hidden;
  52. background: url(/images/login/login_05.gif) no-repeat;
  53. }
  54. .topD
  55. {
  56. width: 318px;
  57. height: 140px;
  58. float: left;
  59. overflow: hidden;
  60. background: url(/images/login/login_06.gif) no-repeat;
  61. }
  62. .topE
  63. {
  64. width: 158px;
  65. height: 140px;
  66. float: left;
  67. overflow: hidden;
  68. background: url(/images/login/login_07.gif) no-repeat;
  69. }
  70. .middle_A
  71. {
  72. width: 155px;
  73. height: 94px;
  74. float: left;
  75. overflow: hidden;
  76. background: url(/images/login/login_08.gif) no-repeat;
  77. }
  78. .middle_B
  79. {
  80. width: 309px;
  81. height: 94px;
  82. float: left;
  83. overflow: hidden;
  84. background: url(/images/login/login_09.gif) no-repeat;
  85. }
  86. .middle_C
  87. {
  88. width: 318px;
  89. height: 94px;
  90. float: left;
  91. overflow: hidden;
  92. background: url(/images/login/login_10.gif) no-repeat;
  93. }
  94. .middle_D
  95. {
  96. width: 158px;
  97. height: 94px;
  98. float: left;
  99. overflow: hidden;
  100. background: url(/images/login/login_11.gif) no-repeat;
  101. }
  102. .bottom_A
  103. {
  104. height: 72px;
  105. clear: both;
  106. overflow: hidden;
  107. background: url(/images/login/login_12.gif) no-repeat;
  108. }
  109. .bottom_B
  110. {
  111. height: 70px;
  112. overflow: hidden;
  113. text-align:center;
  114. background: url(/images/login/login_13.gif) no-repeat;
  115. }
  116. .login
  117. {
  118. }
  119. .login li
  120. {
  121. line-height: 35px;
  122. height:35px;
  123. overflow:hidden;
  124. }
  125. .left
  126. { line-height: 35px;
  127. vertical-align: middle;
  128. width: 60px;
  129. height:34px;
  130. text-align: right;
  131. display: -moz-inline-box;
  132. display: inline-block;
  133. padding-bottom:3px;
  134. }
  135. .txt
  136. {
  137. width: 215px;
  138. height: 30px;
  139. line-height: 30px;
  140. overflow: hidden;
  141. border: 0px;
  142. padding-left: 3px;
  143. color: #999999;
  144. background: url(/images/login/txt.gif) no-repeat left center;
  145. }
  146. .txtCode
  147. {
  148. line-height: 30px;
  149. width: 93px;
  150. height: 30px;
  151. overflow: hidden;
  152. border: 0px;
  153. padding-left: 3px;
  154. color: #999999;
  155. background: url(/images/login/code.gif) no-repeat left center;
  156. }
  157. .btn
  158. {
  159. margin-left:60px;
  160. }