display: flex实现元素居中

width: 100%;
            height: 100%;
            display: flex;
            flex-direction: row;/*这里可以不写,flex布局默认方向横向即row*/
            justify-content: center;
            align-items: center;

 

posted @ 2022-04-08 15:50  yuan9580  阅读(152)  评论(0编辑  收藏  举报