-
Notifications
You must be signed in to change notification settings - Fork 23
/
search.php
25 lines (25 loc) · 1.32 KB
/
search.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<section class="sousuo">
<div class="search">
<div class="search-box">
<span class="search-icon" style="background: url(<?php $this->options->themeUrl('images/search_icon.png'); ?>) 0px 0px; opacity: 1;"></span>
<input type="text" id="txt" class="search-input" autocomplete="off" placeholder="请输入关键字,按回车 / Enter 搜索">
<button class="search-btn" id="search-btn"><i class="fa fa-search"></i></button>
</div>
<!-- 搜索热词 -->
<div class="box search-hot-text" id="box" style="display: none;">
<ul></ul>
</div>
<!-- 搜索引擎 -->
<div class="search-engine" style="display: none;">
<div class="search-engine-head">
<strong class="search-engine-tit">选择您的默认搜索引擎:</strong>
<div class="search-engine-tool">搜索热词: <span id="hot-btn"></span></div>
</div>
<ul class="search-engine-list search-engine-list_zmki_ul">
</ul>
</div>
<!--<div class="bt-link"><a href="https://www.k1v.cn/6528.html" target="_blank">福利:【WPS全家桶】WPS政府企业版_合集多版本 无广告带VBA组件。免费下载!</a></div>-->
</div>
</section>
<script src="<?php $this->options->themeUrl('js/js/index.min.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('js/js/zui.js'); ?>"></script>