Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS3 单行/多行溢出隐藏 #11

Open
HAAAAADION opened this issue Jul 17, 2017 · 0 comments
Open

CSS3 单行/多行溢出隐藏 #11

HAAAAADION opened this issue Jul 17, 2017 · 0 comments
Labels

Comments

@HAAAAADION
Copy link
Owner

单行

overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;

qq 20170717172316

多行

display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;

qq 20170717172316

/*强制不换行*/
white-space: nowrap;
/*强制换行*/
word-break: break-all;
@HAAAAADION HAAAAADION added the css label Jul 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant