123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- #jumpToLatlngModal {
- position: absolute;
- width:400px;
- height: 227px;
- left:50%;
- top:50%;
- margin:-100px 0 0 -200px;
- }
- #jumpToLatlngInputType {
- position:absolute;
- right:20px;
- top:5px;
- }
- #jumpToLatlngForm {
- height:90px;
- }
- #jumpToLatlngForm dl {
- width:360px;
- overflow:hidden;
- clear:both;
- }
- #jumpToLatlngForm dl dt {
- clear:both;
- float:left;
- width:70px;
- text-align:left;
- margin:10px 0 0 0;
- line-height:30px;
- }
- #jumpToLatlngForm dl dd {
- float:left;
- margin:10px 0 0 0;
- width:280px;
- }
- .type-1 #jumpToLngInput,
- .type-1 #jumpToLatInput {
- display:none;
- }
- .type-2 #jumpToLngInput,
- .type-2 #jumpToLatInput {
- display:block;
- }
- .type-1 .ty {
- display:block;
- }
- .type-2 .ty {
- display:none;
- }
- #jumpToLatlngForm dl dd .input {
- width:200px;
- }
- #jumpToLatlngForm dl dd .ty .input {
- width:50px;
- }
- #jumpToLatlngForm dl dd .ty span {
- display:inline-block;
- padding:0 3px;
- font-size:14px;
- }
- #jumpToLatlngZoomForm dl {
- overflow:hidden;
- clear:both;
- }
- #jumpToLatlngZoomForm dt {
- float:left;
- width:70px;
- font-size:14px;
- }
- #jumpToLatlngZoomForm dd {
- float:left;
- }
- #jumpToLatlngZoomForm dd .select {
- width:70px;
- }
- #jumpToLatlngModal .modal-footer {
- padding:5px 10px;
- }
- #jumpToLatlngModal .modal-footer .btn {
- margin-left:3px;
- background: #0b4596;
- color: #fff;
- border: 0px;
- }
- #jumpToLatlngModal .modal-footer .btn:hover{
- background: #0b4596;
- color: #fff;
- border: 0px;
- }
|