审查视图

public/themes/simpleboot3_mobile/portal/scenery_detail.html 1.9 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<!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>
1  
zhangwei authored
15
    <include file="public@header" />
16 17 18 19
    <div class="index_fifteenth">
        <div class="index_fifteenth_bg">
            <div class="index_fifteenth_contant">
                <div class="index_fifteenth_top">
1  
zhangwei authored
20
                    <img src="{:cmf_get_image_url($res.image_url)}" alt="" />
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
                </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>
1  
zhangwei authored
36
                <a href="{$res.pay_url}">
37
                    <div class="index_fifteenth_five">立即前往咨询</div>
1  
zhangwei authored
38
                </a>
39 40 41
            </div>
        </div>
    </div>
1  
zhangwei authored
42
    <include file="public@footer" />
43 44 45 46 47 48 49 50
</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>