路径:

e/admin/ecmseditor/infoeditor/plugins/autoformat/plugin.js

  第231行 (图片样式)

html += "<p align=\"center\">" + tmp + "</p>\n"

  第233行(文字样式)

html += "<p style='text-indent: 2em;font-family: 宋体;line-height: 2; font-size: 12pt;'>" + tmp + "</p>\n";//修改正文的样式

  P标签里面的字体和样式修改 style=' ' 里面添加样式代码