vertical-align是只有表格才能使用的属性吧,display:table-cell;就是为了能使用这个属性。
据说,display 为 inline 或 inlineblock 的 元素 都可加 vertical-align 属性(img 默认为 inlineblock)