睿能科技
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.
 
 
 
 
 
 

35 lines
1.2 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">
{include file="components/currency"}
<!-- 当前页 -->
<link rel="stylesheet" href="/themes/static/scss/xinwen.css">
</head>
<body>
<!-- header -->
{include file="components/header"}
<!-- 正文 -->
<div class="xiangqingBlock">
<div class="w1400">
<div class="tit">{$hc_content.title}</div>
<div class="time"><img src="/themes/static/images/xiangqingBlockIco.png" alt="">{:date('Y.m.d', strtotime($hc_content['publish_time']))}</div>
<div class="content">
{$hc_content.content|raw}
</div>
<div class="page">
<div class="left">
<p>{hcTaglib:preContent /}</p>
<p>{hcTaglib:nextContent /}</p>
</div>
<a href="/news.html" class="btn">返回列表</a>
<!-- {hcTaglib:backList cid="1" /} -->
</div>
</div>
</div>
<!-- footer -->
{include file="components/footer"}
</body>
</html>