toolMapShot.css 800 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #mapShotShow{
  2. position: absolute;
  3. left: 200px;
  4. bottom: 40px;
  5. display: none;
  6. max-width: 600px;
  7. max-height: 400px;
  8. background: url(/images/layout/bg110.png) center center;
  9. border: 2px solid #04fdff;
  10. overflow: hidden;
  11. }
  12. #mapShotShow .mapShotShowHeader{
  13. color: #fff;
  14. text-indent: 20px;
  15. font-size: 18px;
  16. line-height: 40px;
  17. width: 100%;
  18. height: 40px;
  19. }
  20. #mapShotShow .mapShotShowHeader .closemapShot{
  21. float: right;
  22. margin-right: 10px;
  23. margin-top: 5px;
  24. height: 30px;
  25. width: 50px;
  26. border: 1px solid #04fdff;
  27. cursor: pointer;
  28. line-height: 30px;
  29. font-size: 20px;
  30. text-indent: 4px;
  31. }
  32. #mapShotShow .mapShotShowBody{
  33. width: 100%;
  34. max-height: 360px;
  35. overflow:auto;
  36. }
  37. #mapShotShow .mapShotShowBody img{
  38. }