지도 데이터 이동. 기본 이미지 경로 수정

This commit is contained in:
2018-04-08 17:24:11 +09:00
parent ee2bcb5329
commit e36a50889b
8 changed files with 12 additions and 103 deletions
+2 -48
View File
@@ -10,12 +10,6 @@
text-align:center;
}
.map_detail .map_title{
background:
url('/images/ltitle.jpg') no-repeat left,
url('/images/rtitle.jpg') no-repeat right;
}
.map_title_text{
margin:auto;
text-align:center;
@@ -26,52 +20,12 @@
font-weight:bold;
}
.map_detail.map_spring .map_title_text{
background:
url('/images/ad.gif') no-repeat left,
url('/images/spring.gif') no-repeat right;
}
.map_detail.map_summer .map_title_text{
background:
url('/images/ad.gif') no-repeat left,
url('/images/summer.gif') no-repeat right;
}
.map_detail.map_fall .map_title_text{
background:
url('/images/ad.gif') no-repeat left,
url('/images/fall.gif') no-repeat right;
}
.map_detail.map_winter .map_title_text{
background:
url('/images/ad.gif') no-repeat left,
url('/images/winter.gif') no-repeat right;
}
.map_body{
width:700px;
height:500px;
position:relative;
}
.map_spring .map_body{
background: url('/images/map1.jpg') no-repeat;
}
.map_summer .map_body{
background: url('/images/map2.jpg') no-repeat;
}
.map_fall .map_body{
background: url('/images/map3.jpg') no-repeat;
}
.map_winter .map_body{
background: url('/images/map4.jpg') no-repeat;
}
.world_map .city_tooltip{
position: absolute;
z-index:6;
@@ -134,7 +88,7 @@
/*
.map_detail .city_base.city_level_{0} .city_bg{
//$img = loadImg('/images/cast_{0}.gif');
//$img = loadImg('cast_{0}.gif');
//$parent = cssSelect('.city_base');
width: $img.width;
height: $img.height;
@@ -221,7 +175,7 @@
/*
.map_detail .city_base.city_level_{0} .city_img{
//$img = loadImg('/images/cast_{0}.gif');
//$img = loadImg('cast_{0}.gif');
//$parent = cssSelect('.city_base');
width: $img.width;
height: $img.height;