설명 없음
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.

c6.htm 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <link rel="stylesheet" href="/template/pc/components/index/style6.css" media="all">
  2. <div class="content-6" style="display: none;">
  3. <div class="box-6">
  4. <div class="layui-col-xs12 qy-32">
  5. <div class="layui-col-xs6">
  6. <span class="font-57"></span>
  7. {eyou:type typeid='38' empty='暂时没有数据'}
  8. <a target="_blank" href="{:get_tid_url_2($field['typeurl'])}" class="font-58" >热门职称推荐</a>
  9. {/eyou:type}
  10. </div>
  11. <div class="layui-col-xs6 tr">
  12. <span class="font-90">换一批</span>
  13. <span class="font-91">
  14. {eyou:type typeid='38' empty='暂时没有数据'}
  15. <a target="_blank" href="{:get_tid_url_2($field['typeurl'])}" >
  16. 全部工程师职称</a>
  17. {/eyou:type}
  18. <img src="https://oss.zc10000.com/static/images/052.svg" />
  19. </span>
  20. </div>
  21. </div>
  22. <div class="layui-col-xs12 qy-36">
  23. {eyou:sql sql='SELECT id FROM __PREFIX__arctype WHERE topid=38 and status=1 and is_hot=1 and type="产品" limit 0,15' cachetime='3600' empty='没有数据' id="catlist"}
  24. {eyou:foreach name='$catlist' item='field_id'}
  25. {eyou:type typeid='$field_id' empty='暂时没有数据' id="field2"}
  26. <li class="qy-36-li">
  27. <a target="_blank" href="{:get_tid_url_2($field2['typeurl'],0,0,0,$field2['type'],$field2['topid'])}">
  28. <div class="layui-col-xs12 qy-36-1" style="position:relative;">
  29. <!--https://oss.zc10000.com/static/images/030.svg-->
  30. <img src="https://oss.zc10000.com/static/images/bg_1.png" width="191" height="167"/>
  31. <span style="display:block;position: absolute;top:45%;width:100%;text-align:center;font-size: 20px;font-weight: bold;">
  32. {$field2.typename}
  33. </span>
  34. </div>
  35. <div class="layui-col-xs12 qy-36-2 tc">
  36. {$field2.typename}
  37. </div>
  38. </a>
  39. </li>
  40. {/eyou:type}
  41. {/eyou:foreach}
  42. {/eyou:sql}
  43. </div>
  44. </div>
  45. </div>