get_travel_detail.html 2.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="__TMPL__/public/assets/images/cicon_58@2x.png" alt="" />
                </div>
                <div class="index_fifteenth_one">
                    {$res.post_title}
                </div>
                <div class="index_fifteenth_two">
                    <div class="index_fifteenth_two_left">
                        预订须知
                    </div>
                    <div class="index_fifteenth_two_right index_fifteen_two_right_bg">
                        {$res.notice}
                    </div>
                </div>
                <div class="index_fifteenth_two">
                    <div class="index_fifteenth_two_left">
                        出发地点
                    </div>
                    <div class="index_fifteenth_two_right">
                        {$res.place}
                    </div>
                </div>
                <div class="index_fifteenth_two">
                    <div class="index_fifteenth_two_left">
                        包含项目
                    </div>
                    <div class="index_fifteenth_two_right">
                        {$res.project}
                    </div>
                </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>
                <div class="index_fifteenth_five">
                    <a href="{$res.pay_url}">
                        立即前往购买
                    </a>
                </div>
            </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>