No Description
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_1.htm 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php
  2. $name = "banner-s-1";
  3. //var_dump($page);
  4. ?>
  5. <link rel="stylesheet" href="/template/pc/components/banner/style_1.css" media="all">
  6. <!--定义div盒子-->
  7. <div class="<?php echo $name; ?>-content">
  8. <div class="box">
  9. <!--定义内容布局--->
  10. <div class="row">
  11. <!--定义内部栅格 上下左右 使用浮动-->
  12. <div class="top">
  13. <!--定义内容标签 p span a li img--->
  14. {eyou:if condition='($page == "zccat")'}
  15. <!--职称产品页默认banner图(优先调用产品字段)-->
  16. {eyou:adv pid='10' loop='1'}
  17. <a href='javascript:void(0);'>
  18. <img alt='{$field.title}' src='{$field.litpic}' style="width:100%;max-height: 234px;"/>
  19. </a>
  20. {/eyou:adv}
  21. {eyou:elseif condition='($page == "zccat-detail" || $page== "zccat-detail-list")'}
  22. {eyou:adv pid='13' loop='1'}
  23. <a href='javascript:void(0);'>
  24. <img alt='{$field.title}' src='{$field.litpic}' style="width:100%;max-height: 234px;"/>
  25. </a>
  26. {/eyou:adv}
  27. {eyou:elseif condition='($page == "lunwen-list")'}
  28. {eyou:adv pid='19' loop='1'}
  29. <a href='javascript:void(0);'>
  30. <img alt='{$field.title}' src='{$field.litpic}' style="width:100%;max-height: 234px;"/> <!--{$field.links}-->
  31. </a>
  32. {/eyou:adv}
  33. {eyou:else /}
  34. <img src="https://www.wetools.com/imgplaceholder/1050x234" />
  35. {/eyou:if}
  36. </div>
  37. </div>
  38. </div>
  39. </div>