Sin descripción
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_12.htm 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php
  2. $name = "list-s-12";
  3. ?>
  4. <link rel="stylesheet" href="/template/mobile/components/list/style_12.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. <div class="one">
  15. {eyou:type typeid='$route_param.tid' empty='暂时没有数据'}
  16. <a href="{:get_tid_url_2($field['typeurl'])}">{$field.typename}</a>
  17. {/eyou:type}
  18. </div>
  19. <!-- <div class="two">
  20. <img src="https://oss.zc10000.com/static/images/033.svg" /> <font>2024-01-15</font>
  21. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  22. <img src="https://oss.zc10000.com/static/images/034.svg" /> <font>4,545</font>
  23. </div>-->
  24. </div>
  25. <div class="center">
  26. <!--定义内容标签 p span a li img--->
  27. {eyou:if condition='($page == "article_list" && $route_param.tid == "115")'}
  28. <!--包含区域-->
  29. {eyou:include file='/template/mobile/components/list/page/mod_2.htm' /}
  30. {eyou:else /}
  31. <!--包含区域-->
  32. {eyou:include file='/template/mobile/components/list/page/mod.htm' /}
  33. {/eyou:if}
  34. </div>
  35. <div class="bottom bottom-row">
  36. {eyou:include file='/template/mobile/components/list/page/mod_page.htm' /}
  37. </div>
  38. </div>
  39. </div>
  40. </div>