不定宽高的盒子水平垂直居中

transform 方法.father { width: 500px; height: 500px; background-color: blueviolet; } ...

一行文字超出部分省略号显示

单行文本overflow: hidden; white-space: nowrap; text-overflow: ellipsis; ##多行文本## text-overflow: ellipsis; di...

块级元素 行内块元素 行内元素 常用举例

行内元素 a b span img lable input em块级元素div ul ol li h1~h6 table行内块 input textarea button