Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style_1.htm 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <link rel="stylesheet" href="/template/pc/components/search/style_1.css?t=9956" media="all">
  2. <?php
  3. if(isset($page) && $page === 'provincial'){
  4. ?>
  5. <div class="qy-2-3 provincial">
  6. <span class="">热门分站:</span>
  7. </div>
  8. <div class="qy-2-4">
  9. {eyou:hotkeywords num='3' subday='365' maxlength='20' orderby='hot' id='field'}
  10. <div class="layui-col-xs4">
  11. <a class="font-25"href="javascript:void(0);" >{$field.word}</a><!--$field.url--->
  12. </div>
  13. {/eyou:hotkeywords}
  14. </div>
  15. <?php }else{ ?>
  16. <div class="qy-2-3">
  17. <div class="layui-col-xs2 tc h100">
  18. <span>
  19. <img src="https://oss.zc10000.com/static/images/020.svg" />
  20. </span>
  21. </div>
  22. <div class="layui-col-xs10 h100">
  23. <span class="font-6" style="position: relative;height:32px;display: block;margin-right: 10px;">
  24. {eyou:searchform type='sonself' modelid='103'}
  25. <form method="get" action="{$field.action}" target="_blank">
  26. <input type="text" name="keywords" placeholder="请输入搜素内容" style="height:32px;line-height: 32px;"/>
  27. <input type="submit" onclick="return false;" value='搜索' style="position: absolute;right: 3%;height:32px;line-height: 32px;top: 0;" />
  28. {$field.hidden}
  29. </form>
  30. {/eyou:searchform}
  31. </span>
  32. </div>
  33. </div>
  34. <div class="qy-2-4">
  35. {eyou:hotkeywords num='3' subday='365' maxlength='20' orderby='hot' id='field'}
  36. <div class="layui-col-xs4">
  37. <a class="font-25" href="javascript:void(0);" target="_blank">{$field.word}</a> <!--$field.url--->
  38. </div>
  39. {/eyou:hotkeywords}
  40. </div>
  41. <?php } ?>