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_1.htm 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?php
  2. $name = "flow-s-1";
  3. ?>
  4. <link rel="stylesheet" href="/template/mobile/components/flow/style_1.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. <a href=""><?php echo $title?$title:'职称评审流程'; ?></a>
  15. </div>
  16. <div class="bottom qy-33">
  17. <!--定义内容标签 p span a li img--->
  18. {eyou:if condition='($page == "lunwen-detail")'}
  19. {eyou:php}
  20. $num = 1;
  21. {/eyou:php}
  22. {eyou:artlist typeid='129' loop='7' titlelen='30' infolen='160' orderby='aid asc'}
  23. <li class="font-66" style="width: 119px;">
  24. <div class="layui-col-xs12 tc">
  25. <span target="_blank" href="" class="font-80 tc">0{$num}</span>
  26. </div>
  27. <span target="_blank" href="{$field.arcurl}" class="font-81">
  28. <img src="{$field.litpic}" width="50" height="50">
  29. </span>
  30. <div class="layui-col-xs12 tc">
  31. <span target="_blank" href="" class="font-81">{$field.title}</span>
  32. </div>
  33. </li>
  34. <li class="li-ico <?php if($i==7){echo " hide";} ?>">
  35. <img src="https://oss.zc10000.com/static/images/051.svg" />
  36. </li>
  37. {eyou:php}
  38. $num++;
  39. {/eyou:php}
  40. {/eyou:artlist}
  41. {eyou:else /}
  42. {eyou:php}
  43. $num = 1;
  44. {/eyou:php}
  45. {eyou:artlist typeid='33' titlelen='30' infolen='160' orderby='aid asc'}
  46. <li class="font-66 font-66-{$i}">
  47. <div class="layui-col-xs12 tc">
  48. <span target="_blank" href="" class="font-80 tc">0{$num}</span>
  49. </div>
  50. <span target="_blank" href="{$field.arcurl}" class="font-81">
  51. <img src="{$field.litpic}" width="50" height="50">
  52. </span>
  53. <div class="layui-col-xs12 tc">
  54. <span target="_blank" href="" class="font-81">{$field.title}</span>
  55. </div>
  56. </li>
  57. <li class="li-ico <?php if($i==8){echo " hide";} ?>">
  58. <img src="https://oss.zc10000.com/static/images/051.svg" />
  59. </li>
  60. {eyou:php}
  61. $num++;
  62. {/eyou:php}
  63. {/eyou:artlist}
  64. {/eyou:if}
  65. </div>
  66. </div>
  67. </div>
  68. </div>