常用css效果

字段自动截取并追加“...”

.truncated {  
            color: red;  
            overflow: hidden;  
            text-overflow: ellipsis;  
            white-space: nowrap;  
}  

posted @ 2012-07-09 08:48  贝加  阅读(141)  评论(0)    收藏  举报