This commit is contained in:
make
2025-04-12 18:20:35 +08:00
parent 1d431ecce5
commit 760fe47b5e
40 changed files with 751 additions and 338 deletions

View File

@@ -31,16 +31,16 @@
<a href="{$strPcPath}/" target="_self" title="首页">首页</a>
</li>
<li class=' {eq name="strPageCode" value="boys"}on {/eq}'>
<a href="{$strPcPath}/nansheng-xiaoshuo" target="_self" title="男生">男生</a>
<a href="{$strPcPath}{$strNanUrlTemp}" target="_self" title="男生">男生</a>
</li>
<li class=' {eq name="strPageCode" value="girls"}on {/eq}'>
<a href="{$strPcPath}/nvsheng-xiaoshuo" target="_self" title="女生">女生</a>
<a href="{$strPcPath}{$strNvUrlTemp}" target="_self" title="女生">女生</a>
</li>
<li class=' {eq name="strPageCode" value="library"}on {/eq}'>
<a href="{$strPcPath}/shuku/all" target="_self" title="书库">书库</a>
<a href="{$strPcPath}{$strCategoryIndexUrlTemp}" target="_self" title="书库">书库</a>
</li>
<li class=' {eq name="strPageCode" value="rank"}on {/eq}'>
<a href="{$strPcPath}/paihang/all" target="_self" title="排行">排行</a>
<a href="{$strPcPath}{$strRankUrlTemp}" target="_self" title="排行">排行</a>
</li>
<!-- <li class=' {eq name="strPageCode" value="article"}on {/eq}'>
<a href="{$strPcPath}/article/list" target="_self" title="文章">文章</a>
@@ -49,13 +49,13 @@
<div class="headWrap_r">
<div class="search long" id="mod_top_search">
<div class="search_sel">
<input type="text" name="keyword" url="{$strPcPath}/search.html" class="search-val" value="" placeholder="我要搜.. "
<input type="text" name="keyword" url="{$strPcPath}{$strSearchIndexUrlTemp}" class="search-val" value="" placeholder="我要搜.. "
maxlength="100" autocomplete="off">
</div>
<a href="" class="search_btn"><s></s></a>
</div>
<div class="login">
<span class="login_before"><a href="{$strPcPath}/user"><s></s><i>个人中心</i></a></span>
<span class="login_before"><a href="{$strPcPath}{$strUserUrlTemp}"><s></s><i>个人中心</i></a></span>
</div>
</div>
</div>