bm.measure.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .bigemap-control-measure {
  2. font-size: 16px;
  3. font-weight: bold;
  4. line-height: 21px;
  5. }
  6. .bigemap-remove-current-data{
  7. display: inline-block;
  8. background-color: #fff;
  9. border: 2px solid red;
  10. }
  11. .bigemap-remove-current-data .close{
  12. position: absolute;
  13. top: -6px;
  14. left: 2px;
  15. color: red;
  16. }
  17. .bigemap-bar-part-top-and-bottom {
  18. -webkit-border-radius: 4px 4px 4px 4px;
  19. border-radius: 4px 4px 4px 4px;
  20. border-bottom: none;
  21. }
  22. .bigemap-touch .bigemap-bar-part-top-and-bottom {
  23. -webkit-border-radius: 7px 7px 7px 7px;
  24. border-radius: 7px 7px 7px 7px;
  25. border-bottom: none;
  26. }
  27. .bigemap-control-measure-on .bigemap-control-measure {
  28. box-shadow: 0 0 8px rgba(10,10,10,1.0);
  29. }
  30. .bigemap-measure-tooltip {
  31. font: 9px/1.25 "Helvetica Neue", Arial, Helvetica, sans-serif;
  32. background-color: rgba(255, 255, 255, 0.7);
  33. box-shadow: 0 0 5px #BBB;
  34. margin: 0;
  35. padding: 2px;
  36. width: auto !important;
  37. height: auto !important;
  38. white-space: nowrap;
  39. }
  40. .bigemap-measure-tooltip-total {
  41. font-weight: bold;
  42. }
  43. .bigemap-measure-tooltip-difference {
  44. color: #777;
  45. }