gis.main.css 604 B

123456789101112131415161718192021222324252627282930
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. border: 0;
  5. width: 100%;
  6. height: 100%;
  7. overflow: hidden;
  8. /*background-image:url(../images/background.png);*/
  9. font-family:"Microsoft YaHei", Verdana, Arial, Helvetica, AppleGothic, sans-serif;
  10. }
  11. .smPopupysjBox{
  12. background: url("../images/gis/triggle_3_.png") no-repeat;
  13. /*background-color: red;*/
  14. }
  15. .smPopupyxjBox{
  16. background: url("../images/gis/triggle_2_.png") no-repeat;
  17. }
  18. .smPopupzsjBox{
  19. background: url("../images/gis/triggle_.png") no-repeat;
  20. }
  21. .smPopupzxjBox{
  22. background: url("../images/gis/triggle_1_.png") no-repeat;
  23. }