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

@@ -41,7 +41,7 @@
</li>
</ul>
<div class="searchbox">
<form action="{$strSearchIndexUrlTemp}" method="get">
<form action="{$strPcPath}{$strSearchIndexUrlTemp}" method="get">
<div class="searchbox-inner">
<input type="text" name="keyword" placeholder="找书" class="searchinput" value="">
<i class="search-icon"></i>

View File

@@ -9,21 +9,17 @@
<div class="book_inf">
<h3><a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}' title="{$Novel->n_name ?? ''}" >{$Novel->n_name ?? ''}</a></h3>
<p>
<span>作者:<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}' title="{$Novel->n_author ?? ''}">{$Novel->n_author ?? ''}</a></span>
<span>分类:<a href="/lists/4.html" title="{$Novel->n_category ?? ''}">{$Novel->n_category ?? ''}</a></span>
<span>作者:<a href='{$strPcPath}{site:souurl key="$Novel.n_author" p="1"/}' title="{$Novel->n_author ?? ''}">{$Novel->n_author ?? ''}</a></span>
<span>分类:<a href='{$strPcPath}{site:nflurl gender="all" category="$Novel.n_category_pinyin" status="all" page="1"/}' title="{$Novel->n_category ?? ''}">{$Novel->n_category ?? ''}</a></span>
<span>状态:{$Novel->n_status ?? ''}</span>
<!-- <span>总字数43.80万字+</span> -->
</p>
<p class="tags">
<i>标签:</i>
<i></i>
</p>
<p><b>最近更新:</b><a href="{$strPcPath}/chapter/1-1-1.html" title="219 桃花酿" >219 桃花酿</a>
<p><b>最近更新:</b><a href='{$strPcPath}{site:lcpurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}' title="$Novel.n_latest_chapter_name" >{$Novel.n_latest_chapter_name}</a>
</p>
<p class="int"> {$Novel->n_description ?? ''}</p>
</div>
<div class="right">
<span>更新时间:2025-03-20 23:59</span>
<span>更新时间:{:date('y-m-d')}</span>
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}' class="read_btn btn">立即阅读</a>
</div>
</li>

View File

@@ -154,12 +154,12 @@
</a>
</b>
<b class="authorSt chapterSt">
<a href="${strNovelChapterUrl}" >
<a href="${strNovelUrl}" >
<em class="ct">${book.c_name}</em>
</a>
<em class="time">${book.n_update_time}</em></b>
</span>
<a href="${strNovelChapterUrl}" >
<a href="${strNovelUrl}" >
<i class="goon">阅读</i>
</a>
</p>
@@ -180,12 +180,12 @@
</a>
</b>
<b class="authorSt chapterSt">
<a href="${strPcPath}${strNovelChapterUrl}" >
<a href="${strPcPath}${strNovelUrl}" >
<em class="ct">${book.c_name}</em>
</a>
<em class="time">${book.n_update_time}</em></b>
</span>
<a href="${strPcPath}${strNovelChapterUrl}" >
<a href="${strPcPath}${strNovelUrl}" >
<i class="goon">阅读</i>
</a>
</p>
@@ -236,7 +236,7 @@
</a>
<em class="time">${book.n_update_time}</em></b>
</span>
<a href="${strNovelChapterUrl}" >
<a href="${strNovelUrl}" >
<i class="goon">阅读</i>
</a>
</p>
@@ -257,12 +257,12 @@
</a>
</b>
<b class="authorSt chapterSt">
<a href="${strPcPath}${strNovelChapterUrl}" >
<a href="${strPcPath}${strNovelUrl}" >
<em class="ct">${book.c_name}</em>
</a>
<em class="time">${book.n_update_time}</em></b>
</span>
<a href="${strPcPath}${strNovelChapterUrl}" >
<a href="${strPcPath}${strNovelUrl}" >
<i class="goon">阅读</i>
</a>
</p>

View File

@@ -2,15 +2,15 @@
<div class="title">
<h2 class="title-text">[strItemTiele]</h2>
<div class="more">
<span class="icon">
<a class="icon" href='{site:nflurl order="tuijian" page="1"/}' title="[strItemTiele]">
<span class="icon__left-label">更多</span>
<a class="svg" href='{site:nflurl order="tuijian" page="1"/}' title="[strItemTiele]">
<span class="svg" >
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
<path
d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z">
</path>
</svg>
</a>
</span>
</span>
</a>
</div>
</div>