//添加内容页图片自适应 $(document).ready(function(){ if($(window).width()<768.1){ $(".pagecontent img").removeAttr("style"); $(".pagecontent img").removeAttr("wisth"); $(".pagecontent img").removeAttr("height"); $(".pagecontent img").addClass("img-fluid"); $(".right_content_text img").removeAttr("style"); $(".right_content_text img").removeAttr("wisth"); $(".right_content_text img").removeAttr("height"); $(".right_content_text img").addClass("img-fluid"); } });