Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用纯 CSS 在第二行获得省略号?
这是我现在使用的 CSS
.desc p{ display: table-cell; width:90%; vertical-align: middle; height:30px ; overflow: hidden; text-overflow: ellipsis; }
CSS 当前不支持多行。您需要使用 JavaScript 或 jQuery。我推荐dotdotdot jQuery 插件。