居中样式

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: 500px;
   width: 100%;
   -webkit-box-align: center;
   -webkit-box-pack: center
   display: -webkit-box;
   text-align: center;//无法兼容ie

以上是关于居中样式的主要内容,如果未能解决你的问题,请参考以下文章

怎么用CSS样式使文本居中对齐?

使文字在div中水平和垂直居中的的css样式为,四个边分别设置阴影样式

CSS里怎么更改字体样式?需要更改字体和居中显示

怎么用CSS样式使文本居中对齐

css样式,媒体查询,垂直居中,js对象

居中样式