56 lines
2.2 KiB
HTML
56 lines
2.2 KiB
HTML
{extend name="basePc" /}
|
|
{block name='nav-active-class'}home{/block}
|
|
{block name="title"}{/block}
|
|
{block name="head-js"}{/block}
|
|
|
|
|
|
{block name="main"}
|
|
<div class="content">
|
|
<nav class="breadcrumb" aria-label="breadcrumb">
|
|
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
|
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
|
<a href="/" itemprop="item">
|
|
<span itemprop="name">首页</span>
|
|
</a>
|
|
<meta itemprop="position" content="1" />
|
|
</li>
|
|
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
|
<a href="/xiaoshuo" itemprop="item">
|
|
<span itemprop="name">小说</span>
|
|
</a>
|
|
<meta itemprop="position" content="2" />
|
|
</li>
|
|
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
|
<a href="/xiaoshuo/doupo-123/mulu/1" itemprop="item">
|
|
<span itemprop="name">斗破苍穹</span>
|
|
</a>
|
|
<meta itemprop="position" content="3" />
|
|
</li>
|
|
<li class="breadcrumb-item active" aria-current="page" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
|
<span itemprop="name">第45章</span>
|
|
<meta itemprop="position" content="4" />
|
|
</li>
|
|
</ol>
|
|
</nav>
|
|
|
|
<div class="con_box">
|
|
|
|
<div class="top">
|
|
<h3><a href="/pc/novel/334.html" target="_blank">落魄千金美食发家日常</a></h3>
|
|
<p>作者:鱼昆子</p>
|
|
</div>
|
|
<div class="fenlei">
|
|
<div class="tit" btn="toggle_chapter_list"><span></span>章节列表</div>
|
|
<div class="fL_con">
|
|
<ul>
|
|
{foreach $arrNovelChapterAll as $category}
|
|
<li><a href="/pc/xiaoshuo/name-1/zhang-1" target="_blank">1 穿越</a></li>
|
|
{/foreach}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{/block}
|
|
|
|
{block name="customize"} {/block} |