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

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

  

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

效果图:

欢迎转载,请注明出处
原文地址:https://www.cnblogs.com/time1997/p/14694658.html