atlasView.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551
  1. html,
  2. body {
  3. background: url(../../images/atlas/bg.png);
  4. overflow: hidden;
  5. }
  6. .singleAtlas #atlasCategory,
  7. .compareAtlas #atlasCategory {
  8. display: none;
  9. }
  10. .singleAtlas #mapHolder {
  11. left: 0px;
  12. }
  13. .compareAtlas #atlasList {
  14. display: none;
  15. }
  16. .compareAtlas #mapHolder {
  17. left: 0px;
  18. bottom: 0px;
  19. }
  20. .atlasBook #atlasList {
  21. display: none;
  22. }
  23. .atlasBook #mapHolder,
  24. .atlasBook #atlasCategory {
  25. bottom: 0px;
  26. border-bottom: none;
  27. }
  28. #footer {
  29. left: auto;
  30. right: 20px;
  31. }
  32. #searchBar {
  33. padding: 5px 0px;
  34. height: 25px;
  35. overflow: hidden;
  36. position: relative;
  37. }
  38. #searchBar .input {
  39. border: none;
  40. width: 99px;
  41. height: 20px;
  42. float: left;
  43. padding-left: 10px;
  44. color: #fff;
  45. background: url(../../images/atlas/bg-search-input.png) repeat;
  46. }
  47. #cleanSearch {
  48. position: absolute;
  49. left: 99px;
  50. top: 13px;
  51. font-family: tahoma;
  52. font-size: 18px;
  53. display: block;
  54. width: 20px;
  55. height: 25px;
  56. text-align: center;
  57. line-height: 20px;
  58. color: #999;
  59. cursor: pointer;
  60. display: none;
  61. background: url(../../images/atlas/abtn-close.png) no-repeat;
  62. overflow: hidden;
  63. text-indent: -99999px;
  64. }
  65. #searchBar .button {
  66. background: #000;
  67. border: none;
  68. padding: 6px 5px;
  69. color: #FFF;
  70. width: 38px;
  71. height: 30px;
  72. cursor: pointer;
  73. background: url(../../images/atlas/bg-search.png) no-repeat center center;
  74. }
  75. #atlasCategory {
  76. position: absolute;
  77. left: 0px;
  78. top: 62px;
  79. bottom: 100px;
  80. background: url(../../images/atlas/bg-panel.png);
  81. border-right: 1px solid #42BBE8;
  82. border-bottom: 1px solid #42BBE8;
  83. width: 176px;
  84. z-index: 999;
  85. }
  86. #atlasCategory .panel {
  87. margin: 10px 0 0 8px;
  88. }
  89. #atlasCategory .panel .header {
  90. background: url(../../images/atlas/bg-lp-header.png) no-repeat;
  91. width: 160px;
  92. height: 32px;
  93. padding: 0px;
  94. }
  95. #atlasCategory .panel .header h4 {
  96. background: none;
  97. padding: 7px 0 0 42px;
  98. font-weight: normal;
  99. }
  100. #atlasCategory .body {
  101. position: relative;
  102. margin: 10px 0 10px 0;
  103. background: url(../../images/atlas/bg-lp-body.png);
  104. width: 160px;
  105. }
  106. #atlasCategory .body .bg-top {
  107. background: url(../../images/atlas/bg-lp-body-top.png) no-repeat;
  108. width: 160px;
  109. height: 6px;
  110. position: absolute;
  111. top: -5px;
  112. left: 0px;
  113. }
  114. #atlasCategory .body .bg-bottom {
  115. background: url(../../images/atlas/bg-lp-body-bottom.png) no-repeat;
  116. width: 160px;
  117. height: 6px;
  118. position: absolute;
  119. bottom: -6px;
  120. left: 1px;
  121. }
  122. #atlasCategory dl dt {
  123. padding: 4px 10px;
  124. position: relative;
  125. z-index: 100;
  126. cursor: pointer;
  127. font-size: 14px;
  128. color:#ffcc33;
  129. background:url(../../images/atlas/bg-lp-body-line.png) no-repeat left bottom;
  130. }
  131. #atlasCategory dl dt.selected {}
  132. #atlasCategory dl dd {
  133. position: relative;
  134. z-index: 90;
  135. display: none;
  136. height: auto;
  137. margin:0px;
  138. }
  139. #atlasCategory dl dd ul {
  140. display: block;
  141. position: relative;
  142. margin: 0px;
  143. }
  144. #atlasCategory dl dd li {
  145. overflow: hidden;
  146. position: relative;
  147. padding:0 0 1px 0;
  148. background:url(../../images/atlas/bg-lp-body-line.png) no-repeat left bottom;
  149. }
  150. #atlasCategory dl dd li a {
  151. display: block;
  152. font-size: 14px;
  153. padding: 6px 15px 6px 15px;
  154. line-height: 18px;
  155. text-decoration: none;
  156. position: relative;
  157. color: #FEFEFE;
  158. }
  159. #atlasCategory dl dd li a:hover {
  160. }
  161. #atlasCategory dl dd li a.selected,
  162. #atlasCategory dl dd li a.selected:hover {
  163. background: url(../../images/atlas/bg-lp-body-li-seleced.png) repeat-y left top;
  164. }
  165. #atlasCategoryList dl {
  166. margin:0px;
  167. }
  168. .abtn-min-atlas-category {
  169. display:block;
  170. width:8px;
  171. height:19px;
  172. overflow:hidden;
  173. position:absolute;
  174. right:0px;
  175. top:40%;
  176. background:url(../../images/atlas/abtn-pc-left.png) no-repeat;
  177. }
  178. .abtn-min-atlas-category.min {
  179. width:67px;
  180. height:57px;
  181. right:-67px;
  182. background:url(../../images/atlas/abtn-p-left.png) no-repeat;
  183. }
  184. #atlasInfo {
  185. position: absolute;
  186. right: 0px;
  187. top: 62px;
  188. bottom: 0px;
  189. width: 280px;
  190. background: url(../../images/atlas/bg-panel.png);
  191. border-left: 1px solid #42BBE8;
  192. z-index:555;
  193. }
  194. #atlasInfo .info-list {
  195. overflow:hidden;
  196. overflow-y:auto;
  197. height:100%;
  198. }
  199. #atlasInfo .panel {
  200. margin: 10px 0 0 10px;
  201. }
  202. #atlasInfo .header {
  203. background: url(../../images/atlas/bg-rp-header.png) no-repeat;
  204. width: 262px;
  205. height: 32px;
  206. padding: 0px;
  207. position:relative;
  208. }
  209. #atlasInfo .header h4 {
  210. background: none;
  211. padding: 7px 0 0 42px;
  212. font-weight: normal;
  213. }
  214. #atlasInfoDetail .moreinfo {
  215. text-align:center;
  216. }
  217. #atlasInfoDetail .moreinfo a {
  218. color:#fff;
  219. }
  220. #atlasInfoDetailAll {
  221. left:50%;
  222. right:auto;
  223. width:600px;
  224. margin-left: -300px;
  225. margin-top: -240px;
  226. background: url(../../images/atlas/bg.png);
  227. border:10px solid #fff;
  228. display:none;
  229. }
  230. #atlasInfoDetailAll .header {
  231. background: url(../../images/layout/bg_tab_wrap.png) center bottom;
  232. cursor:default;
  233. }
  234. #atlasInfoDetailAll .contentWrap {
  235. height:400px;
  236. overflow:hidden;
  237. overflow-y:auto;
  238. color:#fff;
  239. padding:20px 0;
  240. }
  241. #atlasInfoDetailAll .content p{
  242. padding:0px 20px;
  243. margin:0px;
  244. }
  245. #atlasInfoDetailAll .abtn-close {
  246. color:#fff;
  247. position:absolute;
  248. right:10px;
  249. top:10px;
  250. }
  251. #atlasInfo .header .abtn-up,
  252. #atlasInfo .header .abtn-dwon {
  253. display:block;
  254. width:16px;
  255. height:16px;
  256. position:absolute;
  257. right:15px;
  258. top:7px;
  259. }
  260. #atlasInfo .header .abtn-up {
  261. background:url(../../images/atlas/abtn-up.png) no-repeat;
  262. }
  263. #atlasInfo .header .abtn-down {
  264. background:url(../../images/atlas/abtn-down.png) no-repeat;
  265. }
  266. #atlasInfo .body {
  267. position: relative;
  268. margin: 10px 0 10px 0;
  269. background: url(../../images/atlas/bg-rp-body.png);
  270. width: 262px;
  271. }
  272. #atlasInfo .body .bg-top {
  273. background: url(../../images/atlas/bg-rp-body-top.png) no-repeat;
  274. width: 262px;
  275. height: 6px;
  276. position: absolute;
  277. top: -6px;
  278. left: 0px;
  279. }
  280. #atlasInfo .body .bg-bottom {
  281. background: url(../../images/atlas/bg-rp-body-bottom.png) no-repeat;
  282. width: 262px;
  283. height: 6px;
  284. position: absolute;
  285. bottom: -6px;
  286. left: 0px;
  287. }
  288. #atlasInfoDetail .header h4 {
  289. background: url(../../images/atlas/icon-1.png) no-repeat 14px 7px;
  290. }
  291. #atlasInfoDetail .content h3 {
  292. color: #fff;
  293. padding: 0 0 6px 0;
  294. background: url(../../images/atlas/bg-rp-body-bottom.png) no-repeat center bottom;
  295. margin-bottom: 10px;
  296. }
  297. #atlasInfoIntro .header h4 {
  298. background: url(../../images/atlas/icon-2.png) no-repeat 14px 7px;
  299. }
  300. #atlasInfoLegend .header h4 {
  301. background: url(../../images/atlas/icon-3.png) no-repeat 14px 7px;
  302. }
  303. #atlasInfoIntro .content img,
  304. #atlasInfoLegend .content img {
  305. max-width: 220px;
  306. cursor:pointer;
  307. }
  308. #atlasInfoDetail .body .content,
  309. #atlasInfoIntro .body .content,
  310. #atlasInfoLegend .body .content {
  311. margin: 10px 20px;
  312. text-align:center;
  313. }
  314. #atlasInfoDetail .body .content p,
  315. #atlasInfoIntro .body .content p {
  316. padding: 0px;
  317. margin: 0px;
  318. color: #fff;
  319. line-height: 1.5;
  320. text-align:left;
  321. }
  322. .abtn-min-atlas-info {
  323. display:block;
  324. width:8px;
  325. height:19px;
  326. overflow:hidden;
  327. position:absolute;
  328. left:0px;
  329. top:40%;
  330. background:url(../../images/atlas/abtn-pc-right.png) no-repeat;
  331. }
  332. .abtn-min-atlas-info.min {
  333. width:67px;
  334. height:57px;
  335. left:-67px;
  336. background:url(../../images/atlas/abtn-p-right.png) no-repeat;
  337. }
  338. #atlasList {
  339. position:absolute;
  340. left:0px;
  341. right:281px;
  342. bottom:0px;
  343. height:90px;
  344. z-index: 999;
  345. background:url(../../images/atlas/bg-bp-body-c.png) no-repeat center top;
  346. }
  347. #atlasList .panel {
  348. height:90px;
  349. background:url(../../images/atlas/bg-bp-body-r.png) no-repeat right top;
  350. }
  351. #atlasList .body {
  352. height:90px;
  353. background:url(../../images/atlas/bg-bp-body-l.png) no-repeat left top;
  354. }
  355. #atlasList .panel .content {
  356. margin:5px 33px 0 33px;
  357. overflow:hidden;
  358. }
  359. #atlasList .panel .content ul {
  360. margin:0px;
  361. }
  362. #atlasList .panel .content ul li {
  363. width:114px;
  364. height:80px;
  365. float:left;
  366. margin-right: 10px;
  367. overflow:hidden;
  368. position:relative;
  369. cursor:pointer;
  370. }
  371. #atlasList .panel .content ul li img {
  372. width:100px;
  373. margin: 8px 0 0 7px;
  374. }
  375. #atlasList .panel .content ul li i {
  376. display:block;
  377. position:absolute;
  378. left:0px;
  379. top:0px;
  380. width:114px;
  381. height:80px;
  382. background:url(../../images/atlas/cover-atlas.png);
  383. }
  384. #atlasList .panel .content ul .li-select .name,
  385. #atlasList .panel .content ul li:hover .name {
  386. position: absolute;
  387. bottom: 2px;
  388. left: 0px;
  389. right: 0px;
  390. text-align: center;
  391. color: #000;
  392. font-size:12px;
  393. z-index:5;
  394. line-height:1.2
  395. }
  396. #atlasList .panel .content ul .li-select i {
  397. background:url(../../images/atlas/cover-atlas-hover.png);
  398. }
  399. #atlasList .abtn-prev-page {
  400. width:22px;
  401. height:80px;
  402. display:block;
  403. left:4px;
  404. top:5px;
  405. position:absolute;
  406. background:url(../../images/atlas/abtn-left.png) no-repeat;
  407. }
  408. #atlasList .abtn-prev-page:hover {
  409. background:url(../../images/atlas/abtn-left-hover.png) no-repeat;
  410. }
  411. #atlasList .abtn-next-page {
  412. width:22px;
  413. height:80px;
  414. display:block;
  415. right: 4px;
  416. top: 5px;
  417. position:absolute;
  418. background:url(../../images/atlas/abtn-right.png) no-repeat;
  419. }
  420. #atlasList .abtn-next-page:hover {
  421. background:url(../../images/atlas/abtn-right-hover.png) no-repeat;
  422. }
  423. .abtn-min-atlas-list {
  424. display:block;
  425. width:19px;
  426. height:8px;
  427. overflow:hidden;
  428. position:absolute;
  429. left: 7px;
  430. top: -8px;
  431. background:url(../../images/atlas/abtn-pc-down.png) no-repeat;
  432. }
  433. .abtn-min-atlas-list.min {
  434. top:-8px;
  435. background:url(../../images/atlas/abtn-pc-up.png) no-repeat;
  436. }
  437. #viewTools {
  438. display:none;
  439. }
  440. #mapHolder {
  441. position: absolute;
  442. right: 290px;
  443. left: 186px;
  444. top: 62px;
  445. bottom: 100px;
  446. background: #f2efe9 url(../../images/atlas/wg.gif)
  447. }
  448. .hide-category #mapHolder {
  449. left:0px;
  450. }
  451. .hide-category #atlasCategory {
  452. left:-176px;
  453. }
  454. .hide-info #mapHolder {
  455. right:0px;
  456. }
  457. .hide-info #atlasInfo {
  458. right:-280px;
  459. }
  460. .hide-info #atlasList {
  461. right:1px;
  462. }
  463. .hide-info #viewTools {
  464. right:-15px;
  465. }
  466. .hide-list #mapHolder {
  467. bottom:0px;
  468. }
  469. .hide-list #atlasList {
  470. bottom:-90px;
  471. }