a5c49b30b8ac781755b4578e67d22068.php 1.6 KB
<?php if (!defined('THINK_PATH')) exit(); /*a:1:{s:51:"themes/simpleboot3/portal/index/shouce_details.html";i:1535014446;}*/ ?>
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta content="yes" name="apple-mobile-web-app-capable">
    <meta content="yes" name="apple-touch-fullscreen">
    <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,maximum-scale=1, minimum-scale=1, user-scalable=no">
    <title>手册详情</title>
    <!--<link rel="stylesheet" href="/static/css/common.css">-->
    <!--<link rel="stylesheet" href="/static/css/style.css">-->
    <style>
        img{
            width: 100% ;
            height: auto ;
	        max-width: 100%;
        }
        strong{
            font-weight: bold;
        }
    </style>
</head>
<body style="background-color: #f6f6f6;">
<div class="box">
    <div class="detailsTop">
        <img src="/upload/<?php echo $data['banner']; ?>"/>
    </div>
    <h2 class="ce_title"><?php echo $data['post_title']; ?></h2>
    <h4 class="ce_editor">
        <b>作者:<?php echo $data['post_keywords']; ?></b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <b>时间:<?php echo date("Y-m-d H:i",$data['create_time']); ?></b>
    </h4>
    <hr>
    <p class="ce_con">
        <?php echo htmlspecialchars_decode($data['post_content']); ?>
    </p>
</div>


<script type="text/javascript" src="/static/js/jquery-1.11.0.min.js"></script>
<!--<script type="text/javascript" src="/static/js/common.js"></script>-->
<script type="text/javascript" src="/static/js/study_car.js"></script>
<script>

</script>
</body>
</html>