Css 截取字符串
摘要:line-height:24px;width:12em; overflow:hidden;word-break:keep-all;/* 不换行 */ white-space:nowrap;/* 不换行 */ overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */ text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ;需与overflow:hidden;一起使用。*/ color:#666; height:22px; line-height:22px; font-weight:400;放到呈放文本外的标记样式里面。
阅读全文
posted @
2012-12-11 15:50
朝扬
阅读(219)
推荐(0)