111
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.
 
 
 
 
 

27 lines
778 B

  1. {include file=comm/head.html}
  2. {include file=comm/top.html}
  3. <div class="container pages">
  4. {include file=comm/position.html}
  5. <!-- 图文列表 -->
  6. <div class="row">
  7. {pboot:list num=8 order=sorting}
  8. <div class="col-12 col-sm-6 col-lg-3 text-center">
  9. <figure class="figure">
  10. <div class="card-img-200">
  11. <a href="[list:link]"><img src="[list:ico]" class="w-100" alt="[list:title]"></a>
  12. </div>
  13. <figcaption class="figure-caption text-center lh-2"><a href="[list:link]">[list:title lencn=15]</a></figcaption>
  14. </figure>
  15. </div>
  16. {/pboot:list}
  17. </div>
  18. {include file=comm/page.html}
  19. </div>
  20. {include file=comm/foot.html}