Files
SEONexus/code/app/home/view/kuangYu/public/novelListH.html
2025-04-28 17:11:06 +08:00

24 lines
851 B
HTML

<li class="s1">
<img class="pic lazy lazyload-img" data-encrypted="false"
src="/static/img/default.jpg" data-src="{$Novel.n_cover_path ?? ''}"
alt="{$Novel.n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读" />
{if !empty($arrGrm[$key + [start]])}
{$arrGrm[$key+[start]]|raw}
{/if}
<h3>
<a class="tit" href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>{$Novel.n_name ?? ''}</a>
</h3>
<p class="intro">{$Novel.n_description ?? ''}</p>
<p class="info">
<span>
<aria>作者:</aria>{$Novel.n_author ?? ''}
</span>
<em class="type">{$Novel->n_category ?? ''}</em>
<em class='{eq name="$Novel->n_status ?? null " value="连载中"}serial{else}finish {/eq}'>{$Novel->n_status ?? ''}</em>
</p>
</li>