list_weixin_website.htm 797 B

123456789101112131415161718192021222324252627282930
  1. {dede:include filename="head_list.htm"/}
  2. <body class="wx_about">
  3. {dede:include filename="nav_inside.htm"/}
  4. {dede:include filename="list_banner.htm"/}
  5. <section class="main main_wx fixed">
  6. <section class="main_t simple_t">
  7. {dede:include filename="simple_t.htm"/}
  8. </section><!-- main_t end -->
  9. <section class="main_c">
  10. <section class="wx_web_pro">
  11. <ul class="clearfix">
  12. {dede:channel type='son'}
  13. <li>
  14. <a href="[field:typeurl/]" title="[field:typename/]">
  15. <p class="wx_t">[field:typename/]</p >
  16. <p class="wx_desc">[field:seodes/]</p>
  17. </a>
  18. </li>
  19. {/dede:channel}
  20. </ul>
  21. </section><!--wx_pro-->
  22. </section><!--main_c -->
  23. </section><!--main -->
  24. {dede:include filename="foot_article.htm"/}
  25. </body>
  26. </html>