main.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. body
  2. {
  3. background-color: #178ACB;
  4. }
  5. .index_top_banner
  6. {
  7. height: 80px;
  8. overflow: hidden;
  9. }
  10. .index_top_bg
  11. {
  12. color: White;
  13. font-weight: bold;
  14. margin-left: 40px;
  15. vertical-align: middle;
  16. }
  17. .index_top_left
  18. {
  19. line-height: 0px;
  20. padding-top: 0px;
  21. font-size: 30px;
  22. font-style: italic;
  23. float: left;
  24. }
  25. .index_top_right
  26. {
  27. float: right;
  28. clear: none;
  29. }
  30. .index_left_bg
  31. {
  32. background-color:White;
  33. background-repeat:no-repeat;
  34. background-position:bottom;
  35. }
  36. .index_left_header
  37. {
  38. width:100%;
  39. float:left;
  40. bottom:0px;
  41. position:absolute;
  42. text-align:center;
  43. padding-bottom:30px;
  44. font-size:12px;
  45. line-height:18px;
  46. color:#555;
  47. }
  48. .index_left_top
  49. {
  50. margin-top:20px;
  51. margin-bottom:40px;
  52. text-align:center;
  53. }
  54. .index_left_menu
  55. {
  56. text-align:center;
  57. margin-top:15px;
  58. cursor:pointer;
  59. }
  60. .index_left_menuover
  61. {
  62. background-color: rgba(255,255,255,0.5);
  63. }
  64. .index_left_menuclick
  65. {
  66. background-color: rgba(71,174,241,0.5);
  67. }
  68. @media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  69. .index_left_menuover{
  70. background-color:#FFFFFF;
  71. filter:Alpha(opacity=50);
  72. position:static; /* IE6、7、8只能设置position:static(默认属性) ,否则会导致子元素继承Alpha值 */
  73. *zoom:1; /* 激活IE6、7的haslayout属性,让它读懂Alpha */
  74. }
  75. .index_left_menuclick{
  76. background-color:#47AEF1;
  77. filter:Alpha(opacity=50);
  78. position:static; /* IE6、7、8只能设置position:static(默认属性) ,否则会导致子元素继承Alpha值 */
  79. *zoom:1; /* 激活IE6、7的haslayout属性,让它读懂Alpha */
  80. }
  81. }
  82. .index_left_menu a
  83. {
  84. font-size:14px;
  85. line-height:35px;
  86. font-weight:bold;
  87. letter-spacing:2px;
  88. color:#70A6D2;
  89. }
  90. .index_left_menu_child
  91. {
  92. position:absolute;
  93. border:1px solid #eee;
  94. width:150px;
  95. top:200px;
  96. left:-1px;
  97. background-color:#fff;
  98. z-index:99999;
  99. display:none;
  100. padding-left:20px;
  101. }
  102. .index_left_menu_child ul{
  103. list-style-type:disc;
  104. padding-left:5px;
  105. color:#70A6D2;
  106. }
  107. .index_left_menu_child a
  108. {
  109. font-size:12px;
  110. line-height:25px;
  111. font-weight:bold;
  112. letter-spacing:2px;
  113. color:#999;
  114. }
  115. .index_left_tree_bg
  116. {
  117. padding: 5px;
  118. }
  119. .index_center_bg
  120. {
  121. border-left:0px;
  122. border-right:0px;
  123. overflow:hidden;
  124. background-color: #ffffff;
  125. }
  126. .index_bottom_bg
  127. {
  128. background-color: #e8e8e8;
  129. height: 16px;
  130. text-align: center;
  131. color: #000000;
  132. padding-top: 2px;
  133. padding-bottom: 2px;
  134. }
  135. #divCurrentInformation
  136. {
  137. line-height: 0px;
  138. position:absolute;
  139. float: right;
  140. right:30px;
  141. top:20px;
  142. }
  143. #divCurrentInformation a:link,
  144. #divCurrentInformation a:visited
  145. {
  146. color: White;
  147. }