atlasCategory.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. html,body {
  2. background: url(../../images/layout/bg.png);
  3. overflow:hidden;
  4. }
  5. #navcategoryTabs{
  6. height:58px;
  7. position:absolute;
  8. top: 12px;
  9. left: -7px;
  10. z-index:5555;
  11. }
  12. #navcategoryTabs a{
  13. width: 159px;
  14. height: 58px;
  15. text-align: center;
  16. line-height: 68px;
  17. text-decoration: none;
  18. cursor: pointer;
  19. float: left;
  20. font-size: 16px;
  21. font-weight: bold;
  22. color: #00d2ff;
  23. }
  24. #navcategoryTabs a:hover,
  25. #navcategoryTabs .selected{
  26. background: url(../../images/layout/bg_tab_cur.png) no-repeat left top;
  27. color: #ffcd2c;
  28. }
  29. #navBar {
  30. height: 70px;
  31. top: 61px;
  32. position: absolute;
  33. left: 20px;
  34. right: 20px;
  35. background: url(../../images/layout/bg_tab_wrap.png) repeat-x left top;
  36. }
  37. #atlasSearch {
  38. height:38px;
  39. overflow:hidden;
  40. position:absolute;
  41. right:0px;
  42. top:16px;
  43. }
  44. #atlasSearch .input {
  45. border:none;
  46. background: url(../../images/layout/bg_search_input.png) no-repeat;
  47. width:197px;
  48. height: 38px;
  49. float:left;
  50. text-indent: 10px;
  51. color: #ffffff;
  52. padding:0px;
  53. }
  54. #cleanAtlasSearch {
  55. position: absolute;
  56. left: 169px;
  57. top: 11px;
  58. font-family: tahoma;
  59. font-size: 18px;
  60. display: block;
  61. width: 20px;
  62. height: 25px;
  63. text-align: center;
  64. line-height: 20px;
  65. color: #999;
  66. cursor: pointer;
  67. display: none;
  68. background: url(../../images/layout/abtn-close.png) no-repeat;
  69. overflow: hidden;
  70. text-indent: -99999px;
  71. }
  72. #atlasSearch .button {
  73. background:url(../../images/layout/bg_search.png) no-repeat;
  74. border:none;
  75. width:64px;
  76. height: 38px;
  77. cursor:pointer;
  78. text-indent: -999999px;
  79. overflow: hidden;
  80. }
  81. #categoryTabs {
  82. position:absolute;
  83. left:0px;
  84. top:0px;
  85. height:100%;
  86. width:70px;
  87. padding:10px 0 0 0;
  88. border-right:1px solid #AAA;
  89. background:#FFF url(../../images/layout/2.png);
  90. z-index:200;
  91. }
  92. #categoryTabs a {
  93. display:block;
  94. width:40px;
  95. text-align:center;
  96. float:right;
  97. padding:20px 5px;
  98. font-size:24px;
  99. font-family:SimSun;
  100. cursor:pointer;
  101. color:#595959;
  102. background:#EEE;
  103. text-decoration:none;
  104. margin-bottom:1px;
  105. border-bottom-left-radius:10px;
  106. border-top-left-radius:10px;
  107. }
  108. #categoryTabs a:hover {
  109. background:#EEE;
  110. }
  111. #categoryTabs .select,
  112. #categoryTabs .select:hover {
  113. background:#00b7ef;
  114. color:#FFF;
  115. }
  116. #mapCategory {
  117. position:relative;
  118. width:100%;
  119. background:url(../../images/layout/bg.png);
  120. z-index:900000;
  121. top:70px;
  122. left:0px;
  123. right: 0px;
  124. }
  125. #atlasListWrap {
  126. margin:0 20px 50px 20px;
  127. z-index:100;
  128. padding: 0 0 15px 0;
  129. position:relative;
  130. background: url(../../images/layout/bg_box_body.png);
  131. }
  132. #atlasListWrap .box-left {
  133. position: absolute;
  134. left: -7px;
  135. top: 0px;
  136. width: 8px;
  137. bottom: 0px;
  138. background: url(../../images/layout/bg_box_left.png) repeat-y right top;
  139. }
  140. #atlasListWrap .box-right {
  141. position: absolute;
  142. right: -8px;
  143. top: 0px;
  144. width: 8px;
  145. bottom: 0px;
  146. background: url(../../images/layout/bg_box_right.png) repeat-y right top;
  147. }
  148. #atlasListWrap .box-bottom {
  149. position: absolute;
  150. bottom: -8px;
  151. left:0px;
  152. right:0px;
  153. height: 8px;
  154. background: url(../../images/layout/bg_box_bottom.png) repeat-x left top;
  155. }
  156. #atlasList {
  157. padding:10px 0;
  158. margin:0px;
  159. }
  160. #noListData {
  161. text-align: center;
  162. font-size: 14px;
  163. padding: 20px;
  164. color: #fff;
  165. }
  166. #atlasList li {
  167. float:left;
  168. width: 308px;
  169. height: 226px;
  170. overflow:hidden;
  171. cursor:pointer;
  172. position:relative;
  173. display:inline-block;
  174. }
  175. #atlasList li .cover {
  176. width: 308px;
  177. height: 226px;
  178. background: url(../../images/layout/cover_item.png) no-repeat center center;
  179. overflow: hidden;
  180. position: absolute;
  181. left: 0px;
  182. top: 0px;
  183. }
  184. #atlasList .li-select {
  185. }
  186. #atlasList .li-select .cover,
  187. #atlasList .li-select:hover .cover {
  188. background: url(../../images/layout/cover_item_select.png) no-repeat center center;
  189. }
  190. #atlasList li img {
  191. width: 279px;
  192. margin: 27px 0 0 15px;
  193. }
  194. #atlasList li:hover .cover {
  195. background: url(../../images/layout/cover_item_hover.png) no-repeat center center;
  196. }
  197. #atlasList li .name {
  198. display:block;
  199. position:absolute;
  200. left: 34px;
  201. bottom: 32px;
  202. font-family:"microsoft yahei";
  203. font-size: 16px;
  204. width: 240px;
  205. text-align: center;
  206. font-weight: bold;
  207. color:#01aff9;
  208. text-shadow: 1px 1px 1px #000;
  209. }
  210. #atlasList li:hover .name {
  211. color: #ffcd2c;
  212. }