style="text-align:center"
没见过这种写法,样式都是通过style属性,或者给div绑定一个样式名来的
<div class="wrap" style="background:#fff"></div> <style> .warp{text-align:center} </style>