No Description
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_8.htm 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. $name = "list-s-8";
  3. ?>
  4. <link rel="stylesheet" href="/template/pc/components/list/style_8.css" media="all">
  5. <!--定义div盒子-->
  6. <div class="<?php echo $name; ?>-content">
  7. <div class="box">
  8. <!--定义内容布局--->
  9. <div class="row">
  10. <!--定义内部栅格 上下中左右 使用浮动-->
  11. <div class="top">
  12. <!--定义内容标签 p span a li img--->
  13. <span></span>
  14. {eyou:type typeid='127' empty='暂时没有数据'}
  15. <a href="{:get_tid_url_2($field['typeurl'])}">职称论文模板参考</a>
  16. <font class="more"><a href="{:get_tid_url_2($field['typeurl'])}"style="font-family: 'HarmonyOS Sans SC' !important;">更多</a>&nbsp;<img src="https://oss.zc10000.com/static/images/037.svg" /></font>
  17. {/eyou:type}
  18. </div>
  19. <div class="center">
  20. <!--定义内容标签 p span a li img--->
  21. <?php for($i=1;$i<=11;$i++){ ?>
  22. <?php } ?>
  23. {eyou:artlist stypeid='0' typeid='127,128' limit='0,10' titlelen='30' orderby='update_time desc'}
  24. <li class="font-563-active-{$i}">
  25. <img src="https://www.wetools.com/imgplaceholder/14x12" />
  26. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}">{$field.title}</a>
  27. {eyou:empty name='$field.seo_description' /}
  28. <p style="height:1px;"></p>
  29. {eyou:else /}
  30. <p>{$field.seo_description|msubstr=###,0,75,true}</p>
  31. {/eyou:empty}
  32. </li>
  33. {/eyou:artlist}
  34. </div>
  35. </div>
  36. <div class="clear"></div>
  37. </div>
  38. </div>