首页 > 其他 > 详细

文字溢出省略

时间:2015-09-17 13:06:06      阅读:218      评论:0      收藏:0      [点我收藏+]
.txt{font-size: 12px;color: #666666;width:170px;height:2.8em;line-height:1.4em;position:relative;overflow:hidden;} 
.txt::after{content:"...";font-weight:bold;position:absolute;bottom:0;right:0;padding:0 20px 1px 45px;background:url(http://css88.b0.upaiyun.com/css88/2014/09/ellipsis_bg.png) repeat-y;}

 方法二:

 .txt{
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

 

文字溢出省略

原文:http://www.cnblogs.com/love9happy/p/4815829.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!