atlasList.css 9.0 KB

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