img{
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
CSS控制图片等比例缩放
最新推荐文章于 2025-07-20 10:07:34 发布
img{
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}