1、首先确立网站文章的所在的页面所在的DIV,例如.content 2、在网站的m.CSS文件中加入以下的属性: .content p img{display:block;margin:10px auto;} 3、上面的.content要替换成自己网站的DIV名。这样文章中上传图片时,图片就会自动居中。
.content_art img {height: auto !important;max-width: 100% !important;} .content_art p img{display: block!important;} .vw .d img { max-width: 620px;height: auto!important;display: block!important;margin: 0 auto !important;text-align:center; font-size:13px;} |