Açıklama Yok
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_10.htm 5.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?php
  2. $name = "list-s-10";
  3. ?>
  4. <link rel="stylesheet" href="/template/pc/components/list/style_10.css" media="all">
  5. <!--定义div盒子-->
  6. <div class="<?php echo $name; ?>-content">
  7. <div class="box">
  8. <div class="row">
  9. <!--热门职称推荐-->
  10. <div class="content-6">
  11. <div class="box-6">
  12. <div class="layui-col-xs12 qy-32">
  13. <div class="layui-col-xs6">
  14. <span class="font-57"></span>
  15. <a href="" class="font-58">{$eyou.site.name}职称热门推荐</a>
  16. </div>
  17. <div class="layui-col-xs6 tr">
  18. <div class="">
  19. <!-- <span class="font-51">热门城市: </span>-->
  20. <!--{$field.siteurl}--->
  21. {eyou:citysite siteid="$subcity.id" loop="4" type ='son' currentclass="on"}
  22. <span class="font-51"><a href="{:get_tid_url_2('https://www.zc10000.com/?m=home&site='.$field['domain'].'&sitepid='.$field['parent_id'])}">{$field.name}</a> </span>
  23. {/eyou:citysite}
  24. <span class="font-52" id="area" style="cursor: pointer;">
  25. 全部
  26. <svg width="5.579193" height="10.500000" viewBox="0 0 5.57919 10.5" fill="none"
  27. xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  28. <desc>
  29. Created with Pixso.
  30. </desc>
  31. <defs />
  32. <path id="path"
  33. d="M0.109741 9.85626L4.71545 5.25073L0.109741 0.645264C-0.033905 0.501587 -0.0359497 0.259766 0.111938 0.111938C0.260864 -0.0369873 0.498596 -0.0368652 0.645294 0.109741L5.46942 4.93372C5.55286 5.01709 5.58853 5.13367 5.5748 5.24573C5.59238 5.35999 5.5571 5.48022 5.46942 5.56787L0.645294 10.3918C0.501617 10.5354 0.259827 10.5375 0.111938 10.3896C-0.0369568 10.2407 -0.0369263 10.0029 0.109741 9.85626Z"
  34. fill="#6F6F70" fill-opacity="1.000000" fill-rule="nonzero" />
  35. </svg>
  36. </span>
  37. </div>
  38. </div>
  39. </div>
  40. <!--显示所有城市-->
  41. <div id="citys" style="width: 35%;height:150px;position:absolute;top:60px;right:0%;background: #fff;z-index:9999;padding: 0 1%;overflow-y: scroll;border:1px solid #eee;padding-top:20px;border-radius: 5px;
  42. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
  43. background: rgba(255, 255, 255, 1.0);" class="hide">
  44. <ul style="width:100%;">
  45. {eyou:citysite siteid="$subcity.id" loop="50" type ='son' currentclass="on" id
  46. ="field"}
  47. <!--{$field2.siteurl}&domain={$field.domain}-->
  48. <li style="float: left;margin: 5px 10px;" class="{$field.currentclass}"><a href="{:get_tid_url_2('https://www.zc10000.com/?m=home&site='.$field['domain'].'&sitepid='.$field['parent_id'])}" >{$field.name}</a> </li>
  49. {/eyou:citysite}
  50. <div class="clear"></div>
  51. </ul>
  52. </div>
  53. <script>
  54. layui.use(['jquery'], function(args){
  55. var $ = layui.jquery;
  56. $("#area").on("click", function() {
  57. $("#citys").toggleClass("hide");
  58. })
  59. });
  60. </script>
  61. <div class="layui-col-xs12 qy-36">
  62. {eyou:sql sql='SELECT id FROM __PREFIX__arctype WHERE topid=38 and status=1 and is_hot=1 and type="产品" limit 0,18' cachetime='3600' empty='没有数据' id="catlist"}
  63. {eyou:foreach name='$catlist' item='field_id'}
  64. {eyou:type typeid='$field_id' empty='暂时没有数据' id="field2"}
  65. <li class="qy-36-li">
  66. <a href="{:get_tid_url_2($field2['typeurl'],0,0,0,$field2['type'],$field2['topid'])}" style="display: block;">
  67. <div class="layui-col-xs12 qy-36-1" style="position:relative;">
  68. <!--https://oss.zc10000.com/static/images/030.svg-->
  69. <img src="https://oss.zc10000.com/static/images/bg_1.png" width="160" height="167"/>
  70. <span style="display:block;position: absolute;top:52%;width:100%;text-align:center;font-size: 20px;font-weight: bold;">
  71. {$field2.typename}
  72. </span>
  73. </div>
  74. <div class="layui-col-xs12 qy-36-2 tc" style="background: #fff;">
  75. <font class="font-500">{$field2.typename}</font>
  76. </div>
  77. </a>
  78. </li>
  79. {/eyou:type}
  80. {/eyou:foreach}
  81. {/eyou:sql}
  82. </div>
  83. <div class="clear"></div>
  84. </div>
  85. </div>
  86. <div class="clear"></div>
  87. </div>
  88. <div class="clear"></div>
  89. </div>
  90. </div>