Bez popisu
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_4.htm 1.0KB

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. $name = "list-s-4";
  3. if(!isset($title) || $title == ''){
  4. $title = '建筑工程管理职称相关问题';
  5. }
  6. ?>
  7. <link rel="stylesheet" href="/template/pc/components/list/style_4.css" media="all">
  8. <!--定义div盒子-->
  9. <div class="<?php echo $name; ?>-content">
  10. <div class="box">
  11. <!--定义内容布局--->
  12. <div class="row row{$con}">
  13. <!--定义内部栅格 上下中左右 使用浮动-->
  14. <div class="top">
  15. <!--定义内容标签 p span a li img--->
  16. <span></span>
  17. {eyou:include file='/template/pc/components/list/sub/title4.htm' /}
  18. </div>
  19. <div class="center">
  20. <!--定义内容标签 p span a li img--->
  21. {eyou:include file='/template/pc/components/list/sub/center4.htm' /}
  22. </div>
  23. <div class="bottom">
  24. {eyou:include file='/template/pc/components/list/sub/bottom4.htm' /}
  25. </div>
  26. </div>
  27. <div class="clear"></div>
  28. </div>
  29. </div>