Skip to content

Instantly share code, notes, and snippets.

@and80506
Created August 28, 2014 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save and80506/0e4958e4fe869ffa5d8c to your computer and use it in GitHub Desktop.
Save and80506/0e4958e4fe869ffa5d8c to your computer and use it in GitHub Desktop.
多行文本溢出显示省略号
{
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