type
status
date
slug
summary
tags
category
icon
password
js
一般要只显示一行的话用overflow:hidden;text-overflow:ellipsis;white-space:nowrap;就行了
例:
这是一条很长很长很长很长很长很长很长很长很长很长很长的内容
但假如要显示2行以上呢,要这样:
text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
 
CentOS下使用yum命令安装Jdk如何做出网页版在线聊天时,有新消息浏览器标签闪烁的效果
Loading...