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.
53 lines
1.9 KiB
53 lines
1.9 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="__TMPL__/static/css/layui.css" />
|
|
<!-- 通用 -->
|
|
{include file="common/head" /}
|
|
<!-- 当前 -->
|
|
<link rel="stylesheet" href="__TMPL__/static/css/mixin.css" />
|
|
<link rel="stylesheet" href="__TMPL__/static/css/culture.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<!-- header start -->
|
|
{include file="common/header" /}
|
|
<!-- header end -->
|
|
<div class="bannerList">
|
|
<div class="img">
|
|
<img src="__TMPL__/static/images/dangjian/img-1.jpg" alt="" />
|
|
</div>
|
|
<div class="w1280">
|
|
<div class="bannerTitle">党建文化</div>
|
|
<div class="bannerTips">初心皎洁,共勉前行</div>
|
|
</div>
|
|
</div>
|
|
<div class="cultureBlock">
|
|
<div class="w1280">
|
|
{hcTaglib:contentPage moduleId="1" name="articleList" mainField="id,title,thumbnail,description,publish_time"}
|
|
<a href="{:hcUrl('detail/index',['id'=>$vo.id,'cid'=>$vo.category_id])}" class="list {$key==1 ? 'first' : ''}">
|
|
<div class="img"><img src="{$vo.thumbnail.url|default=''}" alt=""></div>
|
|
<div class="text">
|
|
<div class="tit">{$vo.title}</div>
|
|
<div class="tips">{$vo.description}</div>
|
|
<div class="info">
|
|
<div class="time">{$vo.publish_time|date='Y.m.d'}</div>
|
|
<div class="more">更多<img src="static/images/indexBlock2Ico.png" alt=""></div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
{/hcTaglib:contentPage}
|
|
{$articleList|raw}
|
|
</div>
|
|
</div>
|
|
|
|
<!-- footer start-->
|
|
{include file="common/footer" /}
|
|
<!-- footer end -->
|
|
<!-- 通用 -->
|
|
{include file="common/foot" /}
|
|
</body>
|
|
</html>
|