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...
吕行者
吕行者
吕行者
最新发布
Dify设置网络代理
2025-4-22
mysql-connector-j 8.4 启动慢的问题
2025-4-22
Ubuntu安装Dify实录
2025-4-8
解决安卓safe-area-inset-bottom为0的问题
2025-2-28
在Docker容器中,使用代理网络
2025-2-12
MySQL查询&结束死锁
2025-2-5