userSetting.css 14 KB

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