scenery_detail.html 1.9 KB
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8" />
    <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge" />
    <link rel="stylesheet" href="__TMPL__/public/assets/css/swiper-3.4.2.min.css" />
    <link rel="stylesheet" href="__TMPL__/public/assets/css/base.css" />
    <link rel="stylesheet" href="__TMPL__/public/assets/css/index.css" />
    <title>星探推荐详情</title>
</head>

<body>
    <include file="public@header" />
    <div class="index_fifteenth">
        <div class="index_fifteenth_bg">
            <div class="index_fifteenth_contant">
                <div class="index_fifteenth_top">
                    <img src="{:cmf_get_image_url($res.image_url)}" alt="" />
                </div>
                <div class="index_fifteenth_one">
                    {$res.post_title}
                </div>
                <div class="index_fifteenth_three">
                    <div class="index_fifteenth_three_left">
                        商品售价:
                    </div>
                    <div class="index_fifteenth_three_right">
                        ¥{$res.price}
                    </div>
                </div>
                <div class="index_fifteenth_four">
                    {$res.post_excerpt}
                </div>
                <a href="{$res.pay_url}">
                    <div class="index_fifteenth_five">立即前往资讯</div>
                </a>
            </div>
        </div>
    </div>
    <include file="public@footer" />
</body>
<script src="__TMPL__/public/assets/js/base.js"></script>
<script src="__TMPL__/public/assets/js/jquery-2.1.0.js"></script>
<script src="__TMPL__/public/assets/js/swiper.min.js"></script>
<script src="__TMPL__/public/assets/js/public.js"></script>
<script></script>

</html>