toolPublicPopup.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. .publicPopup {
  2. background: #fff;
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. bottom: 0;
  7. right: 0;
  8. margin: auto;
  9. width: 400px;
  10. height: 0;
  11. display: none;
  12. }
  13. .publicPopup .title {
  14. background: #378be0;
  15. font-size: 18px;
  16. font-weight: normal;
  17. color: #fff;
  18. padding: 12px 20px;
  19. }
  20. .publicPopup .content {
  21. padding: 30px;
  22. background: #fff;
  23. }
  24. .publicPopup .contentFst {
  25. margin-top: 30px;
  26. }
  27. .publicPopup .contentFst:nth-child(1) {
  28. margin-top: 15px;
  29. }
  30. .publicPopup .btns {
  31. text-align: center;
  32. }
  33. .publicPopup .btns input,
  34. .publicPopup input[type="button"] {
  35. width: 64px;
  36. height: 34px;
  37. border: 2px solid #aaa;
  38. border-radius: 4px;
  39. margin: 0 48px;
  40. color: #666;
  41. background: #fff;
  42. font-size: 16px;
  43. }
  44. .publicPopup .btns input:hover,
  45. .publicPopup input[type="button"]:hover {
  46. color: #378be0;
  47. }
  48. .publicPopup .btns input:active,
  49. .publicPopup input[type="button"]:active {
  50. color: #378be0;
  51. border: 2px solid #378be0;
  52. }
  53. .publicPopup .close {
  54. font-size: 37px;
  55. cursor: pointer;
  56. height: 24px;
  57. line-height: 24px;
  58. }
  59. #importJSON {
  60. height: 230px;
  61. }
  62. .publicPopup a.a-upload {
  63. position: relative;
  64. cursor: pointer;
  65. overflow: hidden;
  66. vertical-align: middle;
  67. padding: 7px 5px;
  68. width: 53px;
  69. font-size: 16px;
  70. color: #378be0;
  71. float: right;
  72. text-align: center;
  73. display: inline-block;
  74. margin-top: 5px;
  75. border-left: 1px solid #eeeeee;
  76. }
  77. .publicPopup .liuLan {
  78. text-align: center;
  79. }
  80. .publicPopup .lyName {
  81. width: 330px;
  82. height: 42px;
  83. border: 1px solid #aaa;
  84. display: inline-block;
  85. vertical-align: middle;
  86. color: #333;
  87. padding-left: 10px;
  88. font-size: 14px;
  89. line-height: 20px;
  90. /*margin: 40px 0px 30px 0px;*/
  91. text-align: left;
  92. }
  93. .publicPopup .lyName .lyVal {
  94. line-height: 42px;
  95. }
  96. .publicPopup a.a-upload input.daoRu {
  97. position: absolute;
  98. right: 0;
  99. top: -5px;
  100. opacity: 0;
  101. filter: alpha(opacity=0);
  102. cursor: pointer;
  103. width: 63px;
  104. height: 42px;
  105. }
  106. .publicPopup a.a-upload:active {
  107. background: #01b7ff;
  108. padding: 11px 5px;
  109. margin-top: 0;
  110. }
  111. .publicPopup a.a-upload:active input.daoRu {
  112. top: 0;
  113. }
  114. #jumpToLatlngModal {
  115. position: absolute;
  116. /*width:400px;*/
  117. /*height: 227px;*/
  118. left: 50%;
  119. top: 50%;
  120. margin: -140px 0 0 -190px;
  121. }
  122. #jumpToLatlngInputType {
  123. position: absolute;
  124. right: 20px;
  125. top: 5px;
  126. }
  127. #jumpToLatlngForm dl {
  128. width: 360px;
  129. overflow: hidden;
  130. clear: both;
  131. }
  132. #jumpToLatlngForm dl dt {
  133. clear: both;
  134. float: left;
  135. width: 70px;
  136. text-align: left;
  137. margin: 10px 0 0 0;
  138. line-height: 30px;
  139. }
  140. #jumpToLatlngForm dl dd {
  141. float: left;
  142. margin: 10px 0 0 0;
  143. width: 280px;
  144. }
  145. .type-1 #jumpToLngInput,
  146. .type-1 #jumpToLatInput {
  147. display: none;
  148. }
  149. .type-2 #jumpToLngInput,
  150. .type-2 #jumpToLatInput {
  151. display: block;
  152. }
  153. .type-1 .ty {
  154. display: block;
  155. }
  156. .type-2 .ty {
  157. display: none;
  158. }
  159. #jumpToLatlngForm dl dd .input {
  160. width: 200px;
  161. }
  162. #jumpToLatlngForm dl dd .ty .input {
  163. width: 50px;
  164. }
  165. #jumpToLatlngForm dl dd .ty span {
  166. display: inline-block;
  167. padding: 0 3px;
  168. font-size: 14px;
  169. }
  170. #jumpToLatlngZoomForm {
  171. line-height: 45px;
  172. }
  173. #jumpToLatlngZoomForm dl {
  174. overflow: hidden;
  175. clear: both;
  176. }
  177. #jumpToLatlngZoomForm dt {
  178. float: left;
  179. width: 70px;
  180. font-size: 14px;
  181. }
  182. #jumpToLatlngZoomForm dd {
  183. float: left;
  184. }
  185. #jumpToLatlngZoomForm dd .select {
  186. width: 68px;
  187. height: 30px;
  188. padding-left: 4px;
  189. color: #666;
  190. border-radius: 1px solid #aaa;
  191. }
  192. #jumpToLatlngModal .modal-footer .btn {
  193. margin-left: 3px;
  194. background: #0b4596;
  195. color: #fff;
  196. border: 0px;
  197. }
  198. #jumpToLatlngModal .modal-footer .btn:hover {
  199. background: #0b4596;
  200. color: #fff;
  201. border: 0px;
  202. }
  203. #jumpToLatlngModal .geShi {
  204. margin-bottom: 5px;
  205. }
  206. #jumpToLatlngModal .geShi input {
  207. margin-left: 77px;
  208. margin-right: 5px;
  209. }
  210. .popup-lt {
  211. position: absolute;
  212. top: 0px;
  213. left: -20px;
  214. bottom: 19px;
  215. width: 20px;
  216. /* background: url(../../images/popup/bg-pp-2d-lt.png) top left no-repeat; */
  217. }
  218. .popup-lb {
  219. position: absolute;
  220. left: -20px;
  221. bottom: 0px;
  222. width: 42px;
  223. height: 19px;
  224. z-index: 999;
  225. /* background: url(../../images/popup/bg-pp-2d-lb.png) top left no-repeat; */
  226. }
  227. .popup-rt {
  228. position: absolute;
  229. right: -8px;
  230. top: 0px;
  231. bottom: 19px;
  232. width: 8px;
  233. /* background: url(../../images/popup/bg-pp-2d-rt.png) top left no-repeat; */
  234. }
  235. .popup-rb {
  236. position: absolute;
  237. right: -8px;
  238. bottom: 0px;
  239. height: 19px;
  240. left: 22px;
  241. z-index: 999;
  242. /* background: url(../../images/popup/bg-pp-2d-rb.png) top right no-repeat; */
  243. }
  244. .popup-ct {
  245. color: #fff;
  246. height: 48px;
  247. background: rgba(64, 158, 255, 0.86);
  248. /* background: url(../../images/popup/bg-pp-23d-ct.png) top left repeat-x; */
  249. }
  250. .popup-cb {
  251. background: #ffffff;
  252. }
  253. /*3D*/
  254. .class3d .popup-lt {
  255. position: absolute;
  256. top: 0px;
  257. left: 0px;
  258. bottom: 19px;
  259. width: 20px;
  260. /* background: url(../../images/popup/bg-pp-3d-lt.png) top left no-repeat; */
  261. }
  262. .class3d .popup-lb {
  263. position: absolute;
  264. left: 0px;
  265. bottom: 0px;
  266. width: 42px;
  267. height: 19px;
  268. /* background: url(../../images/popup/bg-pp-3d-lb.png) top left no-repeat; */
  269. }
  270. .class3d .popup-ct {
  271. height: 48px;
  272. background: rgba(64, 158, 255, 0.86);
  273. /* background: url(../../images/popup/bg-pp-23d-ct.png) top left repeat-x; */
  274. }
  275. .class3d .popup-cb {
  276. background: #ffffff;
  277. }
  278. .class3d .popup-rt {
  279. position: absolute;
  280. right: 0px;
  281. top: 0px;
  282. bottom: 19px;
  283. width: 8px;
  284. /* background: url(../../images/popup/bg-pp-3d-rt.png) top left no-repeat; */
  285. }
  286. .class3d .popup-rb {
  287. position: absolute;
  288. right: 0px;
  289. bottom: 0px;
  290. height: 19px;
  291. left: 16px;
  292. /* background: url(../../images/popup/bg-pp-3d-rb.png) top right no-repeat; */
  293. }
  294. #jumpToLatlngModal .daili {
  295. padding: 20px 0 20px 20px;
  296. }
  297. #jumpToLatlngModal h3 {
  298. color: #fff;
  299. font-weight: normal;
  300. padding-left: 20px;
  301. line-height: 48px;
  302. }
  303. #jumpToLatlngModal .popup-ct .close {
  304. width: 18px;
  305. height: 18px;
  306. position: absolute;
  307. top: 18px;
  308. right: 15px;
  309. background: url(../../images/layout/close_popUp.png) no-repeat;
  310. border: none;
  311. cursor: pointer;
  312. }
  313. #jumpToLatlngModal .loc {
  314. margin-top: 10px;
  315. }