www.lightcourse.com/app/admin/view/statmember/stat_map.html

16 lines
1.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!-- 地图容器 -->
<div id="container_{$stat_field}" style="height:600px; width:90%; margin: 0 auto;">
<div class="stat-map-color">&nbsp;&nbsp;<span style="background-color: #fd0b07;">&nbsp;</span><span style="background-color: #ff9191;">&nbsp;</span><span style="background-color: #f7ba17;">&nbsp;</span><span style="background-color: #fef406;">&nbsp;</span><span style="background-color: #25aae2;">&nbsp;</span>&nbsp;&nbsp;
<p>
备注按照排名由高到低显示排名第1、2、3名为第一阶梯排名第4、5、6名为第二阶梯排名第7、8、9为第三阶梯排名第10、11、12为第四阶梯其余为第五阶梯。
</p></div>
</div>
<link rel="stylesheet" type="text/css" href="{$Think.PLUGINS_SITE_ROOT}/map/jquery.vector-map.css"/>
<script type="text/javascript" src="{$Think.PLUGINS_SITE_ROOT}/map/jquery.vector-map.js"></script>
<script type="text/javascript" src="{$Think.PLUGINS_SITE_ROOT}/map/china-zh.js"></script>
<script>
$(function () {
getMap({$stat_json|raw},'container_{$stat_field}');
});
</script>