diff --git a/tmp_map/map.css b/tmp_map/map.css index b55aac85..1dd280bb 100644 --- a/tmp_map/map.css +++ b/tmp_map/map.css @@ -286,7 +286,7 @@ height:12px; } -.city_base .city_flag img{ +.city_base .city_flag > img{ width:12px; height:12px; } @@ -329,4 +329,17 @@ .city_base.city_level_8 .city_flag{ right:-6px; top:-3px; +} + +.city_base .city_flag .city_capital{ + position: absolute; + width:10px; + height:10px; + top:0; + right:-1px; +} + +.city_base .city_flag .city_capital > img{ + width:10px; + height:10px; } \ No newline at end of file diff --git a/tmp_map/map.js b/tmp_map/map.js index f2696064..7ecb5364 100644 --- a/tmp_map/map.js +++ b/tmp_map/map.js @@ -237,6 +237,10 @@ function reloadWorldMap(isDetailMap, clickableAll, selectCallback, hrefTemplate) if(city.nationId && city.nationId > 0){ var flagType = city.supply?'f':'d'; var $flagObj = $('

