标签:
不定宽高的水平垂直居中的两种方法:
1/ .mybox{position:absolute;top:50%;left:50%;z-index:3;-webkit-translate(-50%,50%);background:#fff;}
2/.parent{justify-content:center;align-items:center;display:-webkit-flex;}
标签:
原文地址:http://www.cnblogs.com/lisalisa/p/4811091.html