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}

View File

@@ -243,7 +243,7 @@ function displayBookshelf() {
<span class="spanLi">${book.c_name}</span>
</span>
<span class="spanLi Time">${book.n_update_time ?? ''}</span>
<span class="rightJustTime" onclick="javascript:window.location.href='${strNovelChapterUrl}';return false;">
<span class="rightJustTime" onclick="javascript:window.location.href='${strNovelUrl}';return false;">
继续阅读
</span>
</span>
@@ -266,7 +266,7 @@ function displayBookshelf() {
<a href="${strPcPath}${strNovelUrl}" >${book.n_name}</a>
</td>
<td class="t3">
<a href="${strPcPath}${strNovelChapterUrl}" >${book.c_name}</a>
<a href="${strPcPath}${strNovelUrl}" >${book.c_name}</a>
</td>
<td class="t4">
<a href="${strPcPath}${strNovelUrl}" >${book.n_author}</a>
@@ -275,7 +275,7 @@ function displayBookshelf() {
<td class="t6">${book.n_status}</td>
<td class="t7">
<a href="${strPcPath}${strNovelChapterUrl}" class="goon" >阅读</a>
<a href="${strPcPath}${strNovelUrl}" class="goon" >阅读</a>
<i><span class="Collection" ajax-get="" onclick="delBookshelfFun(${book.n_id})">删除</span></i>
</td>
@@ -372,7 +372,7 @@ function displayHistory() {
<span class="spanLi">${book.c_name}</span>
</span>
<span class="spanLi Time">${book.n_update_time ?? ''}</span>
<span class="rightJustTime" onclick="javascript:window.location.href='${strNovelChapterUrl}';return false;"
<span class="rightJustTime" onclick="javascript:window.location.href='${strNovelUrl}';return false;"
>继续阅读</span>
</span>
</div>
@@ -393,7 +393,7 @@ function displayHistory() {
<a href="${strPcPath}${strNovelUrl}" >${book.n_name}</a>
</td>
<td class="t3">
<a href="${strPcPath}${strNovelChapterUrl}" >${book.c_name}</a>
<a href="${strPcPath}${strNovelUrl}" >${book.c_name}</a>
</td>
<td class="t4">
<a href="${strPcPath}${strNovelUrl}" >${book.n_author}</a>
@@ -402,7 +402,7 @@ function displayHistory() {
<td class="t6">${book.n_status}</td>
<td class="t7">
<a href="${strNovelChapterUrl}" class="goon" >阅读</a>
<a href="${strNovelUrl}" class="goon" >阅读</a>
<i><span class="Collection" ajax-get="" onclick="delHistoryFun(${book.n_id})">删除</span></i>
</td>