提交 2532dbd7 编写于 作者: huangxuan258's avatar huangxuan258

在移动端头部增加搜索框

上级 70ef2ce8
{template meta}
<div class="fly-header layui-bg-black">
<div class="layui-container">
<a class="fly-logo" href="{SITE_URL}">
<img src="{$setting['site_logo']}" alt="{$setting['site_name']}">
<a class="fly-logo" href="/">
<img src="{$setting['site_logo']}" alt="{$setting['site_name']}" style="width:130px;height:30px;">
</a>
<ul class="layui-nav fly-nav layui-hide-xs">
<li class="layui-nav-item {if $regular=='ask/index'}layui-this{/if}">
......@@ -64,4 +64,8 @@
{/if}
</ul>
</div>
</div>
\ No newline at end of file
</div>
{if is_mobile()}
{template searchbox}
{/if}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册