toolJumpToLatlng.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. #jumpToLatlngModal {
  2. position: absolute;
  3. width:400px;
  4. height: 227px;
  5. left:50%;
  6. top:50%;
  7. margin:-100px 0 0 -200px;
  8. }
  9. #jumpToLatlngInputType {
  10. position:absolute;
  11. right:20px;
  12. top:5px;
  13. }
  14. #jumpToLatlngForm {
  15. height:90px;
  16. }
  17. #jumpToLatlngForm dl {
  18. width:360px;
  19. overflow:hidden;
  20. clear:both;
  21. }
  22. #jumpToLatlngForm dl dt {
  23. clear:both;
  24. float:left;
  25. width:70px;
  26. text-align:left;
  27. margin:10px 0 0 0;
  28. line-height:30px;
  29. }
  30. #jumpToLatlngForm dl dd {
  31. float:left;
  32. margin:10px 0 0 0;
  33. width:280px;
  34. }
  35. .type-1 #jumpToLngInput,
  36. .type-1 #jumpToLatInput {
  37. display:none;
  38. }
  39. .type-2 #jumpToLngInput,
  40. .type-2 #jumpToLatInput {
  41. display:block;
  42. }
  43. .type-1 .ty {
  44. display:block;
  45. }
  46. .type-2 .ty {
  47. display:none;
  48. }
  49. #jumpToLatlngForm dl dd .input {
  50. width:200px;
  51. }
  52. #jumpToLatlngForm dl dd .ty .input {
  53. width:50px;
  54. }
  55. #jumpToLatlngForm dl dd .ty span {
  56. display:inline-block;
  57. padding:0 3px;
  58. font-size:14px;
  59. }
  60. #jumpToLatlngZoomForm dl {
  61. overflow:hidden;
  62. clear:both;
  63. }
  64. #jumpToLatlngZoomForm dt {
  65. float:left;
  66. width:70px;
  67. font-size:14px;
  68. }
  69. #jumpToLatlngZoomForm dd {
  70. float:left;
  71. }
  72. #jumpToLatlngZoomForm dd .select {
  73. width:70px;
  74. }
  75. #jumpToLatlngModal .modal-footer {
  76. padding:5px 10px;
  77. }
  78. #jumpToLatlngModal .modal-footer .btn {
  79. margin-left:3px;
  80. background: #0b4596;
  81. color: #fff;
  82. border: 0px;
  83. }
  84. #jumpToLatlngModal .modal-footer .btn:hover{
  85. background: #0b4596;
  86. color: #fff;
  87. border: 0px;
  88. }