解决办法将 img 标签放在 p 标签内,然后 p 标签使用样式text-align: center 代码123<p style="text-align: center"> <img style="height: 66px" src="https://image.zoutl.cn/hexo/images/logo.png"></p> 结果