我经历了一个非常奇怪的行为。为什么 test2 忽略 line-height 而 test1 工作正常?(背景色只是为了更好地识别容器)
body {
line-height:0.8;
}
.test1 {
background:#fdf;
font-size:24px;
font-family:Arial,sans-serif;
}
.test2 {
background:#ffd;
font:24px Arial,sans-serif;
}
现场演示:http: //jsfiddle.net/tHUeg/4/