增加小说模板

This commit is contained in:
make
2025-03-25 17:45:16 +08:00
parent 9f0c24c87f
commit bc13f9b009
148 changed files with 23147 additions and 3 deletions

View File

@@ -0,0 +1,39 @@
{extend name="baseH5" /}
{block name='nav-active-class'}home{/block}
{block name="title"}{/block}
{block name="head-js"}{/block}
{block name="logo-html"}
<h1 class="logo">
<a href="/">狂雨小说</a>
</h1>
{/block}
{block name="main"}
<div style="height:50px"></div>
<div class="mod new-book">
<div class="mod-head">
<h3>我的书架</h3>
<span style="font-size:1rem;border:1px solid red;padding: 0.2rem 0.5rem;border: 1px solid #ea4136;
color: #ea4136;
text-align: center;
border-radius: 0.3rem;
">管理</span>
<span style="font-size:1rem;border:1px solid red;padding: 0.2rem 0.5rem;border: 1px solid #ea4136;
color: #ea4136;
text-align: center;
border-radius: 0.3rem;display: none;
">完成</span>
</div>
<div class="book-list">
<ul class="clearfix">
{foreach $arrNewsNovel as $category}
{include file="Public/novelListH" /}
{/foreach}
</ul>
</div>
</div>
{/block}
{block name="customize"} {/block}