123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
-
- <?php
- $name = "flow-s-1";
- ?>
- <link rel="stylesheet" href="/template/mobile/components/flow/style_1.css?v=<?php echo rand(1,100000); ?>" media="all">
- <!--定义div盒子-->
- <div class="<?php echo $name; ?>-content">
- <div class="box">
- <!--定义内容布局--->
- <div class="row">
- <!--定义内部栅格 上下中左右 使用浮动-->
- <div class="top">
- <!--定义内容标签 p span a li img--->
- <span></span>
- <a href=""><?php echo $title?$title:'职称评审流程'; ?></a>
- </div>
- <div class="bottom qy-33">
- <!--定义内容标签 p span a li img--->
- {eyou:if condition='($page == "lunwen-detail")'}
-
- {eyou:php}
- $num = 1;
- {/eyou:php}
- {eyou:artlist typeid='129' loop='7' titlelen='30' infolen='160' orderby='aid asc'}
- <li class="font-66" style="width: 119px;">
- <div class="layui-col-xs12 tc">
- <span target="_blank" href="" class="font-80 tc">0{$num}</span>
- </div>
- <span target="_blank" href="{$field.arcurl}" class="font-81">
- <img src="{$field.litpic}" width="50" height="50">
- </span>
- <div class="layui-col-xs12 tc">
- <span target="_blank" href="" class="font-81">{$field.title}</span>
- </div>
- </li>
- <li class="li-ico <?php if($i==7){echo " hide";} ?>">
- <img src="https://oss.zc10000.com/static/images/051.svg" />
- </li>
- {eyou:php}
- $num++;
- {/eyou:php}
- {/eyou:artlist}
-
-
- {eyou:else /}
-
- {eyou:php}
- $num = 1;
- {/eyou:php}
- {eyou:artlist typeid='33' titlelen='30' infolen='160' orderby='aid asc'}
- <li class="font-66 font-66-{$i}">
- <div class="layui-col-xs12 tc">
- <span target="_blank" href="" class="font-80 tc">0{$num}</span>
- </div>
- <span target="_blank" href="{$field.arcurl}" class="font-81">
- <img src="{$field.litpic}" width="50" height="50">
- </span>
- <div class="layui-col-xs12 tc">
- <span target="_blank" href="" class="font-81">{$field.title}</span>
- </div>
- </li>
- <li class="li-ico <?php if($i==8){echo " hide";} ?>">
- <img src="https://oss.zc10000.com/static/images/051.svg" />
- </li>
- {eyou:php}
- $num++;
- {/eyou:php}
- {/eyou:artlist}
-
-
- {/eyou:if}
-
-
-
- </div>
- </div>
- </div>
- </div>
|