轉載:https://blog.csdn.net/qq_36142158/article/details/107693093
white-space: nowrap; /*強制span不換行*/ display: inline-block; /*將span當做塊級元素對待*/ width: 260px; /*限制寬度*/ overflow: hidden; /*超出寬度部分隱藏*/ text-overflow: ellipsis; /*超出部分以點號代替*/ line-height: 0.9; /*數字與之前的文字對齊*/