debug
This commit is contained in:
@@ -190,7 +190,7 @@ c{clear: both;display: none;}
|
||||
.set .set2 span{float:left;display:block;border:1px solid #007bb1;padding:2px 7px;margin-right:5px;border-radius:3px;color:#0065b5}
|
||||
|
||||
.content{margin:10px auto;}
|
||||
.content h1{padding:10px 5px;font-weight:700;font-size:18px;text-align:center}
|
||||
.content h2{padding:10px 5px;font-weight:700;font-size:18px;text-align:center}
|
||||
.txt{line-height:36px;padding:20px 20px 20px 15px;font-size:18px;font-family:"方正启体简体","Microsoft YaHei","宋体";text-align:justify;}
|
||||
.chapter-page-btn{margin:8px 10px 8px;}
|
||||
.chapter-page-btn ul{display:table;table-layout:fixed;width:100%;}
|
||||
|
||||
0
code/public/template/default/img/favicon.ico
Normal file
0
code/public/template/default/img/favicon.ico
Normal file
@@ -220,17 +220,17 @@ function displayShujia() {
|
||||
bookElement.innerHTML = `
|
||||
<div class="item">
|
||||
<div class="image">
|
||||
<a href='${strNovelUrl}'>
|
||||
<a href='${strPcPath}${strNovelUrl}'>
|
||||
<img style="min-height:120px;" src="${book.n_cover_path}" alt="${book.n_name}">
|
||||
</a>
|
||||
</div>
|
||||
<dl>
|
||||
<dt>
|
||||
<span>${book.n_author}</span>
|
||||
<a href='${strNovelUrl}'>${book.n_name}</a>
|
||||
<a href='${strPcPath}${strNovelUrl}'>${book.n_name}</a>
|
||||
</dt>
|
||||
<dd style="height:90px">
|
||||
<a href='${strNovelChapterUrl}'
|
||||
<a href='${strPcPath}${strNovelChapterUrl}'
|
||||
style="color: #555">${book.c_name}</a>
|
||||
</dd>
|
||||
</dl>
|
||||
@@ -311,17 +311,17 @@ function displayHistory() {
|
||||
bookElement.innerHTML = `
|
||||
<div class="item">
|
||||
<div class="image">
|
||||
<a href='${strNovelUrl}'>
|
||||
<a href='${strPcPath}${strNovelUrl}'>
|
||||
<img style="min-height:120px;" src="${book.n_cover_path}" alt="${book.n_name}">
|
||||
</a>
|
||||
</div>
|
||||
<dl>
|
||||
<dt>
|
||||
<span>${book.n_author}</span>
|
||||
<a href='${strNovelUrl}'>${book.n_name}</a>
|
||||
<a href='${strPcPath}${strNovelUrl}'>${book.n_name}</a>
|
||||
</dt>
|
||||
<dd style="height:90px">
|
||||
<a href='${strNovelChapterUrl}'
|
||||
<a href='${strPcPath}${strNovelChapterUrl}'
|
||||
style="color: #555">${book.c_name}</a>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
Reference in New Issue
Block a user