常用css属性
一、常用css属性 (1) *block(区块) 行高 line-height:数值 | inherit | normal; 字间距 letter-spacing: 数值 | inherit | normal; 词间距 word-spacing: 数值 | inherit | normal; 空格 white-space: pre(保留) | nowrap(不换行) | normal; /*表格宽度自适应*/ th { white-space: nowrap; } 显示 display: none; /*不显示,使用的场景非常多*/ block; /*把内联标签变成块级标签*/ inline; /*把块级标签变成内联标签*/ list-item; /*列表项*/ run-in; /*追加部分*/ compact; /*紧凑*/ marker; /*标记*/ table; inline-table; table-raw-group; table-header-group; table-footer-group; table-raw; table-column-group; table-column; table-cell; table-caption; /*表格标题*/ (2) *box(盒子) 宽度 width: 长度 | 百分比 | auto; 高度 height: 长度 |