css:
 
.box-wrap{display:table;width:200px;height:200px;*position:relative;}/*最外边的容器,需固定宽高*/
.box-hack{display:table-cell;height:200px;vertical-align:middle;*position:absolute;*top:50%;}/*需要定义高度*/
.box-ctn{*position:relative;*top:-50%;}
 
html:
 
<div class="box-wrap">
<div class="box-hack">
<div class="box-ctn">
<img alt="图片" src="http://www.baidu.com/img/shouye_b5486898c692066bd2cbaeda86d74448.gif">
<p>这是文字这是文字这是文字</p>
</div>
</div>
</div>
 
demo地址:
 

相关文章:

  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
  • 2021-12-15
  • 2021-09-15
  • 2022-01-30
  • 2021-10-11
  • 2022-01-07
猜你喜欢
  • 2021-11-03
  • 2021-12-04
  • 2021-12-05
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案