设置子容器的高度,根据父容器的高度来决定
div.parent{ position:relative; overflow:hidden; }
div.child{ position:absolute; width:100%; height:100%; align-items:center; justify-content:center; }