This commit is contained in:
make
2025-04-14 11:43:11 +08:00
parent 2e48c61a37
commit 955513f768
6 changed files with 94 additions and 60 deletions

View File

@@ -13,23 +13,27 @@
<div class="wrap-box" style="margin-top:0;">
<h3 class="wrap-title"><span>封面推荐</span></h3>
<div class="rec-focus">
{foreach $arrRecommendNovel as $key=>$vo }
{foreach $arrRecommendNovel as $key=>$Novel }
<dl class="rec-focus-book">
<dt class="book-img"><a href="/{SiteModel['site_xiangqing_path']}/{vo.xsxq_id}.html.html"><img height="100" width="80"
src="{$vo.xsxq_feng_mian_url}" alt="{$vo.xsxq_ming_zi}"></a></dt>
<dt class="book-img">
<a href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}'>
<img height="100" width="80" alt="{$Novel.og_novel_book_name ?? ''} - {$Novel.og_novel_category ?? ''}最新章节在线免费阅读"
src="{$Novel.n_cover_path ?? ''}" >
</a>
</dt>
<dd class="book-info">
<h2><a href="/{$SiteModel['site_xiangqing_path']}/{$vo.xsxq_id}.html">{$vo.xsxq_ming_zi}</a></h2>
<p>作者:{$vo.xsxq_zuozhe}</p>
<p>{$vo.xsxq_jie_shao}</p>
<h2><a href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}'>{$Novel.og_novel_book_name}</a></h2>
<p>作者:{$Novel.og_novel_author}</p>
<p>{$Novel.og_description}</p>
</dd>
</dl>
{/foreach}
</div>
{$strGanRaoMa|raw}
</div>
{foreach $arrXiaoShuoFenLei as $category}
{foreach $arrNovelCategory as $category}
<div class="wrap-box">
<h3 class="wrap-title">
@@ -62,7 +66,7 @@
</div>
{/foreach}
{$strGanRaoMa|raw}
{/block}
{block name="customize"}