垂直居中

display: table 形式

<div class="product-table">
  <div class="product-cell">
    <a href="javascript:;">iPhone 原装快充充电器 18W</a>
    <ul><li>白色</li><li>07版</li></ul>
   </div>
 </div>
.product-table {
  display: table;
  height: 200px;
}

.product-cell {
  display: table-cell;
  vertical-align: middle;
  height: 200px;
  line-height: 17px;
}

results matching ""

    No results matching ""