高度固定的div垂直居中

这里写图片描述

html

<div class="home-contanier">
    <img src="../../../public/images/hm-home.png" alt="" />
    <div>
        <h2>金信黑门——贷后资管服务专家</h2>
        <p>基于客户还款行为数据、经济环境、电催、GPS等数据对保有客户进行全方位的监控预警;
</p>
        <p>追踪客户生命周期还款情况,提炼、整合风险信息,为资管决策提供信息支撑。</p>
    </div>
</div>

css

.home-contanier{width: 800px; font-family: "微软雅黑"; overflow: hidden; height: 256px; position: absolute; bottom: 0; top: 0; left: 0; right: 0; margin: auto;}
.home-contanier img{float: left;}
.home-contanier >div{overflow: hidden;padding-left: 40px;}
.home-contanier >div h2{font-size: 30px;margin: 10px 0; padding-top: 45px;}
.home-contanier >div p{font-size: 22px; line-height: 28px;}

猜你喜欢

转载自blog.csdn.net/cherish_all/article/details/78286989
今日推荐