Line 9: | Line 9: | ||
</div> | </div> | ||
<map name="Map"> | <map name="Map"> | ||
− | <area shape="rect" coords=" | + | <area shape="rect" coords="203,24,235,51" href="https://www.facebook.com/uestcchinaigem"> |
− | <area shape="rect" coords=" | + | <area shape="rect" coords="251,22,286,51" href="https://twitter.com/UESTC_CHINA"> |
− | <area shape="rect" coords=" | + | <area shape="rect" coords="305,25,346,49" href="https://www.weibo.com/u/5983731394"> |
− | <area shape="rect" coords=" | + | <area shape="rect" coords="376,5,562,53" href="https://www.uestc.edu.cn/"> |
− | <area shape="rect" coords=" | + | <area shape="rect" coords="578,4,842,49" href="http://www.jwc.uestc.edu.cn/Index.action"> |
− | <area shape="rect" coords=" | + | <area shape="rect" coords="858,6,1114,50" href="http://www.life.uestc.edu.cn/"> |
</map> | </map> | ||
</footer> | </footer> | ||
Line 47: | Line 47: | ||
var $area=$("area"); | var $area=$("area"); | ||
var $img=$("#imgfoot"); | var $img=$("#imgfoot"); | ||
− | var _t=$img.width()/ | + | var _t=$img.width()/1441;//1441为图片原始宽度值 |
for(var i=0;i<$area.length;i++){ | for(var i=0;i<$area.length;i++){ | ||
$area[i].coords=getxy($area[i].coords,_t); | $area[i].coords=getxy($area[i].coords,_t); |
Revision as of 07:35, 1 October 2019