This commit is contained in:
make
2025-03-28 09:23:15 +08:00
parent 0fe90bebad
commit 13ca3ea6f9
180 changed files with 21659 additions and 53 deletions

View File

@@ -1,4 +1,71 @@
12312321
{extend name="baseH5" /}
/info/id
/xs/id
{block name='nav-active-class'}home{/block}
{block name="title"}{/block}
{block name="head-js"}{/block}
{block name='head-name'}630{/block}
{block name='head-href'}/{/block}
{block name="main"}
<div class="wrap-box" style="margin-top:0;">
<h3 class="wrap-title"><span>封面推荐</span></h3>
<div class="rec-focus">
{foreach $arrRecommendNovel as $key=>$vo }
<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>
<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>
</dd>
</dl>
{/foreach}
</div>
{$strGanRaoMa|raw}
</div>
{foreach $arrXiaoShuoFenLei as $category}
<div class="wrap-box">
<h3 class="wrap-title">
<span>{$category.xsfl_name}</span>
<a class="more" href="/{$SiteModel['site_fenlei_path']}/{$category.xsfl_source_id}-0-0-1.html">更多..</a>
</h3>
<div class="sort-box">
<dl class="sort-book-first">
{foreach $arrNovels[$category.xsfl_source_id] as $key2 => $vo}
{if $key2 == 0}
<dt class="book-img"><a href="/{$SiteModel['site_xiangqing_path']}/{$vo.xsxq_id}.html"><img height="100" width="80"
src="{$vo.xsxq_feng_mian_url}" alt="{$vo.xsxq_ming_zi}"></a></dt>
<dd class="book-info">
<h4><a href="/{$SiteModel['site_xiangqing_path']}/{$vo.xsxq_id}.html">{$vo.xsxq_ming_zi}</a></h4>
<p>作者:{$vo.xsxq_zuozhe}</p>
<p>{$vo.xsxq_jie_shao}</p>
</dd>
{/if}
{/foreach}
</dl>
<ul class="sort-book-list">
{foreach $arrNovels[$category.xsfl_source_id] as $key2 => $vo}
{if $key2 >= 1}
<li><a href="/{$SiteModel['site_xiangqing_path']}/{$vo.xsxq_id}.html">{$vo.xsxq_ming_zi}</a><span>{$vo.xsxq_zuozhe}</span></li>
{/if}
{/foreach}
</ul>
</div>
</div>
{/foreach}
{$strGanRaoMa|raw}
{/block}
{block name="customize"}
{/block}