标签:
<script> function showImg(){ $(".honor_i_c img").each(function(index, element) { var bili= 10/8; var width = $(element).width(); $(element).css("height",width*bili); }); } </script>
body添加 <body onload="showImg()">
标签:
原文地址:http://www.cnblogs.com/masterccc/p/5951753.html