ling-height:100?为什么不是50px
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <!DOCTYPE HTML> < html > < head > < meta http-equiv = "Content-Type" content = "text/html; charset=gb2312" > < title >填充</ title > < style type = "text/css" > #box1{ width:100px; height:100px; border:10px; text-align:center; line-height:100px; border:1px solid red; } </ style > </ head > < body > < div id = "box1" >盒子1</ div > </ body > </ html > |