CSS3图片自适应各种尺寸的屏幕

img {
    max-width: 100%;
    height: auto;
}

设置最大宽度,高度自适应。

posted @ 2023-01-05 16:46  路鸣  阅读(117)  评论(0)    收藏  举报