sideNavMapControl.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631
  1. #sideNavMapControl {
  2. display:none;
  3. position: absolute;
  4. right:109px;
  5. top:0px;
  6. width: 471px;
  7. min-height:300px;
  8. background:url(../images/layout/bg-sideNav-mapControl.png) no-repeat left top;
  9. }
  10. #sideNavMapControl .header {
  11. height:56px;
  12. background:url(../images/layout/bg-sideNav-line.png) no-repeat left bottom;
  13. position:relative;
  14. }
  15. #sideNavMapControl .usercentercon{
  16. width: 100%;
  17. position: absolute;
  18. top: 19px;
  19. left: 20px;
  20. height: 25px;
  21. background: url(../images/layout/icon-user.png) no-repeat 0px 0px;
  22. }
  23. #sideNavMapControl .usercentercon a{
  24. color: #fff;
  25. font-size: 14px;
  26. margin-left: 30px;
  27. line-height: 30px;
  28. text-decoration: none;
  29. cursor:pointer;
  30. }
  31. #sideNavMapControl .login_out{
  32. position: absolute;
  33. left: 20px;
  34. top: 0px;
  35. }
  36. #sideNavMapControl .login_in{
  37. position: absolute;
  38. left: 20px;
  39. top: 0px;
  40. display:none;
  41. }
  42. #sideNavMapControl .sideNavLock{
  43. cursor: pointer;
  44. float: right;
  45. margin-right: 7px;
  46. border: 0px;
  47. width: 20px;
  48. height: 25px;
  49. text-indent: -1111111111px;
  50. background:url(../images/layout/unlock.png) no-repeat -2px 4px;
  51. }
  52. #sideNavMapControl .sideNavLock.close{
  53. background:url(../images/layout/lock.png) no-repeat -2px 4px;
  54. }
  55. /*#mapBaseLayerControl{
  56. position: relative;
  57. display: block;
  58. background: url(../images/layout/bg-sideNav-line.png) no-repeat left bottom;
  59. }*/
  60. /*#mapBaseLayerControl .choosemap{
  61. margin:20px 0 0 22px;
  62. width: 428px;
  63. height: 100px;
  64. }
  65. #mapBaseLayerControl .choosemap .map-list{
  66. width: 100%;
  67. height: 100%;
  68. float: left;
  69. }
  70. #mapBaseLayerControl .choosemap .map-list li{
  71. width: 100px;
  72. height: 100px;
  73. background: url();
  74. position: relative;
  75. float: left;
  76. }
  77. #mapBaseLayerControl .choosemap .map-list li .biankuang{
  78. position: absolute;
  79. top: 0px;
  80. left: 0px;
  81. background:url(../images/layout/mapno.png);
  82. width: 100px;
  83. height: 100px;
  84. }
  85. #mapBaseLayerControl .mapchoose{
  86. background:url(../images/layout/mapchoose.png) no-repeat !important;
  87. }
  88. #mapBaseLayerControl .choosemap .map-list .baseSatellite{
  89. background: url(../images/layout/yingxiang.png) no-repeat;
  90. margin-right: 40px;
  91. margin-left:25px;
  92. }
  93. #mapBaseLayerControl .choosemap .map-list .baseTerrain{
  94. background: url(../images/layout/dishi.png) no-repeat;
  95. margin-right: 40px;
  96. }
  97. #mapBaseLayerControl .choosemap .map-list .baseStreet{
  98. background: url(../images/layout/jiaot.png) no-repeat;
  99. margin-right: 9px;
  100. }
  101. #mapBaseLayerControl .choosemap .map-list .tdmap{
  102. background: url(../images/layout/liti.png) no-repeat;
  103. }
  104. #mapBaseLayerControl .choosemap .map-list li:hover{
  105. cursor: pointer;
  106. }
  107. #mapBaseLayerControl .choosemap .map-list li span{
  108. width: 100px;
  109. height: 28px;
  110. position: absolute;
  111. bottom:0px;
  112. left: 0px;
  113. line-height: 28px;
  114. text-align: center;
  115. }*/
  116. #mapBaseLayerControl .show-DEMTD{
  117. position: relative;
  118. margin:5px 0 0 22px;
  119. width: 428px;
  120. height: 32px;
  121. background: #0b4496;
  122. display:none;
  123. }
  124. #mapBaseLayerControl .show-DEMTD .item{
  125. position: relative;
  126. width: 100%;
  127. height: 100%;
  128. overflow-y:auto;
  129. }
  130. #mapBaseLayerControl .show-DEMTD .item .imgDEM{
  131. position: absolute;
  132. width: 15px;
  133. height: 15px;
  134. top:9px;
  135. left: 16px;
  136. background: url(../images/layout/latlngimg_03.png);
  137. }
  138. #mapBaseLayerControl .show-DEMTD .item .DEM-title{
  139. position: absolute;
  140. width: 75px;
  141. height: 32px;
  142. line-height: 32px;
  143. top:0px;
  144. left: 45px;
  145. font-size: 15px;
  146. color: #FFFFFF;
  147. }
  148. #mapBaseLayerControl .show-DEMTD .item .chooseshow{
  149. position: absolute;
  150. top:5px;
  151. right:9px;
  152. width: 54px;
  153. height: 22px;
  154. background:#dcdcdc;/* #41e5ef */;
  155. border-radius: 22px;
  156. cursor: pointer;
  157. }
  158. #mapBaseLayerControl .show-DEMTD .item .chooseshow .choosebtn{
  159. background: #113E80;
  160. margin-top: 2px;
  161. margin-left: 3px;
  162. width: 25px;
  163. height: 19px;
  164. border-radius: 19px;
  165. }
  166. #mapBaseLayerControl .show-DEMTD .item .chooseshow .choosebtn:hover{
  167. cursor: pointer;
  168. }
  169. #mapBaseLayerControl .show-name{
  170. position: relative;
  171. margin:5px 0 0 22px;
  172. width: 428px;
  173. height: 32px;
  174. background: #0b4496;
  175. display:none;
  176. }
  177. #mapBaseLayerControl .show-name .item{
  178. position: relative;
  179. width: 100%;
  180. height: 100%;
  181. overflow-y:auto;
  182. }
  183. #mapBaseLayerControl .show-name .item .imglatlng{
  184. position: absolute;
  185. width: 15px;
  186. height: 15px;
  187. top:9px;
  188. left: 16px;
  189. background: url(../images/layout/latlngimg_03.png);
  190. }
  191. #mapBaseLayerControl .show-name .item .latlng-title{
  192. position: absolute;
  193. width: 75px;
  194. height: 32px;
  195. line-height: 32px;
  196. top:0px;
  197. left: 45px;
  198. font-size: 15px;
  199. color: #FFFFFF;
  200. }
  201. #mapBaseLayerControl .show-name .item .chooseshow{
  202. position: absolute;
  203. top:5px;
  204. right:9px;
  205. width: 54px;
  206. height: 22px;
  207. background:#dcdcdc;/* #41e5ef */;
  208. border-radius: 22px;
  209. cursor: pointer;
  210. }
  211. #mapBaseLayerControl .show-name .item .chooseshow .choosebtn{
  212. background: #113E80;
  213. margin-top: 2px;
  214. margin-left: 3px;
  215. width: 25px;
  216. height: 19px;
  217. border-radius: 19px;
  218. }
  219. #mapBaseLayerControl .show-name .item .chooseshow .choosebtn:hover{
  220. cursor: pointer;
  221. }
  222. #mapBaseLayerControl .show-STLayer{
  223. width: 428px;
  224. height: 32px;
  225. background: #0b4496;
  226. margin:5px 0 0 22px;
  227. position: relative;
  228. }
  229. #mapBaseLayerControl .show-STLayer .item{
  230. position: relative;
  231. width: 100%;
  232. height: 100%;
  233. overflow-y:auto;
  234. }
  235. #mapBaseLayerControl .show-STLayer .item .imglatlng{
  236. position: absolute;
  237. width: 15px;
  238. height: 15px;
  239. top:9px;
  240. left: 16px;
  241. background: url(../images/layout/latlngimg_03.png);
  242. }
  243. #mapBaseLayerControl .show-STLayer .item .latlng-title{
  244. position: absolute;
  245. width: 75px;
  246. height: 32px;
  247. line-height: 32px;
  248. top:0px;
  249. left: 45px;
  250. font-size: 15px;
  251. color: #FFFFFF;
  252. }
  253. #mapBaseLayerControl .show-STLayer .item .chooseshow{
  254. position: absolute;
  255. top:5px;
  256. right:9px;
  257. width: 54px;
  258. height: 22px;
  259. background:#dcdcdc;// #41e5ef;
  260. border-radius: 22px;
  261. cursor:pointer;
  262. }
  263. #mapBaseLayerControl .show-STLayer .item .chooseshow .choosebtn{
  264. background: #113E80;
  265. margin-top: 2px;
  266. margin-left: 3px;
  267. width: 25px;
  268. height: 19px;
  269. border-radius: 19px;
  270. }
  271. #mapBaseLayerControl .show-STLayer .item .chooseshow .choosebtn:hover{
  272. cursor: pointer;
  273. }
  274. #mapBaseLayerControl .chooseshow.active {
  275. background:#41e5ef!important;
  276. }
  277. #mapBaseLayerControl .chooseshow.active .choosebtn{
  278. margin-top: 2px !important;
  279. margin-left: 26px !important;
  280. }
  281. #sideNavMapControl .info-content{
  282. position: relative;
  283. width: 428px;
  284. margin:10px 0 0 22px;
  285. }
  286. #sideNavMapControl .info-content .header{
  287. width: 100%;
  288. height: 33px;
  289. }
  290. #sideNavMapControl .info-content .userThematic-ii-header {
  291. float: left;
  292. width: 182px;
  293. height: 33px;
  294. background: url(../images/layout/bg-ii-header.png) no-repeat;
  295. }
  296. #sideNavMapControl .info-content .userThematic-ii-header.nochoose,
  297. #sideNavMapControl .info-content .userIG-ii-header.nochoose{
  298. border-bottom: 1px solid #04cfed;
  299. }
  300. #sideNavMapControl .info-content .userIG-ii-header {
  301. float: left;
  302. width: 246px;
  303. height: 33px;
  304. background: url(../images/layout/bg-ii-header.png) no-repeat 0px 0px;
  305. }
  306. #sideNavMapControl .info-content .itemControl{
  307. width: 21px;
  308. height: 21px;
  309. margin-top: 8px;
  310. margin-left: 15px;
  311. float: left;
  312. cursor: pointer;
  313. }
  314. #sideNavMapControl .info-content h4 {
  315. font-size:16px;
  316. float:left;
  317. margin:8px 0 0 2px;
  318. color:#fff;
  319. padding-left: 5px;
  320. cursor: pointer;
  321. }
  322. #sideNavMapControl .info-content .abtn-more {
  323. position: absolute;
  324. left: 363px;
  325. color: #41e5ef;
  326. top: 9px;
  327. font-size: 12px;
  328. width: 64px;
  329. height: 24px;
  330. border-bottom: 1px solid #41e5ef;
  331. text-indent: 20px;
  332. }
  333. #sideNavMapControl .info-content .info-item .ii-body {
  334. border-left: 1px solid #04cfed;
  335. border-right: 1px solid #04cfed;
  336. border-bottom: 1px solid #04cfed;
  337. padding: 5px 0;
  338. height: 200px;
  339. }
  340. #sideNavMapControl .info-content .info-item .ii-footer {
  341. }
  342. #userThematic{
  343. width: 428px;
  344. }
  345. #userThematicList {
  346. }
  347. #userThematicList .item {
  348. display:block;
  349. background:url(../images/layout/lista.png) no-repeat left top;
  350. }
  351. #userThematicList .thematic-layer-link span{
  352. padding-left: 35px !important;
  353. }
  354. #userThematicList .item:hover,
  355. #userThematicList .item.selected {
  356. background:url(../images/layout/hovera.png) no-repeat left top;
  357. }
  358. #userThematicList .item .translate {
  359. color:#fff;
  360. line-height:30px;
  361. padding:5px 45px 5px 30px;
  362. cursor: pointer;
  363. }
  364. #userThematicList .item.selected .translate {
  365. background:url(../images/layout/inputchecked.png) no-repeat 20px center;
  366. }
  367. #userIG{
  368. width: 428px;
  369. display: none;
  370. }
  371. #userIGList {
  372. }
  373. #userIGList .item {
  374. display:block;
  375. background:url(../images/layout/lista.png) no-repeat left top;
  376. }
  377. #userIGList .thematic-layer-link span{
  378. padding-left: 35px !important;
  379. }
  380. #userIGList .item:hover,
  381. #userIGList .item.selected {
  382. background:url(../images/layout/hovera.png) no-repeat left top;
  383. }
  384. #userIGList .item .translate {
  385. color:#fff;
  386. line-height:30px;
  387. padding:5px 45px 5px 30px;
  388. cursor: pointer;
  389. }
  390. #userIGList .item.selected .translate {
  391. background:url(../images/layout/inputchecked.png) no-repeat 20px center;
  392. }
  393. /*��Ҫ������Ŀ���Զ���*/
  394. #userIGListInfo .item {
  395. display:block;
  396. background:#365162;
  397. }
  398. /*#userIGListInfo section.item{
  399. padding-left: 65px;
  400. background: #365162 url(../images/layout/right.png) 40px no-repeat;
  401. border-bottom: 1px solid #666;
  402. }*/
  403. #userIGListInfo section.item .sectionbg{
  404. padding-left: 65px;
  405. background: #365162 url(../images/layout/right.png) 40px no-repeat;
  406. border-bottom: 1px solid #666;
  407. cursor: pointer;
  408. }
  409. #userIGListInfo section.item .sectionbg.open{
  410. padding-left: 65px;
  411. background: #365162 url(../images/layout/down.png) 40px no-repeat;
  412. border-bottom: 1px solid #666;
  413. cursor: pointer;
  414. }
  415. #userIGListInfo section.item li.item{
  416. padding-left: 50px;
  417. background: #273640;
  418. }
  419. #userIGListInfo section.item li.item.selected{
  420. background: #273640 url("../images/weixing/selected.png") no-repeat 50px center !important;
  421. }
  422. #userIGListInfo .thematic-layer-link span{
  423. /*padding-left: 35px !important;*/
  424. }
  425. #userIGListInfo .item:hover,
  426. #userIGListInfo .item.selected {
  427. color: #378be0;
  428. }
  429. #userIGListInfo section.item li.item .translate {
  430. color:#fff;
  431. line-height:30px;
  432. padding-left:25px;
  433. cursor: pointer;
  434. background: url("../images/weixing/selected-no.png") no-repeat 0px center !important;
  435. }
  436. #userIGListInfo .item .linkContent{
  437. display: none;
  438. }
  439. #userIGListInfo .item.selected .translate {
  440. background: url("../images/weixing/selected-no.png") no-repeat 0px center !important;
  441. }
  442. #sideNavMapControl .footer {
  443. position:relative;
  444. margin: 15px 0 15px 0;
  445. height:25px;
  446. }
  447. #sideNavMapControl .btn-atals-labrary {
  448. margin: 0 10px 0 22px;
  449. }
  450. #sideNavMapControl .abtn-user-help{
  451. background: url(../images/layout/userHelp.png) no-repeat 0px 3px;
  452. cursor: pointer;
  453. width: 25px;
  454. height: 25px;
  455. border: 0px;
  456. float: right;
  457. margin-right: 5px;
  458. }
  459. #sideNavMapControl .abtn-user-help:hover{
  460. background: url(../images/layout/userHelpCur.png) no-repeat 0px 3px;
  461. }
  462. #sideNavMapControl .abtn-user-help.active{
  463. background: url(../images/layout/userHelpCur.png) no-repeat 0px 3px;
  464. }
  465. #sideNavMapControl .abtn-user-fav{
  466. float: right;
  467. margin-right: 23px;
  468. width: 25px;
  469. height: 25px;
  470. cursor: pointer;
  471. background: url(../images/layout/icon-fav.png);
  472. }
  473. #sideNavMapControl .abtn-user-fav:hover{
  474. background: url(../images/layout/icon-fav-hover.png) -1px -1px;
  475. }
  476. #sideNavMapControl .abtn-user-setting{
  477. float: right;
  478. margin-right: 23px;
  479. width: 25px;
  480. height: 25px;
  481. cursor: pointer;
  482. background: url(../images/layout/icon-setting.png);
  483. display: none;
  484. }
  485. #sideNavMapControl .abtn-user-setting:hover{
  486. background: url(../images/layout/icon-setting-hover.png) 0px -2px;
  487. }
  488. #sideNavMapControl .abtn-show-name{
  489. float: right;
  490. margin-right: 5px;
  491. width: 25px;
  492. height: 25px;
  493. cursor: pointer;
  494. background: url(../images/layout/icon-name.png);
  495. }
  496. #sideNavMapControl .abtn-show-name.active,
  497. #sideNavMapControl .abtn-show-name:hover{
  498. background: url(../images/layout/icon-name-hover.png)
  499. }
  500. #sideNavMapControl .abtn-show-name.active{
  501. border: 1px solid #666;
  502. }
  503. #sideNavMapControl .abtn-show-shijing{
  504. float: right;
  505. margin-right: 5px;
  506. width: 25px;
  507. height: 25px;
  508. cursor: pointer;
  509. display: none;
  510. }
  511. #sideNavMapControl .abtn-show-shijing.active,
  512. #sideNavMapControl .abtn-show-shijing:hover{
  513. }
  514. #sideNavMapControl .abtn-show-shijing.active{
  515. border: 1px solid #666;
  516. }
  517. #sideNavMapControl .abtn-show-STLayer{
  518. float: right;
  519. margin-right: 5px;
  520. width: 25px;
  521. height: 25px;
  522. cursor: pointer;
  523. background: url(../images/layout/icon-st.png);
  524. }
  525. #sideNavMapControl .abtn-show-STLayer.active,
  526. #sideNavMapControl .abtn-show-STLayer:hover{
  527. background: url(../images/layout/icon-st-hover.png);
  528. }
  529. #sideNavMapControl .abtn-show-STLayer.active{
  530. border: 1px solid #666;
  531. }
  532. #sideNavMapControl .abtn-show-DEMTD{
  533. float: right;
  534. margin-right: 5px;
  535. width: 25px;
  536. height: 25px;
  537. cursor: pointer;
  538. background: url(../images/layout/icon-terrain.png);
  539. display:none;
  540. }
  541. #sideNavMapControl .abtn-show-DEMTD.active,
  542. #sideNavMapControl .abtn-show-DEMTD:hover{
  543. background: url(../images/layout/icon-terrain-hover.png);
  544. }
  545. #sideNavMapControl .abtn-show-DEMTD.active{
  546. border: 1px solid #666;
  547. }
  548. #sideNavMapControl .abtn-show-pointshijing{
  549. float: right;
  550. margin-right: 5px;
  551. width: 25px;
  552. height: 25px;
  553. cursor: pointer;
  554. background: url(../images/layout/icon-shijing3.png);
  555. display:none;
  556. }
  557. #sideNavMapControl .abtn-show-pointshijing.active,
  558. #sideNavMapControl .abtn-show-pointshijing:hover{
  559. background: url(../images/layout/icon-shijing3.png);
  560. }
  561. #sideNavMapControl .abtn-show-pointshijing.active{
  562. /* border: 1px solid #666; */
  563. }
  564. #map23dChangeNav {
  565. position: absolute;
  566. right: 40px;
  567. top: 0px;
  568. }
  569. #map23dChangeNav .change_2d {
  570. float:left;
  571. }
  572. #map23dChangeNav .current {
  573. background: url(../../images/layout/bg-btn-default-hover.png) repeat-x left;
  574. }
  575. .go-user-manage,
  576. .go-gcms,
  577. .go-hmdms {
  578. display:none;
  579. }
  580. #sideNavMapControl .footer .mod-link{
  581. height: 15px;
  582. }