网页HTML 5图片自适应屏幕 img等比例缩放大小代码
网页HTML 5图片自适应屏幕 img等比例缩放大小代码
img { max-width: 100%; height: auto; width: auto; width: auto; }
<style>
img{ width:auto; height:auto; max-width:100%; max-height:100%;}
</style>
最近访问时间:2025-05-01 21:12:32