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

我的学习日志(十) #12

Open
xxxgitone opened this issue Jul 2, 2017 · 0 comments
Open

我的学习日志(十) #12

xxxgitone opened this issue Jul 2, 2017 · 0 comments

Comments

@xxxgitone
Copy link
Owner

xxxgitone commented Jul 2, 2017

文字超出时显示省略号

一行文字省略号

p {
  width: 200px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}

两行文字省略号

width: 100%;
height: 2.3rem;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant