DIV垂直居中

<div class="col-xs-2" style="height: 214px;display: table;">
  <ul style="display: table-cell;vertical-align: middle;">
    <li style="text-align: center">
      <button type="button" id="buttonAdd" class="btn btn-info">添加</button>
    </li>
    <li>&nbsp;</li>
    <li style="text-align: center">
      <button type="button" id="buttonDel" class="btn btn-info">删除</button>
    </li>
  </ul>
</div>

 
 

猜你喜欢

转载自flyer0428-qq-com.iteye.com/blog/2334624