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.
38 lines
1.5 KiB
38 lines
1.5 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">
|
|
<title><?php echo sysconfig('CMS_SEOTITLE'); ?></title><meta name="keywords" content="<?php echo sysconfig('CMS_KEYWORDS'); ?>" /><meta name="description" content="<?php echo sysconfig('CMS_DESCRIPTION'); ?>" />
|
|
|
|
|
|
<link rel="stylesheet" href="/css/reset.css">
|
|
<link rel="stylesheet" href="/css/details.css">
|
|
</head>
|
|
<body>
|
|
<header class="header">
|
|
<div class="content">
|
|
<img class="logo" src="/img/logo.jpg" alt="">
|
|
<ul class="nav">
|
|
<li><a href="/index.html">首页</a></li>
|
|
<li><a href="/index.html#product">产品中心</a></li>
|
|
<li><a class="active" href="/index.html#journalism">新闻中心</a></li>
|
|
<li><a href="/index.html#about">公司介绍</a></li>
|
|
<li><a href="/index.html#culture">企业文化</a></li>
|
|
<li><a href="/index.html#contact">联系我们</a></li>
|
|
</ul>
|
|
</div>
|
|
</header>
|
|
<section class="text">
|
|
<div class="content">
|
|
<h1 class="page-header" style="text-align:center;"><?php echo $post["title"]; ?></h1>
|
|
<div style="text-align:center;margin-bottom: 30px">发布时间:{{date("Y-m-d",$post["pubdate"])}} </div>
|
|
<div class="content mt10"><?php echo $post["body"]; ?></div>
|
|
</div>
|
|
</section>
|
|
@include('home.common.footer')
|
|
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
|
</body>
|
|
</html>
|