居中样式
Posted cindy—hmy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了居中样式相关的知识,希望对你有一定的参考价值。
每次都要纠结半天,这个居中。
一、子元素不固定
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无法兼容
3 .sol-main {//父元素
height:
width:
-webkit-box-align:
-webkit-box-pack: ;
display:
text-align:
以上是关于居中样式的主要内容,如果未能解决你的问题,请参考以下文章