完全居中

position: absolute;
top: 0;
height: 100%;
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;

posted on 2017-09-11 07:17  刘顺利  阅读(134)  评论(0编辑  收藏  举报

导航