单行省略:
display: inline-block;/*初始化display*/
width: 100%;/*inline-block需要指定宽度值100%,block,-webkit-box不需要*/
overflow: hidden
2020-11-08