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