手机站图片设置固定比例大小
更新:HHH   时间:2023-1-7


<script type="text/javascript">

  $(function() {

$(".pro li img").height($(".pro li img").width() / (1 / 1));

$(".pro-2 li img").height($(".pro-2 li img").width() / (3 / 2));

});

</script>

返回web开发教程...