<style type="text/css"> .content{ width:50%; white-space: nowrap; //强制不换行显示 overflow: hidden; text-overflow: ellipsis;//超出部分用省略号显示 } </style> <div class="content"></div>
时间: 2024-10-25 15:13:19
<style type="text/css"> .content{ width:50%; white-space: nowrap; //强制不换行显示 overflow: hidden; text-overflow: ellipsis;//超出部分用省略号显示 } </style> <div class="content"></div>