css文本超出显示点点....

<style>
    
	.jsj-class {
		width: 300px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
</style>

  

1 <div class="jsj-class"></div>

效果图:

 

posted @ 2021-04-23 16:58  星期7  阅读(60)  评论(0编辑  收藏  举报