This commit is contained in:
make
2025-04-29 23:51:38 +08:00
parent 852a7fdf94
commit 845ed2de6b

View File

@@ -34,7 +34,6 @@
<?php $strPageCode = 'home'; ?>
{/block}
<body class="novel_home {block name='body-class'}{/block}" id="{block name='body-id'}{/block}">
<div class="topbar">
<div class="topbar-con">
@@ -45,7 +44,7 @@
</div>
</div>
<div class="header">
<h1 class="logo"><a href="{$strPcPath}"><span>{$DomainModel->d_name}</span></a></h1>
<h1 class="logo"><a href="{$strPcPath}/"><span>{$DomainModel->d_name}</span></a></h1>
<form id="novel_search" class="search-form" method="get" action="{$strPcPath}{$strSearchIndexUrlTemp}"><input type="text"
class="input-text input-key" name="keyword" placeholder="输入书名/作者进行搜索"><button type="submit"
class="btn-tosearch" form="novel_search" value="submit">搜索</button></form>