This commit is contained in:
make
2025-04-29 21:55:46 +08:00
parent d1e742f3c0
commit d9be8b00f4
6 changed files with 24 additions and 28 deletions

View File

@@ -21,7 +21,7 @@ em,span,i{display: inline-block;}
/*作者、简介*/
.book_inf{font-size: 12px;}
.book_inf .int{height: 34px; overflow: hidden; text-overflow: ellipsis;
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap:break-word;}
.book_inf .aut{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.book_inf .tag{float: right}