mapstyle.css 1.8 KB

123456789101112131415161718192021222324252627282930
  1. /*地图标注*/
  2. #biaozhu{cursor: pointer;}
  3. #jwd input{height:30px;line-height:30px;text-align: center; border: 1px #ddd solid; display: inline-block;width: 147px;}
  4. #drag{color:#fff;background:#3bb4f2;position:absolute;top:0px;left:0;width:710px;height:500px;border:1px solid #444;border-radius:5px;box-shadow:0 1px 3px 2px #666;display: none;z-index: 1000;}
  5. #drag .title{position:relative;height:32px;margin:5px;background:#3bb4f2;}
  6. #drag .title h2{font-size:14px;height:27px;line-height:24px;border-bottom:1px solid #A1B4B0;}
  7. #drag .title div{position:absolute;height:19px;top:4px;right:3px;}
  8. #drag .title a{float:left;width:21px;height:19px;display:block;margin-left:5px;background:url(../images/tool3.png) no-repeat;}
  9. #drag .title a.max{background-position:-60px 0px;}
  10. #drag .title a.revert{background-position:-149px 0;display:none;}
  11. #drag .title a.revert:hover{background-position:-149px -29px;}
  12. #drag .title a.close{background-position:-89px -29px;opacity: 1;border-radius: 1px;}
  13. #drag .content{overflow:auto;margin:0 5px;}
  14. #f_container{position: absolute;top:9px;left: 10px;z-index: 1000; }
  15. #container{width:290px;overflow: hidden;height:24px;}
  16. #container select{height: 23px;border: none}
  17. #content .btn{width: 98px; height: 23px;font-size: 13px;margin-right: 16px; cursor: pointer;background: #fff;border: none;}
  18. #content .btn:hover{color: red;}
  19. #allmap{height: 415px;width: 710px;}
  20. #cha{width:248px; position: absolute; right:55px; top: 7px;}
  21. #cha #btn{background: #fff;border: none;height: 20px;margin-right: 10px;cursor: pointer;padding: 0 14px}
  22. #cha #btn:hover{color: red;}
  23. #r-result{width:305px;float: left;}
  24. #r-result input{border: none; width: 90px;height: 20px;padding: 0 5px;}
  25. .tangram-suggestion-main{z-index: 1001;}
  26. #cityName{height:20px;padding: 0 5px;border: none;width:120px; margin-right:7px;}
  27. #jwd{text-align: center;}
  28. #show_map{width:300px;height:250px;}