discuz 如何让帖子或文章里的图片自动居中? discuz 找到template\default\common\module.css 打开查找到: .zoom { cursor: pointer;} 这行代码 加入以下display: block;margin: auto代码即可...