Brak opisu
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.3KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. $name = "text-s-4";
  3. ?>
  4. <link rel="stylesheet" href="/template/mobile/components/text/style_4.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 row{$con}">
  10. <!--定义内部栅格 上下左右 使用浮动-->
  11. <div class="top">
  12. <!--定义内容标签 p span a li img--->
  13. <a href="">
  14. <!-- <img src="https://oss.zc10000.com/static/images/036.svg" />
  15. <font><?php echo $title; ?></font>-->
  16. {eyou:adv pid='$kefu_id' loop='3'}
  17. {eyou:if condition='(isset($is_kefu) && $is_kefu === 1)'}
  18. <a href='javascript:void(0);' class="open_shangqiao">
  19. <img alt='{$field.title}' src='{$field.litpic}' />
  20. <font>{$field.title}</font>
  21. </a>
  22. {eyou:else /}
  23. <a href='{$field.links}'>
  24. <img alt='{$field.title}' src='{$field.litpic}' />
  25. <font>{$field.title}</font>
  26. </a>
  27. {/eyou:if}
  28. {/eyou:adv}
  29. </a>
  30. </div>
  31. </div>
  32. </div>
  33. </div>