老師 ,為什么我height 和line-height設置一樣還是沒有居中顯示標題?。?/h1>
.toptitle{
height:?40px;
line-height:?40px;
text-align:?left;
font:?11pt?bold;
background:?#e4393c;
padding-left:?20px;
color:?#fff;
}
.toptitle{ height:?40px; line-height:?40px; text-align:?left; font:?11pt?bold; background:?#e4393c; padding-left:?20px; color:?#fff; }
2015-06-30
把左填充 padding-left: 20px;去掉,把text-align: left;改成文字居中text-align: center;