标签:ems ack deb bsp flexbox rac ted styles flex
每次都要纠结半天,这个居中。
一、子元素不固定
1 .pro-car-inner{//子元素
max-width:1000px;
color:#fff;
position:absolute;
top:150px; left:0;
bottom:0; right:0;
margin:auto;
}//这种无法垂直居中 都兼容
2.
.pro-car-con{height:500px;width:100%; justify-content:center;align-items:center;display:flex;} //IE无法兼容
标签:ems ack deb bsp flexbox rac ted styles flex
原文地址:http://www.cnblogs.com/cindy-hmy/p/6599918.html