list.html
5.4 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<!-- saved from url=(0035)http://www.autopartschina.org/index -->
<html class="js no-touch no-android chrome no-firefox no-iemobile no-ie no-ie8 no-ie10 no-ie11 no-ios no-ios7 ipad cssanimations">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" href="__TMPL__/public/assets/img/bitbug_favicon2.ico" type="image/x-icon">
<link rel="bookmark" href="http://www.autopartschina.org/favicon.ico" type="image/x-icon">
<title>现场活动</title>
<meta name="description" content="现场活动">
<meta name="keywords" content="现场活动">
<meta http-equiv="Cache-Control" content="public">
<link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.bootcss.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
<link rel="stylesheet" href="//at.alicdn.com/t/font_914725_fghx03m1coa.css">
<link rel="stylesheet" href="https://at.alicdn.com/t/font_938290_ljo9l8ls7m9.css">
<link href="https://cdn.bootcss.com/animate.css/3.5.2/animate.min.css" rel="stylesheet">
<link rel="stylesheet" href="__TMPL__/public/assets/css/cui.min.css">
<link rel="stylesheet" href="__TMPL__/public/assets/css/iconfont.css">
<link rel="stylesheet" href="__TMPL__/public/assets/css/index.min.css">
<link rel="stylesheet" href="__TMPL__/public/assets/css/main.css">
<link rel="stylesheet" href="__TMPL__/public/assets/css/content.css">
<style>
html, body {
font-size: 100%;
background: #F4F5F9;
min-width: 1200px;
}
body {
overflow: hidden;
}
.btn-index-right {
right: 10px;
bottom: 20px;
width: 346px;
}
.index_top_mask {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 150% !important;
background: #F4F5F9;
background-size: 100% 100%;
-webkit-transform: translate(0, 50%) rotate(-8deg);
transform: translate(0, 50%) rotate(-8deg);
z-index: 2;
}
.bdimgshare-bg, .bdimgshare-content {
display: none;
}
</style>
</head>
<body>
<!--[if lt IE 9 ]>
<div class="am-alert am-alert-danger ie-warning" data-am-alert>
<button type="button" class="am-close"></button>
<div class="am-container am-text-center">
抱歉,因您的浏览器版本过低本站暂不支持,请<a href="http://browsehappy.com/" target="_blank" style="color:yellow">点击此处升级浏览器</a>,由此给您带来的不便,敬请谅解!
</div>
</div>
<![endif]-->
<include file="public@header"/>
<div class="container">
<div class="location">
<i class="iconfont icon-dingwei1"></i> 您的位置:<a href="">首页></a><a href="{$location.0.url}">{$location.0.location}></a><a href="{$location.1.url}">{$location.1.location}</a>
<div class="location_nav">
<div class="nav_icon nav_iconactive">
<i class="iconfont icon-fenlei"></i>
</div>
<div class="nav_icon">
<i class="iconfont icon-fenlei1"></i>
</div>
</div>
</div>
<!--现场活动列表(数列)-->
<div class="huodongbox">
<volist name="list" id="vo">
<a href="{:url('activity/scene_detail',array('menu_id'=>$menu_id,'id'=>$vo['id'],'location1'=>$location[0]['location'],'location2'=>$location[1]['location']))}">
<div class="huodong_item">
<div class="huodong_img">
<img src="{:cmf_get_image_preview_url($vo.thumb)}" alt="">
</div>
<div class="huodong_txt">
<div class="huodong_title">{$vo.title}</div>
<div class="huodong_subtitle">{:date('Y-m-d',$vo['update_time'])}</div>
<div class="huodong_main">
{$vo.briefcontent}
</div>
</div>
</div>
</a>
</volist>
</div>
<!--现场活动列表(横类)-->
<div class="huodongbox" style="display: none">
<volist name="list" id="vo">
<a href="{:url('activity/scene_detail',array('menu_id'=>40,'id'=>$vo['id']))}">
<div class="huodong_cell">
<div class="huodong_cellimg">
<img src="{:cmf_get_image_preview_url($vo.thumb)}" alt="">
</div>
<div class="huodong_celltxt">
<div class="huodong_celltitle">{$vo.title}</div>
<div class="huodong_cellsubtitle">更新时间:{:date('Y-m-d',$vo['update_time'])}</div>
</div>
</div>
</a>
</volist>
</div>
<!--分页-->
<div class="fenye">
<ul class="fenye_ul">
{$page}
</ul>
</div>
<include file="public@share"/>
</div>
<div class="void" >
<img src="__TMPL__/public/assets/img/xiebian2.png" alt="">
</div>
<!--最后的内容-->
<include file="public@footer"/>
<a id="turnToContent" href="#top">
<div class="btm-toolbar">
<span class="iconfont icon-xiangshang"></span>
</div>
</a>
</body>
</html>