posts - 22,  comments - 12,  views - 11176
< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8
$("img").each(function(){
        if($(this).width() > $(this).parent().width()) {
                $(this).width("100%");
        }
});
posted on   笑傲江湖  阅读(1147)  评论(1编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示