首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
css 文本多行内容显示超出显示省略号
css 文本多行内容显示超出显示省略号
it
2023-03-15
77
overflow
:
hidden
;
text-overflow
:
ellipsis
;
display
:
-webkit-box
;
-webkit-line-clamp
:
6
;
/*设置显示多少行*/
overflow
:
hidden
;
/* autoprefixer: ignore next */
-webkit-box-orient
:
vertical
;
转载请注明原文地址: https://lol.8miu.com/read-3045.html
最新回复
(
0
)