atlasList.css 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. #thematicModSearch {
  2. overflow: hidden;
  3. zoom: 1;
  4. clear: both;
  5. padding: 16px 0 1px 20px;
  6. height: 36px;
  7. margin-bottom: 10px;
  8. }
  9. #thematicModSearch .input {
  10. width: 225px;
  11. height: 100%;
  12. font-size: 12px;
  13. color: #999;
  14. float: left;
  15. text-indent: 8px;
  16. line-height: 36px;
  17. padding: 0px;
  18. background: #fff;
  19. border: none;
  20. }
  21. #thematicSearchSubmit {
  22. border: none;
  23. width: 48px;
  24. height: 36px;
  25. border: 0px;
  26. background: #fff url(../../images/layout/thmapsearch_03.png) no-repeat 0px 0px;
  27. text-indent: 11111111111px;
  28. }
  29. #thematicCategoryList {
  30. overflow: hidden;
  31. zoom: 1;
  32. clear: both;
  33. padding: 5px 0 5px 0px;
  34. background: url(../../images/layout/bg-sideBar-line.png) no-repeat center
  35. bottom;
  36. }
  37. .currentAreaThematic {
  38. color: #fff;
  39. margin-bottom: 0px;
  40. display: inline-block;
  41. width: 45%;
  42. }
  43. #thematicPanel {
  44. position: absolute;
  45. left: 0px;
  46. top: 0px;
  47. width: 300px;
  48. bottom: 0px;
  49. /*background: none;*/
  50. }
  51. #thematicCategoryList label {
  52. margin-left: 5px;
  53. }
  54. .currentAreaThematic input {
  55. float: left;
  56. margin: 2px 0 0 45px;
  57. }
  58. #thematicCategoryList ul {
  59. overflow: hidden;
  60. zoom: 1;
  61. margin-top: 16px;
  62. margin-bottom: 8px;
  63. margin-left: 15px;
  64. }
  65. #thematicCategoryList li {
  66. float: left;
  67. margin: 0px 9px 3px 0;
  68. }
  69. #thematicCategoryList li.cur a {
  70. font-weight: bold;
  71. color: #36fffd;
  72. background: url(../../images/layout/acur.png) no-repeat center center;
  73. }
  74. #thematicCategoryList li a {
  75. display: inline-block;
  76. line-height: 20px;
  77. height: 20px;
  78. text-align: center;
  79. color: #fff;
  80. word-break: keep-all;
  81. text-decoration: none;
  82. font-size: 14px;
  83. padding: 0px 10px 0px 10px;
  84. }
  85. #thematicResultsList {
  86. max-height: 750px;
  87. padding: 10px 0 0 0px;
  88. overflow: hidden;
  89. overflow-y: auto;
  90. position: relative;
  91. z-index: 40;
  92. }
  93. #thematicResultsList .thematic-list {
  94. overflow: hidden;
  95. width: 260px;
  96. margin-left: 25px;
  97. }
  98. #thematicResultsList li.select span {
  99. color: #ffcd2c;
  100. }
  101. #thematicResultsList li {
  102. position: relative;
  103. width: 118px;
  104. height: 72px;
  105. text-align: center;
  106. float: left;
  107. display: inline;
  108. /*background: url(../../images/layout/cover_item.png) no-repeat; */
  109. margin: 5px 12px 5px 0;
  110. overflow: hidden;
  111. background-size: 100%;
  112. }
  113. /*#thematicResultsList li:hover{
  114. background: url(../../images/layout/cover_item_hover.png) no-repeat;
  115. }
  116. #thematicResultsList li.select{
  117. background: url(../../images/layout/cover_item_select.png) no-repeat;
  118. }*/
  119. #thematicResultsList a {
  120. display: block;
  121. width: 100%;
  122. height: 100%;
  123. text-align: left;
  124. overflow: hidden;
  125. zoom: 1;
  126. }
  127. #thematicResultsList img {
  128. width: 90%;
  129. height: 85%;
  130. float: left;
  131. border: 0px solid #efefef;
  132. margin-left: 6px;
  133. margin-top: 5px;
  134. }
  135. #thematicResultsList span.name {
  136. float: left;
  137. width: 90px;
  138. line-height: 1;
  139. color: #00fffc;
  140. position: absolute;
  141. bottom: 9px;
  142. left: 0;
  143. text-shadow: 1px 1px 1px #000;
  144. opacity: 1;
  145. text-align: center;
  146. overflow: hidden;
  147. right: 0;
  148. margin: auto;
  149. font-weight: bold;
  150. font-size: 12px;
  151. }
  152. #thematicResultsList span.cover {
  153. width: 122px;
  154. height: 72px;
  155. background: url(../../images/layout/cover_item.png) no-repeat center center;
  156. overflow: hidden;
  157. position: absolute;
  158. left: 0px;
  159. top: 0px;
  160. background-size: 122px 72px;
  161. }
  162. #thematicResultsList span.jump {
  163. width: 15px;
  164. height: 15px;
  165. background: url(../../images/atlas/jump.png) right top no-repeat;
  166. background-size: 15px;
  167. position: absolute;
  168. right: 6px;
  169. top: 6px;
  170. }
  171. #thematicResultsList span.addset {
  172. width: 15px;
  173. height: 15px;
  174. background: url(../../images/atlas/addset.png) right top no-repeat;
  175. background-size: 15px;
  176. position: absolute;
  177. right: 6px;
  178. top: 6px;
  179. }
  180. #thematicResultsList li:hover span.cover {
  181. background: url(../../images/layout/cover_item_hover.png) top left no-repeat;
  182. background-size: 122px 72px;
  183. }
  184. #thematicResultsList li.select span.cover {
  185. background: url(../../images/layout/cover_item_select.png) top left no-repeat;
  186. background-size: 122px 72px;
  187. }
  188. #thematicPage {
  189. height: 36px;
  190. width: 233px;
  191. overflow: hidden;
  192. text-align: right;
  193. clear: both;
  194. position: relative;
  195. color: #fff;
  196. margin: auto;
  197. border: 1px solid #42bbe8;
  198. border-radius: 5px;
  199. background: rgba(64, 158, 255, 0.8);
  200. padding: 0px;
  201. margin-top: 20px;
  202. display: none;
  203. }
  204. #thematicPage .firstpage {
  205. width: 28px;
  206. height: 36px;
  207. margin-left: 3px;
  208. border-right: 1px solid #3fb4e3;
  209. background: url(../../images/layout/page_11.png) no-repeat 7px 11px;
  210. float: left;
  211. cursor: pointer;
  212. }
  213. #thematicPage .uppage {
  214. width: 29px;
  215. height: 34px;
  216. background: url(../../images/layout/page_13.png) no-repeat 10px 11px;
  217. float: left;
  218. cursor: pointer;
  219. }
  220. .fg {
  221. width: 1px;
  222. height: 34px;
  223. background: url(../../images/layout/page_03.png) no-repeat 0px 10px;
  224. float: left;
  225. }
  226. #thematicPageJump {
  227. width: 96px;
  228. height: 34px;
  229. float: left;
  230. }
  231. #thematicPageJump span {
  232. float: left;
  233. height: 24px;
  234. font-size: 12px;
  235. line-height: 37px;
  236. text-indent: 35px;
  237. }
  238. #thematicPage .nextpage {
  239. width: 29px;
  240. height: 34px;
  241. background: url(../../images/layout/page_06ch.png) no-repeat 10px 11px;
  242. float: left;
  243. cursor: pointer;
  244. }
  245. #thematicPage .endpage {
  246. width: 28px;
  247. height: 36px;
  248. background: url(../../images/layout/page_08ch.png) no-repeat 7px 11px;
  249. float: left;
  250. border-left: 1px solid #3fb4e3;
  251. cursor: pointer;
  252. }
  253. .page-wrap .btn-group {
  254. float: right;
  255. width: 93px;
  256. }
  257. .not-result {
  258. padding: 15px 0;
  259. text-align: center;
  260. font-size: 14px;
  261. color: #666;
  262. }
  263. .abtn-atlas-library,
  264. .abtn-atlas-library:hover {
  265. float: right;
  266. margin: 10px 26px 0 0;
  267. padding: 0 14px 0 0;
  268. font-size: 16px;
  269. color: #36fffa;
  270. background: url(../../images/layout/icon-dpoint-right.png) no-repeat right
  271. center;
  272. }
  273. #atlasInfoDetail {
  274. position: absolute;
  275. bottom: 25px;
  276. right: 110px;
  277. width: 262px;
  278. background: url(../../images/atlas/bg-rp-body.png);
  279. display: none;
  280. z-index: 222;
  281. }
  282. #atlasInfoDetail h3 {
  283. color: #fff;
  284. padding: 0 0 6px 0;
  285. background: url(../../images/atlas/bg-rp-body-bottom.png) no-repeat center
  286. bottom;
  287. margin-bottom: 10px;
  288. margin-right: 24px;
  289. }
  290. #atlasInfoDetail p {
  291. padding: 0px;
  292. margin: 0px;
  293. color: #fff;
  294. line-height: 1.5;
  295. text-align: left;
  296. }
  297. #atlasInfoDetail .cover-content {
  298. margin: 10px 20px;
  299. text-align: center;
  300. width: 240px;
  301. }
  302. #thematicPanel .btn-atals-labrary {
  303. width: auto;
  304. position: absolute;
  305. right: 0px;
  306. bottom: 0px;
  307. height: 35px;
  308. font-size: 14px;
  309. background: none;
  310. color: #99ffff;
  311. border: none;
  312. margin: 0 25px;
  313. }
  314. #atlasInfoDetail .close {
  315. position: absolute;
  316. right: 5px;
  317. top: 0px;
  318. width: 14px;
  319. height: 14px;
  320. background: url(../../images/layout/close-white.png) no-repeat;
  321. background-size: 14px;
  322. cursor: pointer;
  323. }
  324. #atlasAddsetPopModel,
  325. #theModel {
  326. display: none;
  327. }
  328. #atlasAddsetPop {
  329. position: absolute;
  330. top: 200px;
  331. right: 500px;
  332. width: 296px;
  333. height: 346px;
  334. display: none;
  335. }
  336. #atlasAddsetPop .cover-content {
  337. background: #fff;
  338. border: 2px solid #01b7ff;
  339. height: 46px;
  340. }
  341. #atlasAddsetPop .cover-content.active {
  342. height: auto;
  343. }
  344. #atlasAddsetPop.active {
  345. display: block;
  346. }
  347. #atlasAddsetPop .title {
  348. clear: both;
  349. background: url(../../images/atlas/ptop.png) no-repeat;
  350. padding: 0 20px;
  351. height: 46px;
  352. line-height: 46px;
  353. color: #fff;
  354. cursor: move;
  355. }
  356. #atlasAddsetPop .title span {
  357. float: right;
  358. display: inline-block;
  359. width: 20px;
  360. height: 20px;
  361. background: url(../../images/atlas/shang.png) no-repeat;
  362. margin-top: 18px;
  363. cursor: pointer;
  364. }
  365. #atlasAddsetPop .title span.juan {
  366. background: url(../../images/atlas/xia.png) no-repeat;
  367. }
  368. #atlasAddsetPop .content {
  369. height: 0;
  370. overflow: hidden;
  371. }
  372. #atlasAddsetPop .content.active {
  373. height: auto;
  374. }
  375. #atlasAddsetPop .content ul {
  376. height: 248px;
  377. overflow: auto;
  378. }
  379. #atlasAddsetPop .content li {
  380. padding: 0 20px;
  381. clear: both;
  382. height: 50px;
  383. line-height: 50px;
  384. border-bottom: 1px solid #eee;
  385. }
  386. #atlasAddsetPop .content li:focus {
  387. background: #f5f5f5;
  388. }
  389. #atlasAddsetPop .content li span.name {
  390. width: 210px;
  391. overflow: hidden;
  392. text-overflow: ellipsis;
  393. display: inline-block;
  394. white-space: nowrap;
  395. }
  396. #atlasAddsetPop .content li span.del {
  397. float: right;
  398. display: inline-block;
  399. width: 20px;
  400. height: 20px;
  401. background: url(../../images/atlas/del.png) no-repeat;
  402. margin-top: 16px;
  403. cursor: pointer;
  404. }
  405. #atlasAddsetPop .btns {
  406. text-align: center;
  407. padding: 10px;
  408. }
  409. #atlasAddsetPop .btns button {
  410. width: 100px;
  411. height: 32px;
  412. border-radius: 5px;
  413. background: #2c8af3;
  414. color: #fff;
  415. line-height: 32px;
  416. text-align: center;
  417. border: none;
  418. margin: 0 5px;
  419. cursor: pointer;
  420. }