get_travel_detail.html
3.0 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!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">
<volist name="res.image_url" id="vo" offset="0" length="1">
<img src="{:cmf_get_image_url($vo.url)}" alt="">
</volist>
</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 txt-cut" style="width: 4.8rem;-webkit-line-clamp:3;">
{$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>
<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>