123456789101112131415161718192021222324252627282930 |
- <?php if(isset($page) && $page == 'city2'){ ?>
- <!--不显示-->
- <a href="/{$eyou.site.domain}/gonglve" class="font-91" style="margin-left:5px;">全部评审攻略
- <img src="https://oss.zc10000.com/static/images/043.svg" />
- </a>
- <a href="/{$eyou.site.domain}/zhengce" class="font-91" style="margin-left:5px;">全部政策资讯
- <img src="https://oss.zc10000.com/static/images/043.svg" />
- </a>
- <a href="/zlwd" class="font-91" style="margin-left:5px;">全部政策文档
- <img src="https://oss.zc10000.com/static/images/043.svg" />
- </a>
- <!--<font class="font-90">换一批</font>-->
- <?php }else{ ?>
-
-
- <a href="javascript:void(0);" class="font-91 tab-a" style="margin-left:5px;background:#fff;color:rgb(0, 165, 120);">
- 政策资讯
- </a>
-
- <a href="javascript:void(0);" class="font-91 tab-a" style="margin-left:5px;background:#fff;color:rgb(0, 165, 120);">
- 政策指引
- </a>
-
- <a href="javascript:void(0);" class="font-91 tab-a tab-a-active" style="margin-left:5px;;background:#fff;color:rgb(0, 165, 120); ">
- 材料文档
- </a>
-
- <!-- <img src="https://oss.zc10000.com/static/images/043.svg" />-->
- <!--<font class="font-90">换一批</font>-->
- <?php } ?>
|