码迷,mamicode.com
首页 > 其他好文 > 详细

文字溢出省略

时间:2015-09-17 13:08:03      阅读:158      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!