Archives for : 七月2013

星期五 多云 25~36℃

用 table-cell 使行内元素垂直居中

.test {
 display: table-cell;
 height: 60px;
 vertical-align: middle;
}