CSS 使用absolute 是<div>居中

<style>
        .col-center-block {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            
        }
    </style>

posted @ 2018-07-26 15:02  MyPinky  阅读(462)  评论(0编辑  收藏  举报