1、问题重现:http://sandbox.runjs.cn/show/aom7lkkt
问题:在我的手机上面无法居中。导致页面的布局全部乱了。
解决办法:给img的display:block就可以解决问题了。因为img默认是display:inline的。