网页HTML 5图片自适应屏幕 img等比例缩放大小代码
那年雨季 2023-06-08 13:48:44 发表在:PHP 查看数:967

网页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
知识库:340条鸣谢:TAY  备案号:蜀ICP备2024090044号