园林绿化
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
399 B

  1. .tracking-activated,
  2. .tracking-activated:hover{
  3. background: #0074D9 url(img/GPS_on.png);
  4. background-size: cover;
  5. background-position: center center;
  6. background-repeat: no-repeat;
  7. }
  8. .tracking-deactivated,
  9. .tracking-deactivated:hover{
  10. background-image: url(img/GPS_off.png);
  11. background-size: cover;
  12. background-position: center center;
  13. background-repeat: no-repeat;
  14. }