Açıklama Yok
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_11.htm 1.3KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. $name = "list-s-11";
  3. ?>
  4. <link rel="stylesheet" href="/template/pc/components/list/style_11.css" 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=""><?php echo $title?$title:'建筑工程类职称'; ?></a>
  15. {eyou:include file='/template/pc/components/list/style11/title.htm' /}
  16. </div>
  17. <div class="center">
  18. {eyou:if condition='($page == "city2")'}
  19. {eyou:include file='/template/pc/components/list/style11/list1.htm' /}
  20. {eyou:else /}
  21. {eyou:include file='/template/pc/components/list/style11/list2.htm' /}
  22. {/eyou:if}
  23. </div>
  24. <div class="bottom">
  25. <!--定义内容标签 p span a li img--->
  26. <div class="bottom-row">
  27. {eyou:include file='/template/pc/components/list/style11/bottom.htm' /}
  28. </div>
  29. </div>
  30. </div>
  31. <div class="clear"></div>
  32. </div>
  33. </div>