You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1426 lines
27 KiB

  1. .gisLeft,
  2. .mapAreaBox,
  3. body .mapFullscreen,
  4. body .gis_zoomOropen {
  5. display: none;
  6. }
  7. .gisContainer {
  8. margin-left: 0px;
  9. }
  10. em,
  11. i {
  12. font-style: normal;
  13. }
  14. /**********************************************/
  15. .clearfixswx:after {
  16. content: '.';
  17. display: block;
  18. height: 0;
  19. clear: both;
  20. visibility: hidden;
  21. }
  22. .gis_tools_info {
  23. /* background: url(./img/navbg.png) center no-repeat; */
  24. height: 48px;
  25. }
  26. .gis_tools_info .Lztool {
  27. position: absolute;
  28. right: 20px;
  29. top: 10px;
  30. width: 88px;
  31. height: 25px;
  32. line-height: 25px;
  33. background: linear-gradient(360deg, rgba(227, 227, 227, 1) 0%, rgba(255, 255, 255, 1) 100%);
  34. box-shadow: 1px 1px 4px 0px rgba(0, 63, 130, 1);
  35. border-radius: 4px;
  36. cursor: pointer;
  37. }
  38. .gis_tools_info .luru {
  39. right: 130px;
  40. width: 110px;
  41. }
  42. .gis_tools_info .luru1 {
  43. right: 260px;
  44. width: 110px;
  45. }
  46. .gis_tools_info .luru2 {
  47. right: 390px;
  48. width: 110px;
  49. }
  50. .gis_tools_info .Lztool i {
  51. position: absolute;
  52. left: 17px;
  53. top: 4px;
  54. width: 13px;
  55. height: 17px;
  56. background: url(./img/gj.png) center no-repeat;
  57. }
  58. .gis_tools_info .Lztool im {
  59. position: absolute;
  60. left: 15px;
  61. top: 3px;
  62. width: 17px;
  63. height: 17px;
  64. background: url(./img/gjNew.png) center no-repeat;
  65. }
  66. .gis_tools_info .Lztool em {
  67. padding-left: 37px;
  68. color: #0885fc;
  69. font-size: 14px;
  70. }
  71. .LzToolset {
  72. position: absolute;
  73. right: -100%;
  74. top: 49px;
  75. width: 340px;
  76. background: #fff;
  77. }
  78. .LzToolset .ToolTab {
  79. width: 100%;
  80. height: 52px;
  81. background: rgba(255, 255, 255, 0.6);
  82. box-shadow: 0px 2px 2px 0px rgba(174, 174, 174, 0.5);
  83. text-align: center;
  84. }
  85. .LzToolset .ToolTab span,
  86. .LzToolset .ToolTab a {
  87. display: inline-block;
  88. vertical-align: middle;
  89. margin-left: 6px;
  90. margin-top: 12px;
  91. }
  92. .LzToolset .ToolTab span {
  93. width: 78px;
  94. height: 25px;
  95. border-radius: 4px;
  96. border: 1px solid #067dfd;
  97. text-align: center;
  98. line-height: 25px;
  99. color: #067dfd;
  100. font-size: 14px;
  101. cursor: pointer;
  102. }
  103. .LzToolset .ToolTab a {
  104. width: 23px;
  105. height: 23px;
  106. cursor: pointer;
  107. background: url(./img/fd.png) center no-repeat;
  108. }
  109. .LzToolset .ToolTab span.active {
  110. background: #067dfd;
  111. color: #fff;
  112. }
  113. .figureNote {
  114. position: absolute;
  115. right: -100%;
  116. top: 100px;
  117. width: 340px;
  118. }
  119. .ToolCont {
  120. margin-top: 10px;
  121. background: rgba(255, 255, 255, 0.9);
  122. box-shadow: 0px 2px 2px 0px rgba(174, 174, 174, 0.5);
  123. padding: 10px;
  124. position: relative;
  125. height: 385px;
  126. }
  127. .TCtab {
  128. padding-left: 17px;
  129. }
  130. .TCtab span {
  131. height: 25px;
  132. padding: 3px 10px;
  133. border-radius: 4px;
  134. border: 1px solid #067dfd;
  135. text-align: center;
  136. line-height: 25px;
  137. color: #067dfd;
  138. font-size: 14px;
  139. cursor: pointer;
  140. margin-right: 13px;
  141. }
  142. .TCtab span.active {
  143. background: #067dfd;
  144. color: #fff;
  145. }
  146. .tabBox {
  147. padding-top: 10px;
  148. overflow: auto;
  149. height: 350px;
  150. }
  151. .pennelBox h3 {
  152. color: #333;
  153. font-size: 16px;
  154. }
  155. .pennelBox .pennelist {
  156. padding-top: 10px;
  157. }
  158. .pennelist li {
  159. float: left;
  160. width: 74px;
  161. height: 80px;
  162. text-align: center;
  163. margin: 0 0 15px 0;
  164. cursor: pointer;
  165. }
  166. .pennelist li span {
  167. display: block;
  168. width: 40px;
  169. height: 40px;
  170. border-radius: 50%;
  171. margin: 0 auto;
  172. cursor: pointer;
  173. position: relative;
  174. text-align: center;
  175. }
  176. .pennelist li em {
  177. color: #666666;
  178. font-size: 14px;
  179. line-height: 16px;
  180. display: block;
  181. margin-top: 8px;
  182. cursor: pointer;
  183. }
  184. .pennelist li span i {
  185. position: absolute;
  186. right: -7px;
  187. top: -3px;
  188. width: 14px;
  189. height: 14px;
  190. cursor: pointer;
  191. background: url(./img/activeicon.png) center no-repeat;
  192. }
  193. .OnlineBox {
  194. position: absolute;
  195. padding: 10px;
  196. width: 469px;
  197. height: 406px;
  198. /* background:rgba(255,255,255,0.8); */
  199. background: #fff;
  200. box-shadow: 0px 2px 2px 0px rgba(174, 174, 174, 0.5);
  201. left: 1px;
  202. top: 49px;
  203. display: none;
  204. }
  205. .OnlineBox .onliSeek {
  206. position: relative;
  207. }
  208. .OnlineBox .onliSeek input {
  209. height: 36px;
  210. background: rgba(255, 255, 255, 1);
  211. border: 1px solid rgba(199, 199, 199, 1);
  212. padding: 0 52px 0 10px;
  213. width: 323px;
  214. }
  215. .OnlineBox .onliSeek button {
  216. position: absolute;
  217. top: 0;
  218. right: 0;
  219. width: 44px;
  220. height: 100%;
  221. background: url(./img/seek.png) center no-repeat;
  222. border: 0;
  223. border-left: 2px solid #c7c7c7;
  224. cursor: pointer;
  225. outline: none;
  226. }
  227. .OnlineBox .onliSeek select {
  228. position: absolute;
  229. top: 0;
  230. width: 85px;
  231. height: 100%;
  232. border: 0;
  233. background-color: #ccffcc;
  234. border-left: 2px solid #c7c7c7;
  235. cursor: pointer;
  236. outline: none;
  237. }
  238. .common-population {
  239. position: absolute;
  240. padding: 10px;
  241. width: 322px;
  242. height: 406px;
  243. /* background:rgba(255,255,255,0.8); */
  244. background: #fff;
  245. box-shadow: 0px 2px 2px 0px rgba(174, 174, 174, 0.5);
  246. left: 1px;
  247. top: 49px;
  248. display: none;
  249. }
  250. .common-population .onliSeek {
  251. position: relative;
  252. }
  253. .common-population .onliSeek input {
  254. height: 36px;
  255. background: rgba(255, 255, 255, 1);
  256. border: 1px solid rgba(199, 199, 199, 1);
  257. padding: 0 52px 0 10px;
  258. width: 323px;
  259. }
  260. .common-population .onliSeek button {
  261. position: absolute;
  262. right: 0;
  263. top: 0;
  264. width: 44px;
  265. height: 100%;
  266. /* background: url(./img/seek.png) center no-repeat; */
  267. border: 0;
  268. border-left: 2px solid #c7c7c7;
  269. cursor: pointer;
  270. outline: none;
  271. }
  272. .common-company {
  273. position: relative;
  274. padding: 0;
  275. width: 100%;
  276. height: 100%;
  277. /* background:rgba(255,255,255,0.8); */
  278. background: #fff;
  279. /*left:1px;*/
  280. /*top:49px;*/
  281. /*display:none;*/
  282. }
  283. .common-company .onliSeek {
  284. position: relative;
  285. }
  286. .common-company .onliSeek input {
  287. height: 36px;
  288. background: rgba(255, 255, 255, 1);
  289. border: 1px solid rgba(199, 199, 199, 1);
  290. padding: 0 52px 0 10px;
  291. width: 323px;
  292. }
  293. .common-company .onliSeek button {
  294. position: absolute;
  295. right: 0;
  296. top: 0;
  297. width: 44px;
  298. height: 100%;
  299. /* background: url(./img/seek.png) center no-repeat; */
  300. border: 0;
  301. border-left: 2px solid #c7c7c7;
  302. cursor: pointer;
  303. outline: none;
  304. }
  305. .gridTab {
  306. padding-top: 10px;
  307. font-size: 0;
  308. }
  309. .gridTab span {
  310. display: inline-block;
  311. width: 152px;
  312. height: 30px;
  313. border: 1px solid #666666;
  314. margin-left: 13px;
  315. position: relative;
  316. border-radius: 5px;
  317. cursor: pointer;
  318. }
  319. .gridTab span i {
  320. position: absolute;
  321. width: 12px;
  322. height: 15px;
  323. /* background: url(./img/rticon.png) 0 -14px no-repeat; */
  324. left: 13px;
  325. top: 7px;
  326. }
  327. .gridTab span em {
  328. color: #666666;
  329. padding-left: 30px;
  330. }
  331. .gridTab span:nth-child(1) {
  332. margin-left: 0;
  333. }
  334. .gridTab span:nth-child(2) i {
  335. /* background: url(./img/Fill.png) 0 -14px no-repeat; */
  336. }
  337. .gridTab span.avtive {
  338. background: #067dfd;
  339. border: 1px solid #067dfd;
  340. }
  341. .gridTab span.avtive i {
  342. background-position: 0 0;
  343. }
  344. .gridTab span.avtive em {
  345. color: #fff;
  346. }
  347. .gridTcont {
  348. /* background: rgba(0, 0, 0, 0.02); */
  349. height: auto;
  350. margin-top: 10px;
  351. position: relative;
  352. }
  353. .stateTab {
  354. margin-top: 10px;
  355. font-size: 0;
  356. }
  357. .statelist {
  358. height: auto;
  359. /* overflow-y: auto; */
  360. }
  361. .closeGb {
  362. position: absolute;
  363. text-align: right;
  364. right: 10px;
  365. bottom: 17px;
  366. }
  367. .closeGb button {
  368. display: inline-block;
  369. vertical-align: middle;
  370. cursor: pointer;
  371. width: 65px;
  372. height: 32px;
  373. background: rgba(255, 255, 255, 1);
  374. border-radius: 4px;
  375. border: 1px solid rgba(217, 217, 217, 1);
  376. margin-left: 8px;
  377. }
  378. .stateTab span {
  379. display: inline-block;
  380. height: 32px;
  381. width: 159px;
  382. border: 1px solid #ccc;
  383. font-size: 14px;
  384. text-align: center;
  385. background: rgba(0, 0, 0, 0.02);
  386. color: #666666;
  387. cursor: pointer;
  388. }
  389. .stateTab span:nth-child(1) {
  390. border-radius: 4px 0 0 0;
  391. }
  392. .stateTab span:nth-child(2) {
  393. border-radius: 0 4px 0 0;
  394. }
  395. .stateTab span.active {
  396. border-color: #067dfd;
  397. background: #fff;
  398. color: #067dfd;
  399. }
  400. .statelist th,
  401. .statelist td {
  402. padding: 5px 0;
  403. width: auto;
  404. min-width: 62px;
  405. /* line-height: 40px; */
  406. text-indent: 0;
  407. text-align: center;
  408. }
  409. .statelist tr {
  410. border-bottom: 1px solid #ccc;
  411. }
  412. .statelist th {
  413. font-size: 14px;
  414. color: #333333;
  415. font-weight: bold;
  416. border-bottom: 1px solid #ccc;
  417. }
  418. .statelist table tbody tr td:nth-child(1) {
  419. overflow: hidden;
  420. white-space: nowrap;
  421. text-overflow: ellipsis;
  422. /* display: inline-block; */
  423. /* width: 95px; */
  424. }
  425. .statelist a {
  426. display: block;
  427. width: 64px;
  428. height: 24px;
  429. color: #067dfd;
  430. border: 1px solid #067dfd;
  431. text-align: center;
  432. line-height: 24px;
  433. border-radius: 3px;
  434. text-indent: 0;
  435. margin: 0 auto;
  436. cursor: pointer;
  437. }
  438. .statelist th:nth-child(3) {
  439. text-align: center;
  440. text-indent: 0;
  441. }
  442. .statePage {
  443. margin-top: 10px;
  444. font-size: 0;
  445. text-align: right;
  446. position: relative;
  447. right: 5px;
  448. bottom: 5px;
  449. }
  450. .statePage a,
  451. .statePage input,
  452. .statePage em {
  453. display: inline-block;
  454. vertical-align: middle;
  455. }
  456. .statePage a {
  457. width: 16px;
  458. height: 16px;
  459. background: url(./img/syy.png) 1px 0 no-repeat;
  460. cursor: pointer;
  461. }
  462. .statePage a.next {
  463. background: url(./img/xyy.png) -16px 0 no-repeat;
  464. }
  465. .statePage a:hover {
  466. background-position: -17px;
  467. }
  468. .statePage a.next:hover {
  469. background-position: 1px;
  470. }
  471. .statePage input {
  472. width: 48px;
  473. height: 22px;
  474. text-align: center;
  475. border-radius: 3px;
  476. border: 1px solid #d9d9d9;
  477. margin: 0 5px;
  478. font-size: 12px;
  479. color: #333333;
  480. }
  481. .statePage em {
  482. width: 48px;
  483. height: 22px;
  484. text-align: center;
  485. margin: 0 5px 0 0;
  486. line-height: 22px;
  487. }
  488. .statePage.active a {
  489. background: #fff;
  490. width: 32px;
  491. margin: 0 3px;
  492. height: 32px;
  493. border-radius: 4px;
  494. border: 1px solid rgba(0, 0, 0, 0.15);
  495. color: #333;
  496. text-align: center;
  497. line-height: 32px;
  498. }
  499. .statePage.active a.cur {
  500. background: #1890ff;
  501. color: #fff;
  502. }
  503. /*鏉堟牠鏁撻弬銈嗗闁跨喕鍓奸崠鈩冨*/
  504. .JctionBox {
  505. position: absolute;
  506. left: 1px;
  507. top: 49px;
  508. width: 387px;
  509. max-height: 439px;
  510. /* background:rgba(255,255,255,0.8); */
  511. background: #fff;
  512. box-shadow: 0px 2px 2px 0px rgba(174, 174, 174, 0.5);
  513. display: none;
  514. }
  515. .JctionBox h3,
  516. .OnlineBox h3,
  517. .common-population h3,
  518. .common-company h3,
  519. .mapTable h3 {
  520. margin: 0 auto;
  521. padding: 5px 0;
  522. text-align: center;
  523. border-bottom: 1px solid #c7c7c7;
  524. font-size: 16px;
  525. position: relative;
  526. background-color: #fff;
  527. }
  528. .JctionBox h3 a,
  529. .OnlineBox h3 a,
  530. .common-population h3 a,
  531. .common-company h3 a,
  532. .mapTable h3 a {
  533. position: absolute;
  534. width: 13px;
  535. height: 13px;
  536. background: url(./img/close.png) no-repeat;
  537. right: 14px;
  538. top: 7px;
  539. cursor: pointer;
  540. }
  541. .JctionBox .adress {
  542. color: #000;
  543. font-size: 14px;
  544. padding: 10px;
  545. font-weight: bold;
  546. position: relative;
  547. max-height: 24px;
  548. /* overflow: hidden; */
  549. }
  550. .adress_iduce {
  551. position: absolute;
  552. width: 260px;
  553. padding: 20px;
  554. border-radius: 5px;
  555. background: rgba(255, 255, 255, 0.8);
  556. box-shadow: 0px 2px 2px 0px rgba(174, 174, 174, 0.5);
  557. right: -320px;
  558. top: 0px;
  559. display: none;
  560. }
  561. .adress_iduce .overflew {
  562. font-size: 14px;
  563. font-weight: normal;
  564. max-height: 300px;
  565. overflow: auto;
  566. }
  567. .adress_iduce i {
  568. position: absolute;
  569. width: 0;
  570. height: 0;
  571. border-top: 15px solid transparent;
  572. border-bottom: 15px solid transparent;
  573. border-right: 15px solid rgba(255, 255, 255, 0.8);
  574. left: -15px;
  575. top: 6px;
  576. }
  577. .SitionBox {
  578. padding: 10px;
  579. }
  580. .sitioTitle {
  581. color: #333;
  582. font-size: 14px;
  583. border-left: 4px solid #067dfd;
  584. position: relative;
  585. }
  586. .sitioTitle em {
  587. padding-left: 7px;
  588. }
  589. .sitioTitle i {
  590. position: absolute;
  591. right: 0px;
  592. top: 0;
  593. padding-right: 15px;
  594. background: url(./img/zhk.png) right center no-repeat;
  595. cursor: pointer;
  596. }
  597. .sitioTitle i.cur {
  598. background: url(./img/zhktw.png) right center no-repeat;
  599. }
  600. .siscrrol {
  601. width: 100%;
  602. height: 350px;
  603. overflow: auto;
  604. }
  605. .sitiTable {
  606. margin-top: 5px;
  607. display: none;
  608. }
  609. .sitiTable .leftTab {
  610. float: left;
  611. width: 175px;
  612. margin-right: 9px;
  613. }
  614. .sitiTable .rightTab {
  615. float: left;
  616. width: 175px;
  617. }
  618. .sitiTable table {
  619. background: #d1d1d1;
  620. border-spacing: 1px;
  621. border-collapse: inherit;
  622. }
  623. .sitiTable table td {
  624. background: rgba(6, 125, 253, 0.2);
  625. line-height: 28px;
  626. height: 28px;
  627. width: 90px;
  628. color: #333333;
  629. padding-left: 10px;
  630. }
  631. .sitiTable table td:nth-child(2) {
  632. color: #067dfd;
  633. }
  634. .sitiTable table td a,
  635. .sitiTable table td em {
  636. color: #067dfd;
  637. font-weight: bold;
  638. }
  639. .sitiTable ul li {
  640. background: #a8c0da;
  641. line-height: 28px;
  642. height: 28px;
  643. width: 163px;
  644. color: #333333;
  645. float: left;
  646. padding-left: 10px;
  647. border-bottom: 1px solid #ccc;
  648. border-right: 1px solid #ccc;
  649. }
  650. .sitiTable ul li div {
  651. overflow: hidden;
  652. white-space: nowrap;
  653. text-overflow: ellipsis;
  654. width: 49.5%;
  655. float: left;
  656. text-align: center;
  657. }
  658. .sitiTable ul li:nth-child(odd) {
  659. margin-right: 10px;
  660. }
  661. .sitiTable ul li div:nth-child(odd) {
  662. border-right: 1px solid #ccc;
  663. }
  664. .JctionBox .Retract {
  665. width: 76px;
  666. height: 18px;
  667. background: rgba(6, 125, 253, 0.7) url(./img/Retractwo.png) center no-repeat;
  668. box-shadow: 0px 2px 2px 0px rgba(174, 174, 174, 0.5);
  669. border-radius: 0px 0px 6px 6px;
  670. position: absolute;
  671. left: 50%;
  672. margin-left: -38px;
  673. bottom: -18px;
  674. }
  675. .JctionBox .Retract.cur {
  676. background: rgba(6, 125, 253, 0.7) url(./img/Retract.png) center no-repeat;
  677. }
  678. /*閻線鏁撴慨鎰獓*/
  679. .province {
  680. position: absolute;
  681. width: 230px;
  682. height: 209px;
  683. background: #fff;
  684. box-shadow: 0px 2px 2px 0px rgba(174, 174, 174, 0.5);
  685. left: 1px;
  686. top: 49px;
  687. padding: 0 10px;
  688. border-radius: 5px;
  689. display: none;
  690. overflow: auto;
  691. }
  692. .province h3 {
  693. color: #5a5a5a;
  694. border-bottom: 1px solid #d9d9d9;
  695. position: relative;
  696. height: 35px;
  697. line-height: 35px;
  698. text-align: center;
  699. }
  700. .province h3 em {
  701. font-size: 16px;
  702. }
  703. .province h3 a {
  704. position: absolute;
  705. width: 13px;
  706. height: 13px;
  707. background: url(./img/close.png) no-repeat;
  708. right: 10px;
  709. top: 11px;
  710. }
  711. .province li {
  712. line-height: 35px;
  713. border-bottom: 1px solid #d9d9d9;
  714. font-size: 0;
  715. }
  716. .province li span,
  717. .province li em,
  718. .province li i {
  719. display: inline-block;
  720. vertical-align: middle;
  721. font-size: 14px;
  722. }
  723. .province li span {
  724. text-align: center;
  725. width: 50px;
  726. }
  727. .province li em {
  728. width: 120px;
  729. overflow: hidden;
  730. white-space: nowrap;
  731. text-overflow: ellipsis;
  732. display: inline-block;
  733. text-indent: 5px;
  734. }
  735. .province li i {
  736. width: 50px;
  737. }
  738. .province li img {
  739. width: 16px;
  740. }
  741. /*闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归柨鐔告灮閹风兘鏁撻弬銈嗗闁跨喐鏋婚幏宄版喅闁跨喐鏋婚幏鐑芥晸閺傘倖瀚�*/
  742. .CommyFrame {
  743. position: absolute;
  744. width: 368px;
  745. height: 362px;
  746. background: rgba(255, 255, 255, 0.8);
  747. box-shadow: 0px 2px 2px 0px rgba(174, 174, 174, 0.5);
  748. border-radius: 8px 8px 0px 0px;
  749. left: 40px;
  750. top: 73px;
  751. padding: 15px;
  752. display: none;
  753. }
  754. .CommyFrame h3 {
  755. margin-bottom: 10px;
  756. font-size: 14px;
  757. position: relative;
  758. }
  759. .CommyFrame h3 a {
  760. position: absolute;
  761. width: 13px;
  762. height: 13px;
  763. background: url(./img/close.png) no-repeat;
  764. right: 20px;
  765. top: 2px;
  766. }
  767. .CommyFrame .gridTcont {
  768. /* background: rgba(0, 0, 0, 0.02); */
  769. height: 100%;
  770. margin-top: 10px;
  771. }
  772. .CommyFrame .onliSeek {
  773. position: relative;
  774. }
  775. .CommyFrame .onliSeek input {
  776. height: 36px;
  777. background: rgba(255, 255, 255, 1);
  778. border: 1px solid rgba(199, 199, 199, 1);
  779. padding: 0 52px 0 10px;
  780. width: 368px;
  781. }
  782. .CommyFrame .onliSeek button {
  783. position: absolute;
  784. right: 0;
  785. top: 0;
  786. width: 44px;
  787. height: 100%;
  788. background: url(./img/seek.png) center no-repeat;
  789. border: 0;
  790. border-left: 2px solid #c7c7c7;
  791. cursor: pointer;
  792. outline: none;
  793. }
  794. .CommyFrame .statelist th,
  795. .CommyFrame .statelist td {
  796. width: 123px;
  797. line-height: 43px;
  798. text-indent: 16px;
  799. }
  800. /*闁跨喐鏋婚幏鐑芥晸閺傘倖瀚笲OX*/
  801. .ElframeBox {
  802. width: 678px;
  803. height: 425.5px;
  804. background: #fff;
  805. border-radius: 8px;
  806. position: fixed;
  807. left: 50%;
  808. top: 50%;
  809. z-index: 100;
  810. }
  811. .ElframeBox h3 {
  812. height: 36px;
  813. background: rgba(231, 237, 244, 1);
  814. border-radius: 8px 8px 0px 0px;
  815. color: #333333;
  816. position: relative;
  817. font-size: 14px;
  818. line-height: 36px;
  819. padding-left: 15px;
  820. }
  821. .ElframeBox h3 a {
  822. position: absolute;
  823. width: 13px;
  824. height: 13px;
  825. background: url(./img/close.png) no-repeat;
  826. right: 20px;
  827. top: 12px;
  828. }
  829. .ElframeCont {
  830. padding: 10px;
  831. overflow-y: auto;
  832. max-height: 325px;
  833. }
  834. .ElframeCont li {
  835. /*margin-right: 10px;*/
  836. width: 45%;
  837. float: left;
  838. line-height: 25px;
  839. }
  840. .ElframeCont.zhuangtActive table tr {
  841. line-height: 30px;
  842. }
  843. .ElframeCont.zhuangtActive table {
  844. width: 60%;
  845. margin: 0 15px;
  846. }
  847. .ElframeCont.table_w {
  848. width: 95%;
  849. }
  850. .ElframeCont.zhuangtActive table tr td:nth-child(1) {
  851. width: 150px;
  852. }
  853. .float-population-box table tr td:nth-child(2) {
  854. width: 150px;
  855. }
  856. .button_color {
  857. background-color: #067dfd;
  858. border: none;
  859. height: 25px;
  860. line-height: 25px;
  861. padding: 0 5px;
  862. border-radius: 5px;
  863. color: #fff;
  864. }
  865. .float-population-box {
  866. width: 400px;
  867. margin-left: 0 !important;
  868. margin-top: 0 !important;
  869. left: 1px;
  870. top: 49px;
  871. position: absolute;
  872. height: 270px;
  873. }
  874. .float-population-box .zhuangtActive table {
  875. width: 90%;
  876. }
  877. .ElframeTable {
  878. margin: 10px 0 10px 0;
  879. font-size: 0;
  880. padding-left: 10px;
  881. }
  882. .ElframeTable span {
  883. display: inline-block;
  884. vertical-align: middle;
  885. font-size: 14px;
  886. color: #333;
  887. border-bottom: 2px solid #fff;
  888. margin-right: 20px;
  889. cursor: pointer;
  890. }
  891. .ElframeTable span.active {
  892. border-bottom: 2px solid #067dfd;
  893. color: #067dfd;
  894. }
  895. .Stion_dion {
  896. width: 100%; /* margin-bottom:40px; */
  897. }
  898. .Stion_dion_tle {
  899. position: relative;
  900. text-align: center;
  901. height: 25px;
  902. }
  903. .Stion_dion_tle span {
  904. padding: 0 15px;
  905. background: #fff;
  906. line-height: 25px;
  907. color: #999999;
  908. position: relative;
  909. z-index: 2;
  910. }
  911. .Stion_dion_tle i {
  912. position: absolute;
  913. top: 12px;
  914. left: 0;
  915. width: 100%;
  916. height: 1px;
  917. background: #e8eaec;
  918. }
  919. .Stion_dion_Cot {
  920. color: #333333;
  921. text-align: center;
  922. }
  923. /*闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归柨鐔告灮閹风兘鏁撻弬銈嗗闁跨喐鏋婚幏宄版喅闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归柨鐔告灮閹风兘鏁撻敓锟�*/
  924. .ElframeBox.Comdetails {
  925. display: none;
  926. }
  927. .Comdebasic,
  928. .workingCont {
  929. height: 270px;
  930. }
  931. .Comdebasic .ComHead,
  932. .Comdebasic .Comger,
  933. .workingCont .ComHead,
  934. .workingCont .Comger {
  935. float: left;
  936. }
  937. .Comdebasic .ComHead,
  938. .workingCont .ComHead {
  939. width: 120px;
  940. height: 160px;
  941. border-radius: 3px;
  942. overflow: hidden;
  943. text-align: center;
  944. position: relative;
  945. border: 1px solid #ccc;
  946. }
  947. .Comdebasic .ComHead img,
  948. .workingCont .ComHead img {
  949. position: absolute;
  950. max-width: 100%;
  951. left: 0;
  952. top: 0;
  953. }
  954. .Comdebasic .Comger,
  955. .workingCont .Comger {
  956. width: 520px;
  957. }
  958. .Comdebasic .Comger li {
  959. float: left;
  960. width: 250px;
  961. font-size: 0;
  962. margin-bottom: 10px;
  963. }
  964. .Comdebasic .Comger li span,
  965. .Comdebasic .Comger li em {
  966. display: inline-block;
  967. vertical-align: middle;
  968. font-size: 14px;
  969. }
  970. .Comdebasic .Comger li span {
  971. width: 105px;
  972. text-align: right;
  973. word-break: break-all;
  974. }
  975. .Comdebasic .Comger li em {
  976. width: 145px;
  977. word-break: break-all;
  978. }
  979. .Comdeibe {
  980. padding: 7px 0 10px 0;
  981. }
  982. .Comdeibe span {
  983. display: inline-block;
  984. margin-bottom: 10px;
  985. vertical-align: middle;
  986. margin-right: 15px;
  987. cursor: pointer;
  988. text-align: center;
  989. line-height: 26px;
  990. color: #3c98fb;
  991. padding: 0 10px;
  992. height: 26px;
  993. border-radius: 4px;
  994. border: 1px solid rgba(60, 152, 251, 1);
  995. }
  996. /*闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归柨鐔告灮閹风兘鏁撻弬銈嗗闁跨喐鏋婚幏宄版喅闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归柨鐔告灮閹风兘鏁撻敓锟�---->闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归柨鐔告灮閹风兘鏁撻弬銈嗗*/
  997. .ElframeBox.RecentJk {
  998. display: none;
  999. }
  1000. .RecentJk .RectnTab {
  1001. font-size: 0;
  1002. }
  1003. .RecentJk .RectnTab span {
  1004. display: inline-block;
  1005. vertical-align: middle;
  1006. font-size: 14px;
  1007. cursor: pointer;
  1008. text-align: center;
  1009. line-height: 32px;
  1010. width: 130px;
  1011. height: 32px;
  1012. background: rgba(0, 0, 0, 0.02);
  1013. border-radius: 4px 4px 0px 0px;
  1014. border: 1px solid rgba(0, 0, 0, 0.15);
  1015. }
  1016. .RecentJk .RectnTab span.active {
  1017. background: #fff;
  1018. }
  1019. .RecentJk .RectnTab span:nth-child(2) {
  1020. margin-left: -1px;
  1021. }
  1022. .RectnCont {
  1023. margin-top: -1px;
  1024. }
  1025. .RectnCont table {
  1026. border-spacing: 1px;
  1027. border-collapse: inherit;
  1028. background: #d9d9d9;
  1029. }
  1030. .RectnCont table th,
  1031. .RectnCont table td {
  1032. width: 1%;
  1033. text-align: center;
  1034. line-height: 28px;
  1035. height: 28px;
  1036. background: #fff;
  1037. }
  1038. /*闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归柨鐔告灮閹峰嘲鎲�---->闁跨喐鏋婚幏宄版兜闁跨喐鏋婚幏鐤洣闁跨喐鏋婚幏宄版喅闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归柨鐔告灮閹风兘鏁撻敓锟�*/
  1039. .ElframeBox.Drug {
  1040. display: none;
  1041. }
  1042. /*闁跨喐鏋婚幏鐑芥晸閹搭亝鎷濋幏鐑芥晸閺傘倖瀚归柨鐔荤窛鐢喗瀚归柨鐔告灮閹风兘鏁撻弬銈嗗---闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归柨鐔活嚑閸欏﹪鏁撻弬銈嗗闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归惄顕�鏁撻弬銈嗗闁跨喐鏋婚幏锟�*/
  1043. .ElframeBox.welfare {
  1044. display: none;
  1045. }
  1046. .welfareRadio {
  1047. font-size: 0;
  1048. margin-bottom: 10px;
  1049. }
  1050. .welfareRadio span {
  1051. display: inline-block;
  1052. vertical-align: middle;
  1053. margin: 0 13px 8px 0;
  1054. }
  1055. .welfareRadio i {
  1056. display: inline-block;
  1057. font-weight: bold;
  1058. vertical-align: middle;
  1059. color: #333333;
  1060. font-size: 13px;
  1061. margin: 0 8px 8px 0;
  1062. }
  1063. .welfareRadio span input,
  1064. .welfareRadio span em {
  1065. display: inline-block;
  1066. vertical-align: middle;
  1067. font-size: 13px;
  1068. }
  1069. .welfareRadio span em {
  1070. padding-left: 5px;
  1071. font-size: 13px;
  1072. }
  1073. .welfareOther {
  1074. margin-bottom: 10px;
  1075. }
  1076. .welfareOther span {
  1077. display: block;
  1078. color: #333333;
  1079. font-size: 14px;
  1080. padding: 0 0 10px 0;
  1081. font-weight: bold;
  1082. }
  1083. .welfareOther input {
  1084. width: 100%;
  1085. height: 30px;
  1086. }
  1087. .welfarTion span {
  1088. float: left;
  1089. width: 50%;
  1090. color: #333333;
  1091. font-weight: bold;
  1092. }
  1093. /*闁跨喐鏋婚幏鐑芥晸閺傘倖瀚�*/
  1094. .ElframeBox.SetupBox {
  1095. display: none;
  1096. }
  1097. .SetupBox {
  1098. width: 598px;
  1099. height: 290px;
  1100. margin-top: -145px;
  1101. background: rgba(255, 255, 255, 1);
  1102. box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  1103. border-radius: 8px;
  1104. margin-left: -299px;
  1105. }
  1106. .SetupCont {
  1107. padding-top: 20px;
  1108. }
  1109. .SetupCont li {
  1110. float: left;
  1111. width: 50%;
  1112. text-align: center;
  1113. font-size: 0;
  1114. margin-bottom: 15px;
  1115. }
  1116. .SetupCont li em,
  1117. .SetupCont li input {
  1118. display: inline-block;
  1119. vertical-align: middle;
  1120. font-size: 14px;
  1121. }
  1122. .SetupCont li em {
  1123. width: 80px;
  1124. }
  1125. .SetupCont li input {
  1126. width: 146px;
  1127. border: 1px solid #d9d9d9;
  1128. height: 26px;
  1129. }
  1130. .SetupButton {
  1131. text-align: right;
  1132. padding-right: 0px;
  1133. position: absolute;
  1134. right: 10px;
  1135. bottom: 10px;
  1136. width: 100%;
  1137. }
  1138. .SetupButton button {
  1139. display: inline-block;
  1140. vertical-align: middle;
  1141. cursor: pointer;
  1142. width: 65px;
  1143. height: 32px;
  1144. background: rgba(255, 255, 255, 1);
  1145. border-radius: 4px;
  1146. border: 1px solid rgba(217, 217, 217, 1);
  1147. margin-left: 8px;
  1148. }
  1149. .SetupButton button:nth-child(2) {
  1150. color: #fff;
  1151. background: #067dfd;
  1152. border: 1px solid #067dfd;
  1153. }
  1154. /*闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归柨鐔告灮閹风兘鏁撻敓锟�*/
  1155. .ElframeBox.QSitunBox {
  1156. display: none;
  1157. }
  1158. .QSitunCont li {
  1159. font-size: 0;
  1160. margin-bottom: 10px;
  1161. }
  1162. .QSitunCont li span,
  1163. .QSitunCont li input,
  1164. .QSitunCont li em,
  1165. .QSitunCont li .establish {
  1166. display: inline-block;
  1167. vertical-align: middle;
  1168. font-size: 14px;
  1169. }
  1170. .QSitunCont li span {
  1171. width: 155px;
  1172. text-align: right;
  1173. font-weight: bold;
  1174. color: #333333;
  1175. }
  1176. .QSitunCont li input[type='text'] {
  1177. width: 495px;
  1178. height: 26px;
  1179. border: 1px solid rgba(217, 217, 217, 1);
  1180. margin-left: 8px;
  1181. }
  1182. .QSitunCont li .establish {
  1183. width: 495px;
  1184. }
  1185. .QSitunCont li .establish span {
  1186. font-weight: normal;
  1187. width: auto;
  1188. margin-right: 8px;
  1189. }
  1190. .QSitunCont li span.active {
  1191. vertical-align: top;
  1192. }
  1193. .QSitunCont li em {
  1194. padding-left: 5px;
  1195. }
  1196. /*闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归悩鑸碉拷锟�*/
  1197. /* .workingCont{ padding-left: 30px;} */
  1198. .workingCont li {
  1199. height: 25px;
  1200. line-height: 25px;
  1201. }
  1202. .workingCont span {
  1203. display: inline-block;
  1204. vertical-align: middle;
  1205. position: relative;
  1206. width: 27.3%;
  1207. }
  1208. .workingCont span:nth-child(1) {
  1209. margin-left: 0px;
  1210. }
  1211. .workingCont span i {
  1212. position: absolute;
  1213. left: 0;
  1214. top: 8px;
  1215. width: 15px;
  1216. height: 15px;
  1217. }
  1218. .workingCont span em {
  1219. color: #333;
  1220. font-size: 14px;
  1221. padding-left: 25px;
  1222. }
  1223. .workingCont span strong {
  1224. color: #fd0606;
  1225. font-size: 20px;
  1226. }
  1227. /* .workingCont .working_right{width:100%;} */
  1228. .working .Comger li {
  1229. float: left;
  1230. width: 48%;
  1231. font-size: 0;
  1232. margin-bottom: 10px;
  1233. }
  1234. .working .Comger li span,
  1235. .working .Comger li em {
  1236. display: block;
  1237. float: left;
  1238. vertical-align: middle;
  1239. font-size: 14px;
  1240. }
  1241. .working .Comger li span {
  1242. width: 145px;
  1243. text-align: right;
  1244. }
  1245. .mapTable {
  1246. position: absolute;
  1247. background: #fff;
  1248. border: 1px solid #ffffff;
  1249. border-radius: 8px 8px 0px 0px;
  1250. width: 300px;
  1251. height: 300px;
  1252. box-shadow: 0px 2px 2px 0px rgba(174, 174, 174, 0.5);
  1253. left: 1px;
  1254. top: 49px;
  1255. display: none;
  1256. }
  1257. .mapTable th {
  1258. height: 29px;
  1259. width: 88px;
  1260. background: #1e82dd;
  1261. border: 1px solid #ffffff;
  1262. border-radius: 8px 8px 0px 0px;
  1263. }
  1264. .mapTable th.noRadius {
  1265. border-radius: 0px;
  1266. }
  1267. .mapTable th.leftRadius {
  1268. border-radius: 8px 0px 0px 0px;
  1269. }
  1270. .mapTable th.rightRadius {
  1271. border-radius: 0px 8px 0px 0px;
  1272. }
  1273. .mapTable td {
  1274. line-height: 32px;
  1275. border: 1px solid #ffffff;
  1276. background: #c3e2ff;
  1277. color: #1e82dd;
  1278. text-align: center;
  1279. }
  1280. .mapTable th .mapTablesTit {
  1281. display: block;
  1282. text-align: center;
  1283. font: normal 12px/29px 'microsoft yahei';
  1284. color: #ffffff;
  1285. }
  1286. .mapTable th .mapTablesTit .mapTablesZz,
  1287. .mapTable th .mapTablesTit .mapTablesWgy,
  1288. .mapTable th .mapTablesTit .mapTablesRk {
  1289. width: 11px;
  1290. height: 13px;
  1291. display: inline-block;
  1292. background: url('../images/gis/mapTablesIcons.png') no-repeat;
  1293. margin-right: 10px;
  1294. }
  1295. .mapTable th .mapTablesTit .mapTablesWgy {
  1296. width: 16px;
  1297. height: 12px;
  1298. background: url('../images/gis/mapTablesIcons.png') no-repeat 0 -39px;
  1299. }
  1300. .mapTable th .mapTablesTit .mapTablesRk {
  1301. width: 21px;
  1302. height: 12px;
  1303. background: url('../images/gis/mapTablesIcons.png') no-repeat 0 -77px;
  1304. }
  1305. .house-set-btn,
  1306. .float-population-set-btn {
  1307. border-radius: 3px;
  1308. color: #fff;
  1309. background: #0886fc;
  1310. border: 1px solid #0886fc;
  1311. padding: 3px;
  1312. cursor: pointer;
  1313. }
  1314. .overflew {
  1315. max-height: 300px;
  1316. overflow: auto;
  1317. }
  1318. .popTab {
  1319. width: 100%;
  1320. height: 100%;
  1321. background-color: #000;
  1322. position: absolute;
  1323. top: 0;
  1324. opacity: 0.4;
  1325. }
  1326. .name_str {
  1327. overflow: hidden;
  1328. white-space: nowrap;
  1329. text-overflow: ellipsis;
  1330. display: inline-block;
  1331. width: 95px;
  1332. }
  1333. .adress_omit {
  1334. width: 100%;
  1335. overflow: hidden;
  1336. white-space: nowrap;
  1337. text-overflow: ellipsis;
  1338. display: inline-block;
  1339. }
  1340. /* loading */
  1341. .tipsbox1 {
  1342. position: relative;
  1343. width: 100%;
  1344. height: 100%;
  1345. background: #f2f2f2;
  1346. border: 1px solid #dadada;
  1347. padding: 5px;
  1348. margin: 5px 0;
  1349. font-size: 12px;
  1350. cursor: pointer;
  1351. text-align: center;
  1352. }
  1353. .loadbox1 {
  1354. position: absolute;
  1355. top: 40%;
  1356. left: 40%;
  1357. padding: 10px 0;
  1358. text-align: center;
  1359. font-size: 12px;
  1360. line-height: 16px;
  1361. vertical-align: middle;
  1362. }
  1363. .loadbox1 img {
  1364. margin: 0 auto;
  1365. vertical-align: middle;
  1366. margin-right: 4px;
  1367. height: 80px;
  1368. }
  1369. .mapChangeTools li {
  1370. position: absolute;
  1371. right: 20px;
  1372. top: 10px;
  1373. width: 88px;
  1374. height: 25px;
  1375. line-height: 25px;
  1376. background: linear-gradient(360deg, rgba(227, 227, 227, 1) 0%, rgba(255, 255, 255, 1) 100%);
  1377. box-shadow: 1px 1px 4px 0px rgba(0, 63, 130, 1);
  1378. border-radius: 4px;
  1379. cursor: pointer;
  1380. }
  1381. .mapChangeTools i {
  1382. position: absolute;
  1383. left: 24px;
  1384. top: 4px;
  1385. width: 13px;
  1386. height: 16px;
  1387. z-index: 1000;
  1388. background: url(./img/icon_2dmap.png) center no-repeat;
  1389. }
  1390. .mapChangeTools im {
  1391. position: absolute;
  1392. left: 16px;
  1393. top: 3px;
  1394. width: 17px;
  1395. height: 17px;
  1396. z-index: 1000;
  1397. background: url(./img/icon_2.5dmap.png) center no-repeat;
  1398. }
  1399. .mapChangeTools em {
  1400. padding-left: 23px;
  1401. color: #0885fc;
  1402. font-size: 14px;
  1403. }