<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()">