Ingen beskrivning
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_7.htm 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. $name = "list-s-7";
  3. ?>
  4. <link rel="stylesheet" href="/template/pc/components/list/style_7.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='116' empty='暂时没有数据'}
  15. <a href="{:get_tid_url_2($field['typeurl'])}">职称论文期刊精选</a>
  16. {/eyou:type}
  17. </div>
  18. <div class="center">
  19. <!--定义内容标签 p span a li img--->
  20. {eyou:list stypeid='0' typeid="116" loop='25' titlelen='30' infolen='160' orderby='update_time desc' addfields='qkmc'}
  21. <li>
  22. <!--<span>{$field.add_time|MyDate='Y-m-d',###}</span>-->
  23. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}"><img src="{$field.litpic}" width='176' height='212' /></a>
  24. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}" class="paf">{$field.qkmc}</a>
  25. </li>
  26. {/eyou:list}
  27. </div>
  28. <div class="bottom">
  29. <div class="bottom-row">
  30. {eyou:pagelist listitem='pre,next,info,index,end,pageno,dots' listsize='1' /}
  31. </div>
  32. </div>
  33. </div>
  34. <div class="clear"></div>
  35. </div>
  36. </div>