window.onload = function() { // 手机端图片高度增加20% $(".wapAdvCom a").each(function() { var imgHeight = $(this).find('img').height(); $(this).find('img').height(imgHeight + (imgHeight * 0.2)) }) };