userSetting.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730
  1. #globalSetting {
  2. position:absolute;
  3. left:0px;
  4. top: 0px;
  5. right: 0px;
  6. bottom:0px;
  7. z-index:110;
  8. border: none;
  9. background: rgba(45, 53, 68, 0.8);
  10. }
  11. #globalSetting .btn-default{
  12. width: auto;
  13. color: #FFF;
  14. height: 28px;
  15. padding: 0 10px;
  16. cursor: pointer;
  17. background: rgba(45, 53, 68, 0.8);
  18. border: 1px solid #fff;
  19. margin: 0px;
  20. margin-right: 7px;
  21. line-height: 28px;
  22. }
  23. #globalSetting .btn-default.active{
  24. background: url(../../images/layout/bg-btn-default-hover.png) repeat-x left top;
  25. }
  26. #map2DSetting{
  27. }
  28. #globalSetting .panel-header{
  29. width: 100%;
  30. height: 50px;
  31. border-bottom: 1px solid #fff;
  32. }
  33. #globalSetting .panel-header .closeSetting{
  34. float: right;
  35. width: 50px;
  36. margin-top: 10px;
  37. margin-right: 30px;
  38. }
  39. #globalSetting .panel-header h2{
  40. color: #fff;
  41. float: left;
  42. line-height: 50px;
  43. margin-left: 30px;
  44. }
  45. #map2DSetting{
  46. display: none;
  47. }
  48. #map3DSetting{
  49. display: none;
  50. }
  51. #IGoalsSeting{
  52. display: none;
  53. }
  54. #globalSetting .panel-body{
  55. border-bottom: 1px solid #fff;
  56. }
  57. #globalSetting .panel-body .itemleft{
  58. width: 33%;
  59. border-right: 1px solid #fff;
  60. float: left;
  61. }
  62. #globalSetting .panel-body .itemleft .left_header{
  63. width: 100%;
  64. height: 50px;
  65. background: url(../../images/layout/bg-sideBar-line.png) no-repeat center bottom;
  66. }
  67. #globalSetting .panel-body .itemleft .left_header ul{
  68. margin: 0 auto;
  69. width: 325px;
  70. }
  71. #globalSetting .panel-body .itemleft .left_header ul li{
  72. color: #fff;
  73. line-height: 30px;
  74. float: left;
  75. padding: 10px 10px 10px 0px;
  76. border:0px;
  77. cursor:pointer;
  78. font-size: 14px;
  79. }
  80. #globalSetting .panel-body .itemleft .left_header ul li:hover{
  81. color: #58edff;
  82. }
  83. #globalSetting .panel-body .itemleft .left_header ul li.active{
  84. color: #58edff;
  85. background: url(../../images/layout/acur.png) no-repeat center center;
  86. }
  87. #globalSetting .panel-body .itemright{
  88. float: left;
  89. width: 66%;
  90. }
  91. #globalSetting .panel-body .part .header {
  92. height:20px;
  93. overflow:hidden;
  94. padding:10px 0;
  95. background: url(../../images/layout/bg-sideBar-line.png) no-repeat center bottom;
  96. }
  97. #globalSetting .panel-body .part .header h4 {
  98. font-size:16px;
  99. float:left;
  100. font-weight:normal;
  101. color:#fff;
  102. margin-left:20px;
  103. }
  104. #globalSetting .panel-body .alink {
  105. float:right;
  106. margin:1px 15px 0 0;
  107. color: #fff;
  108. line-height: 20px;
  109. }
  110. #globalSetting .panel-body .add-newCa,#globalSetting .panel-body .add-kz{
  111. display: none;
  112. }
  113. #globalSetting .panel-body .part .footer{
  114. width: 400px;
  115. margin:0 auto;
  116. }
  117. /* #IGoalsSetting .header{
  118. width: 300px;
  119. margin:0 auto;
  120. margin-top: 20px;
  121. } */
  122. #globalSetting #map2DSetting .map-form {
  123. padding:15px 0 0 0;
  124. margin: 5px 20px;
  125. position: relative;
  126. overflow: hidden;
  127. color: #fff;
  128. }
  129. #globalSetting #map2DSetting .map-form dl {
  130. overflow:hidden;
  131. margin-bottom: 5px;
  132. }
  133. #globalSetting #map2DSetting .map-form dl dt {
  134. width:100px;
  135. text-align:right;
  136. height:24px;
  137. line-height:24px;
  138. padding:0 5px 0 0;
  139. color:#fff;
  140. float:left;
  141. }
  142. #globalSetting #map2DSetting .map-form dl dd {
  143. float:left;
  144. color:#fff;
  145. }
  146. #globalSetting #map2DSetting .map-form dl dd .input {
  147. height:20px;
  148. line-height:20px;
  149. }
  150. #globalSetting #map2DSetting #thematicList h4{
  151. color: #fff;
  152. line-height: 20px;
  153. padding-left: 20px;
  154. padding-bottom: 10px;
  155. float: left;
  156. }
  157. #globalSetting #map2DSetting #thematicList{
  158. margin-top: 30px;
  159. }
  160. #globalSetting #map2DSetting #thematicList ul{
  161. overflow-y:auto;
  162. width: 100%;
  163. }
  164. #globalSetting #map2DSetting #thematicList ul li{
  165. height: 30px;
  166. line-height: 30px;
  167. color: #fff;
  168. width: 100%;
  169. font-size: 14px;
  170. background: url(../../images/layout/bg-sideBar-line.png) no-repeat center bottom;
  171. text-align: left;
  172. text-indent: 45px;
  173. cursor: pointer;
  174. }
  175. #globalSetting #map2DSetting #thematicList ul li:hover{
  176. background: url(../../images/layout/hovera.png) no-repeat center center;
  177. }
  178. #globalSetting #IGoalsSetting #iGNameList h4{
  179. color: #fff;
  180. line-height: 20px;
  181. padding-left: 20px;
  182. padding-bottom: 10px;
  183. float: left;
  184. }
  185. /* #globalSetting #IGoalsSetting #iGNameList{
  186. margin-top: 30px;
  187. }
  188. #globalSetting #IGoalsSetting #iGNameList ul{
  189. overflow-y:auto;
  190. width: 100%;
  191. }
  192. #globalSetting #IGoalsSetting #iGNameList ul li{
  193. height: 30px;
  194. line-height: 30px;
  195. color: #fff;
  196. width: 100%;
  197. font-size: 14px;
  198. background: url(../../images/layout/bg-sideBar-line.png) no-repeat center bottom;
  199. text-align: left;
  200. text-indent: 45px;
  201. cursor: pointer;
  202. }
  203. #globalSetting #IGoalsSetting #iGNameList ul li:hover{
  204. /*background: url(../../images/layout/hovera.png) no-repeat center center;*/
  205. /* } */ */
  206. #globalSetting #model3DList h4{
  207. color: #fff;
  208. line-height: 20px;
  209. padding-left: 20px;
  210. padding-bottom: 10px;
  211. float: left;
  212. }
  213. #globalSetting #model3DList{
  214. margin-top: 30px;
  215. }
  216. #globalSetting #model3DList ul{
  217. overflow-y:auto;
  218. width: 100%;
  219. }
  220. #globalSetting #model3DList ul li{
  221. height: 30px;
  222. line-height: 30px;
  223. color: #fff;
  224. width: 100%;
  225. font-size: 14px;
  226. background: url(../../images/layout/bg-sideBar-line.png) no-repeat center bottom;
  227. text-align: left;
  228. text-indent: 45px;
  229. cursor: pointer;
  230. }
  231. #globalSetting #model3DList ul li:hover{
  232. background: url(../../images/layout/hovera.png) no-repeat center center;
  233. }
  234. #map2DSettingInfoContent{
  235. width: 100%;
  236. height: 100%;
  237. }
  238. #map2DSettingInfoContent .thematicModelList{
  239. width: 100%;
  240. height: 100%;
  241. overflow-y:auto;
  242. }
  243. #dxCList{
  244. padding:0px;
  245. }
  246. #dxCList li{
  247. width: 100%;
  248. height: 50px;
  249. border-bottom: 1px solid #fff;
  250. }
  251. #dxCList li span{
  252. line-height: 50px;
  253. font-size: 14px;
  254. color: #fff;
  255. padding-left: 50px;
  256. }
  257. #dxCList li .delete{
  258. margin-right: 10px;
  259. text-align: center;
  260. margin-top: 14px;
  261. }
  262. #iGCList li .editer,
  263. #mxCList li .editer,
  264. #dxCList li .editer {
  265. margin-right: 10px;
  266. text-align: center;
  267. margin-top: 14px;
  268. display: inline-block;
  269. }
  270. #iGCList li .sure,
  271. #mxCList li .sure,
  272. #dxCList li .sure{
  273. margin-right: 10px;
  274. text-align: center;
  275. margin-top: 14px;
  276. }
  277. #iGCList li .cancel,
  278. #mxCList li .cancel,
  279. #dxCList li .cancel{
  280. margin-right: 10px;
  281. text-align: center;
  282. margin-top: 14px;
  283. }
  284. #iGCList li .curCa,
  285. #mxCList li .curCa,
  286. #dxCList li .curCa{
  287. margin-right: 10px;
  288. width: 100px;
  289. height: 20px;
  290. margin-top: 14px;
  291. }
  292. #iGCList li .content,
  293. #mxCList li .content,
  294. #dxCList .content{
  295. display: inline-block;
  296. float: right;
  297. margin-right: 50px;
  298. }
  299. #iGCList li .li_control_Ch,
  300. #mxCList li .li_control_Ch,
  301. #dxCList .li_control_Ch{
  302. display: none;
  303. }
  304. #iGCList li .li_control,
  305. #mxCList li .li_control,
  306. #dxCList .li_control{
  307. display: block;
  308. }
  309. #iGCList,
  310. #mxCList{
  311. padding:0px;
  312. }
  313. #iGCList li,
  314. #mxCList li{
  315. width: 100%;
  316. height: 50px;
  317. border-bottom: 1px solid #fff;
  318. }
  319. #iGCList li span,
  320. #mxCList li span{
  321. line-height: 50px;
  322. font-size: 14px;
  323. color: #fff;
  324. padding-left: 50px;
  325. }
  326. #iGCList li .delete,
  327. #mxCList li .delete{
  328. float: right;
  329. margin-right: 50px;
  330. text-align: center;
  331. margin-top: 14px;
  332. }
  333. #map3DSettingInfoContent .model3DCategoryList{
  334. width: 100%;
  335. height: 100%;
  336. display: none;
  337. overflow-y:auto;
  338. }
  339. #map3DSettingInfoContent .model3DModelList{
  340. width: 100%;
  341. height: 100%;
  342. overflow-y:auto;
  343. }
  344. #map2DSettingInfoContent .thematicCategoryList{
  345. width: 100%;
  346. height: 100%;
  347. overflow-y:auto;
  348. }
  349. #map3DSettingInfoContent{
  350. width: 100%;
  351. height: 100%;
  352. display: none;
  353. }
  354. #IGoalsSetingInfoContent{
  355. width: 100%;
  356. height: 100%;
  357. display: none;
  358. }
  359. /* #IGoalsSettingInfoContent{
  360. width: 100%;
  361. height: 100%;
  362. display: none;
  363. overflow: hidden;
  364. }
  365. #IGoalsSettingInfoContent .iGItemList{
  366. width: 100%;
  367. height: 100%;
  368. }
  369. #IGoalsSettingInfoContent .iGItemCList{
  370. width: 100%;
  371. height: 100%;
  372. display: none;
  373. } */
  374. #globalSetting #map3DForm .map-form {
  375. padding:15px 0 0 0;
  376. margin: 5px 20px;
  377. position: relative;
  378. overflow: hidden;
  379. color: #fff;
  380. }
  381. #globalSetting #map3DForm .map-form dl {
  382. overflow:hidden;
  383. margin-bottom: 5px;
  384. }
  385. #globalSetting #map3DForm .map-form dl dt {
  386. width:102px;
  387. text-align:right;
  388. height:24px;
  389. line-height:24px;
  390. padding:0 5px 0 0;
  391. color:#fff;
  392. float:left;
  393. }
  394. #globalSetting #map3DForm .map-form dl dd {
  395. float:left;
  396. color:#fff;
  397. }
  398. #globalSetting #map3DForm .map-form dl dd .input {
  399. height:20px;
  400. line-height:20px;
  401. }
  402. .bacover{
  403. display: none;
  404. width: 100%;
  405. height: 100%;
  406. position: absolute;
  407. z-index: 120;
  408. background-color: #000;
  409. opacity: 0.5;
  410. }
  411. #map2DOrigin{
  412. display: none;
  413. position: absolute;
  414. left: 50%;
  415. top: 50%;
  416. margin-left:-100px;
  417. margin-top: -50px;
  418. width: 200px;
  419. height: 100px;
  420. background: #fff url(../../images/layout/bg-normal.png) center center;
  421. z-index: 130;
  422. }
  423. #map2DOrigin .map2DOrigin{
  424. font-size: 18px;
  425. width: 150px;
  426. margin: 15px 0px 0px 25px;
  427. height: 30px;
  428. }
  429. #map2DOrigin button{
  430. float: right;
  431. margin: 10px 25px 0px 0px;
  432. }
  433. #globalSetting #dxList,
  434. #globalSetting #mxList {
  435. margin:0 0 0 20px;
  436. }
  437. #globalSetting #map2DSettingInfoContent .center-lat,
  438. #globalSetting #mxList .center-lat{
  439. margin-right: 5px;
  440. }
  441. #globalSetting #iGList .item-form,
  442. #globalSetting #map2DSettingInfoContent .item-form,
  443. #globalSetting #mxList .item-form {
  444. padding:10px 0;
  445. margin:5px 0;
  446. position:relative;
  447. overflow:hidden;
  448. border-bottom: 1px solid #fff;
  449. padding-bottom: 5px;
  450. }
  451. #globalSetting #iGList .item-form .delete,
  452. #globalSetting #map2DSettingInfoContent .item-form .delete,
  453. #globalSetting #mxList .item-form .delete {
  454. position:absolute;
  455. right:5px;
  456. top:10px;
  457. padding: 0px !important;
  458. text-align: center;
  459. }
  460. #globalSetting #map2DSettingInfoContent .item-form .tile-view {
  461. position:absolute;
  462. right:5px;
  463. top:40px;
  464. padding: 0px !important;
  465. text-align: center;
  466. }
  467. #globalSetting #map2DSettingInfoContent .item-form .up,#globalSetting #map2DSettingInfoContent .item-form .addsx{
  468. position:absolute;
  469. right:5px;
  470. top:50px;
  471. padding: 0px !important;
  472. text-align: center;
  473. }
  474. #globalSetting #map2DSettingInfoContent .zixiang{
  475. height: 35px;
  476. clear: both;
  477. }
  478. #globalSetting #map2DSettingInfoContent .item-form .down{
  479. position:absolute;
  480. right:5px;
  481. top:80px;
  482. padding: 0px !important;
  483. text-align: center;
  484. }
  485. #globalSetting #mxList .item-form .up{
  486. position:absolute;
  487. right:5px;
  488. top:50px;
  489. padding: 0px !important;
  490. text-align: center;
  491. }
  492. #globalSetting #mxList .item-form .down{
  493. position:absolute;
  494. right:5px;
  495. top:80px;
  496. padding: 0px !important;
  497. text-align: center;
  498. }
  499. #globalSetting #map2DSettingInfoContent .item-form .showOrhide{
  500. position:absolute;
  501. right:5px;
  502. top:130px;
  503. padding: 0px !important;
  504. text-align: center;
  505. float: left;
  506. width: 57px;
  507. }
  508. #globalSetting #iGList .item-form dl,
  509. #globalSetting #map2DSettingInfoContent .item-form dl,
  510. #globalSetting #mxList .item-form dl {
  511. overflow:hidden;
  512. float:left;
  513. width:320px;
  514. margin-bottom: 9px;
  515. }
  516. #globalSetting #iGList .item-form dl dt,
  517. #globalSetting #map2DSettingInfoContent .item-form dl dt,
  518. #globalSetting #mxList .item-form dl dt {
  519. text-align:right;
  520. height:24px;
  521. line-height:24px;
  522. padding:0 5px 0 0;
  523. float:left;
  524. color:#fff;
  525. width: 100px;
  526. }
  527. #globalSetting #iGList .item-form dl dd,
  528. #globalSetting #map2DSettingInfoContent .item-form dl dd,
  529. #globalSetting #mxList .item-form dl dd {
  530. float:left;
  531. }
  532. #globalSetting #iGList .item-form dl dd .input,
  533. #globalSetting #map2DSettingInfoContent .item-form dl dd .input,
  534. #globalSetting #mxList .item-form dl dd .input {
  535. height:20px;
  536. line-height:20px;
  537. color: #fff;
  538. border: none;
  539. background: #3371c8;
  540. }
  541. #globalSetting .panel-footer {
  542. padding:10px 10px;
  543. height:35px;
  544. text-align:center;
  545. /* background: url(../../images/layout/bg-sideBar-line.png) no-repeat center top; */
  546. }
  547. .category{
  548. position: relative;
  549. }
  550. .chhoostListContent{
  551. position: absolute;
  552. top: 33px;
  553. left: 105px;
  554. width: 166px;
  555. background-color: #fff;
  556. display: none;
  557. height: 40px;
  558. overflow-y:auto;
  559. }
  560. .chhoostListContent li{
  561. width: 100%;
  562. text-indent: 20px;
  563. color: #000;
  564. cursor: pointer;
  565. }
  566. .chhoostListContent li:hover{
  567. color: #fff;
  568. }
  569. #kzList{
  570. padding-top: 25px;
  571. }
  572. #kzList li{
  573. color: #fff;
  574. line-height: 40px;
  575. }
  576. #kzList li p{
  577. display: inline-block;
  578. margin-left: 40px;
  579. }
  580. #kzList input{
  581. height: 20px;
  582. line-height: 20px;
  583. color: #fff;
  584. border: none;
  585. background: #3371c8;
  586. padding: 0 5px;
  587. }
  588. #kzList input.linkAddr{
  589. width: 300px;
  590. }
  591. #kzList button{
  592. border: none;
  593. margin-left: 50px;
  594. background: #fff;
  595. padding: 2px 10px;
  596. }
  597. #tdTheSelect{
  598. display: none;
  599. position: absolute;
  600. top: 0;
  601. bottom: 0;
  602. left: 0;
  603. right: 0;
  604. margin: auto;
  605. width: 200px;
  606. height: 120px;
  607. z-index: 999;
  608. border: 1px solid #3de0ff;
  609. color: #fff;
  610. background: url(../../images/layout/bg-normal.png);
  611. border-radius: 2px;
  612. }
  613. #tdTheSelect .cover-content{
  614. padding: 20px;
  615. }
  616. #tdTheSelect select{
  617. background: #1760b7;
  618. color: #fff;
  619. border: 1px solid #01b7ff;
  620. width: 160px;
  621. height: 26px;
  622. padding: 0 5px;
  623. border-radius: 2px;
  624. }
  625. #tdTheSelect.active{
  626. display: block;
  627. }
  628. #tdtsList{
  629. display: none;
  630. position: absolute;
  631. top: 0;
  632. bottom: 0;
  633. left: 0;
  634. right: 0;
  635. margin: auto;
  636. width: 345px;
  637. height: 430px;
  638. border: 1px solid #3de0ff;
  639. background: url(../../images/layout/bg-normal.png);
  640. z-index: 1111;
  641. color: #fff;
  642. border-radius: 2px;
  643. }
  644. #tdtsList ul{
  645. padding: 10px 0px 10px 20px;
  646. max-height: 145px;
  647. overflow: auto;
  648. }
  649. #tdtsList li{
  650. line-height: 30px;
  651. }
  652. #tdtsList li .check{
  653. display: inline-block;
  654. width: 14px;
  655. height: 14px;
  656. background: #2c8af3;
  657. border: 1px solid #3de0ff;
  658. border-radius: 1px;
  659. margin-top: 7px;
  660. margin-right: 9px;
  661. cursor: pointer;
  662. vertical-align: top;
  663. }
  664. #tdtsList li .check.bg{
  665. background: #2c8af3 url(../../images/user/check.png) 2px 3px no-repeat;
  666. }
  667. #tdtsList .title{
  668. color: #b7d6ff;
  669. background: #2363b8;
  670. height: 24px;
  671. line-height: 24px;
  672. padding-left: 5px;
  673. clear: both;
  674. }
  675. #tdtsList .title span{
  676. float: right;
  677. background: url(../../images/user/xia.png) no-repeat;
  678. width: 8px;
  679. height: 6px;
  680. margin: 9px 10px 0 0;
  681. cursor: pointer;
  682. }
  683. #tdtsList .title span.he{
  684. background: url(../../images/user/shang.png) no-repeat;
  685. }
  686. #tdtsList ul.he{
  687. height: 0;
  688. padding: 0;
  689. }
  690. #tdtsList.active{
  691. display: block;
  692. }
  693. #tdtsList button,#tdTheSelect button{
  694. background: #2c8af3;
  695. color: #fff;
  696. border: 1px solid #01b7ff;
  697. width: 70px;
  698. text-align: center;
  699. height: 26px;
  700. line-height: 26px;
  701. font-size: 13px;
  702. border-radius: 2px;
  703. cursor: pointer;
  704. }
  705. #tdTheSelect .btns,#tdtsList .btns{
  706. margin-top: 28px;
  707. font-size: 0;
  708. }
  709. #tdtsList .btns{
  710. position: absolute;
  711. bottom: 20px;
  712. text-align: center;
  713. width: 100%;
  714. }
  715. #tdTheSelect .cancel,#tdtsList .cancel{
  716. margin-left: 20px;
  717. }
  718. #tdyuanModel{
  719. display: none;
  720. }