12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <link rel="stylesheet" href="/template/pc/components/search/style_1.css?t=9956" media="all">
-
-
- <?php
- if(isset($page) && $page === 'provincial'){
- ?>
- <div class="qy-2-3 provincial">
- <span class="">热门分站:</span>
- </div>
-
- <div class="qy-2-4">
- {eyou:hotkeywords num='3' subday='365' maxlength='20' orderby='hot' id='field'}
- <div class="layui-col-xs4">
- <a class="font-25"href="javascript:void(0);" >{$field.word}</a><!--$field.url--->
- </div>
- {/eyou:hotkeywords}
- </div>
-
- <?php }else{ ?>
- <div class="qy-2-3">
- <div class="layui-col-xs2 tc h100">
- <span>
- <img src="https://oss.zc10000.com/static/images/020.svg" />
- </span>
- </div>
- <div class="layui-col-xs10 h100">
- <span class="font-6" style="position: relative;height:32px;display: block;margin-right: 10px;">
-
- {eyou:searchform type='sonself' modelid='103'}
- <form method="get" action="{$field.action}" target="_blank">
- <input type="text" name="keywords" placeholder="请输入搜素内容" style="height:32px;line-height: 32px;"/>
- <input type="submit" onclick="return false;" value='搜索' style="position: absolute;right: 3%;height:32px;line-height: 32px;top: 0;" />
- {$field.hidden}
- </form>
- {/eyou:searchform}
-
- </span>
- </div>
- </div>
-
- <div class="qy-2-4">
- {eyou:hotkeywords num='3' subday='365' maxlength='20' orderby='hot' id='field'}
- <div class="layui-col-xs4">
- <a class="font-25" href="javascript:void(0);" target="_blank">{$field.word}</a> <!--$field.url--->
- </div>
- {/eyou:hotkeywords}
- </div>
- <?php } ?>
|