Files
SEONexus/code/app/home/view/kuangYu/pc/public/indexBoyNewsOne.html
2025-04-21 17:49:17 +08:00

24 lines
1.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div class="f3_L">
<?php $Novel['n_category_pinyin'] ?? $Novel['n_category_pinyin'] = 'all'?>
<h3>
{$arrGrm[$key+[start]]|raw}
<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>
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}' title="{$Novel.n_name ?? ''}" class="book_cov">
<img class="lazyload_book_cover lazyload-img"
src="/static/img/default.jpg" data-src="{$Novel.n_cover_path ?? ''}"
alt="{$Novel.n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读">
</a>
<div class="book_inf">
<div class="book_inf01">
<span class="aut">作者:{$Novel->n_author ?? ''}</span>
<span class="fr">分类:
<a href='{$strPcPath}{site:nflurl gender="all" category="$Novel->n_category_pinyin" status="all" page="1"/}' >{$Novel->n_category ?? ''}</a>
</span>
<!-- <span>字数24.20万字+</span> -->
<span class="fr">进度:{$Novel->n_status ?? ''}</span>
<span>总点击:{$Novel->og_novel_click ?? 0}</span>
</div>
<p class="int"> {$Novel->n_description ?? ''}</p>
</div>
</div>