chenzheng8975 发表于 2013-2-7 20:13:55

div中使文本垂直居中

.item1{
    width: 412px;
    height:30px;
    background-color: #F2F6F9;
    margin-top: 30px;
    text-align:center;
    line-height:30px;
    }
 
注意:设置文本垂直居中必须要设置行高(line-height:10px;)
页: [1]
查看完整版本: div中使文本垂直居中