123456789101112131415161718192021222324252627282930 |
- body {
- margin: 0;
- padding: 0;
- border: 0;
- width: 100%;
- height: 100%;
- overflow: hidden;
- /*background-image:url(../images/background.png);*/
- font-family:"Microsoft YaHei", Verdana, Arial, Helvetica, AppleGothic, sans-serif;
- }
- .smPopupysjBox{
- background: url("../images/gis/triggle_3_.png") no-repeat;
- /*background-color: red;*/
- }
- .smPopupyxjBox{
- background: url("../images/gis/triggle_2_.png") no-repeat;
- }
- .smPopupzsjBox{
- background: url("../images/gis/triggle_.png") no-repeat;
- }
- .smPopupzxjBox{
- background: url("../images/gis/triggle_1_.png") no-repeat;
- }
|