当前位置:Gxlcms > html代码 > css多行文本垂直居中_html/css_WEB-ITnose

css多行文本垂直居中_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:18人阅读

1. .outer {  display:table; width:578px; overflow:hidden;   background: #eee; height: 42px;}.middle {display:table-cell; vertical-align:middle; margin-left 10px;} /*下面的CSS是针对IE7,IE6*/2.(ie8+) .outer{    height: 271px;    line-height: 271px;    font-size: 0px;}#special-price .special-price-content .content li .mask p {    font-size: 16px;    line-height: 1.5;    display: inline-block;    vertical-align: middle;}

人气教程排行