css 各种小问题整理

82 阅读1分钟
1.css设置自动换行
 style="display:inline-block; width:200px; overflow:hidden;white-space: nowrap;text-overflow: ellipsis;"