1234567891011121314151617181920212223242526272829303132 |
-
- <?php
- $name = "list-s-4";
- if(!isset($title) || $title == ''){
- $title = '建筑工程管理职称相关问题';
- }
- ?>
-
-
- <link rel="stylesheet" href="/template/pc/components/list/style_4.css" media="all">
- <!--定义div盒子-->
- <div class="<?php echo $name; ?>-content">
- <div class="box">
- <!--定义内容布局--->
- <div class="row row{$con}">
- <!--定义内部栅格 上下中左右 使用浮动-->
- <div class="top">
- <!--定义内容标签 p span a li img--->
- <span></span>
- {eyou:include file='/template/pc/components/list/sub/title4.htm' /}
- </div>
- <div class="center">
- <!--定义内容标签 p span a li img--->
- {eyou:include file='/template/pc/components/list/sub/center4.htm' /}
- </div>
- <div class="bottom">
- {eyou:include file='/template/pc/components/list/sub/bottom4.htm' /}
- </div>
- </div>
- <div class="clear"></div>
- </div>
- </div>
|