CSS absolute 居中

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

猜你喜欢

转载自www.cnblogs.com/ILoveMyJob/p/9371861.html
今日推荐