Нема описа
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.

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php
  2. $name = "list-s-2";
  3. ?>
  4. <link rel="stylesheet" href="/template/mobile/components/list/style_2.css?v=<?php echo rand(1,100000); ?>" 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. <a href="javascript:void(0);">职称评审工具包</a>
  15. </div>
  16. <div class="center">
  17. <!--定义内容标签 p span a li img--->
  18. {eyou:artlist stypeid='0' typeid="112" limit='0,8' titlelen='30' infolen='160' orderby='aid asc' addfields='jump'}
  19. <li>
  20. <img src="{$field.litpic}" width="105" height="105"/>
  21. <a href="{$field.jump}" >{$field.title}</a>
  22. </li>
  23. {/eyou:artlist}
  24. </div>
  25. <div class="bottom">
  26. <div class="bottom-row">
  27. <!-- <a href="">查看更多</a><span>&nbsp;&nbsp;<img src="https://oss.zc10000.com/static/images/013.svg" /></span>-->
  28. </div>
  29. </div>
  30. </div>
  31. <div class="clear"></div>
  32. </div>
  33. </div>