css居中

.pkg-table{
	    display: table;
    height: 100%;
    width: 100%;
}
.pkg-mid{
	    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

  

posted @ 2017-12-01 09:45  钟文锋  阅读(96)  评论(0)    收藏  举报