正在显示
6 个修改的文件
包含
315 行增加
和
53 行删除
1 | +<?php | ||
2 | +/** | ||
3 | + * 关于展会 | ||
4 | + * Author : xiaojie | ||
5 | + * DateTime: 2018/11/28 16:49 | ||
6 | + */ | ||
7 | +namespace app\portal\controller; | ||
8 | + | ||
9 | +use app\portal\model\PageModel; | ||
10 | +use app\portal\model\PortalCategoryModel; | ||
11 | +use app\portal\model\ShowModel; | ||
12 | +use cmf\controller\AdminBaseController; | ||
13 | + | ||
14 | +class AdminComponentController extends AdminBaseController | ||
15 | +{ | ||
16 | + //部件展示 | ||
17 | + public function component(){ | ||
18 | + $cate_id = 63; | ||
19 | + $pageModel = new PageModel(); | ||
20 | + if($this->request->isPost()){ | ||
21 | + $param = $this->request->param(); | ||
22 | + $res = $pageModel->isUpdate(true)->save($param); | ||
23 | + if($res){ | ||
24 | + $this->success('更新成功'); | ||
25 | + } | ||
26 | + $this->error('请稍后重试'); | ||
27 | + }else{ | ||
28 | + $info = $pageModel->where('cate_id',$cate_id)->find(); | ||
29 | + | ||
30 | + $this->assign('info',$info); | ||
31 | + return $this->fetch(); | ||
32 | + } | ||
33 | + } | ||
34 | +} |
@@ -68,6 +68,31 @@ class ExhibitionController extends HomeBaseController | @@ -68,6 +68,31 @@ class ExhibitionController extends HomeBaseController | ||
68 | } | 68 | } |
69 | 69 | ||
70 | /** | 70 | /** |
71 | + * 零部件展览 | ||
72 | + * portal/exhibition/range | ||
73 | + */ | ||
74 | + public function component() | ||
75 | + { | ||
76 | + $cate_id = 63; | ||
77 | + $pageModel = new PageModel(); | ||
78 | + $info = $pageModel->where('cate_id',$cate_id)->find(); | ||
79 | + $this->setPageNum($info['id']); | ||
80 | + //所在位置 | ||
81 | + $location = [ | ||
82 | + [ | ||
83 | + ], | ||
84 | + [ | ||
85 | + 'location' => '零部件展览', | ||
86 | + 'url' => url('portal/exhibition/component') | ||
87 | + ] | ||
88 | + ]; | ||
89 | + $this->assign('info',$info); | ||
90 | + $this->assign('location',$location); | ||
91 | + return $this->fetch(':cpage'); | ||
92 | + } | ||
93 | + | ||
94 | + | ||
95 | + /** | ||
71 | * 展会数据 | 96 | * 展会数据 |
72 | * portal/exhibition/data | 97 | * portal/exhibition/data |
73 | */ | 98 | */ |
1 | -<?php if (!defined('THINK_PATH')) exit(); /*a:2:{s:42:"themes/simpleboot3/portal\index\index.html";i:1555317866;s:37:"themes/simpleboot3/public\footer.html";i:1555315879;}*/ ?> | 1 | +<?php if (!defined('THINK_PATH')) exit(); /*a:2:{s:42:"themes/simpleboot3/portal\index\index.html";i:1556279472;s:37:"themes/simpleboot3/public\footer.html";i:1555315879;}*/ ?> |
2 | <!DOCTYPE html> | 2 | <!DOCTYPE html> |
3 | <!-- saved from url=(0035)http://www.autopartschina.org/index --> | 3 | <!-- saved from url=(0035)http://www.autopartschina.org/index --> |
4 | <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"> | 4 | <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"> |
@@ -74,6 +74,9 @@ | @@ -74,6 +74,9 @@ | ||
74 | 74 | ||
75 | height:947px !important; | 75 | height:947px !important; |
76 | } | 76 | } |
77 | + #toDetail{ | ||
78 | + cursor:pointer; | ||
79 | + } | ||
77 | 80 | ||
78 | </style> | 81 | </style> |
79 | </head> | 82 | </head> |
@@ -127,7 +130,7 @@ | @@ -127,7 +130,7 @@ | ||
127 | </div> | 130 | </div> |
128 | <div class="header_box"> | 131 | <div class="header_box"> |
129 | <div class="header_subtxt wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">达成交易,是我们的追求!</div> | 132 | <div class="header_subtxt wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">达成交易,是我们的追求!</div> |
130 | - <div class="header_submian wow fadeIn" data-wow-duration="1s" data-wow-delay="0.7s">天津国际汽车制造技术与装备展览会</div> | 133 | + <div class="header_submian wow fadeIn" data-wow-duration="1s" data-wow-delay="0.7s">天津国际工业装配及自动化展览会</div> |
131 | <div class="index_time wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s" >2020.3.12-15 天津·梅江会展中心</div> | 134 | <div class="index_time wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s" >2020.3.12-15 天津·梅江会展中心</div> |
132 | <div class="btn_box wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s"> | 135 | <div class="btn_box wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s"> |
133 | <div class="index_btn active_btn left_btn"><a href="<?php echo url('audience/stand'); ?>">参观申请</a> </div> | 136 | <div class="index_btn active_btn left_btn"><a href="<?php echo url('audience/stand'); ?>">参观申请</a> </div> |
@@ -204,7 +207,7 @@ | @@ -204,7 +207,7 @@ | ||
204 | </div> | 207 | </div> |
205 | <!--天津国际汽车零部件展览会--> | 208 | <!--天津国际汽车零部件展览会--> |
206 | <div class="int_nav wow fadeInLeftBig" data-wow-duration="0.4s" data-wow-delay="0.2s" style="background-image: url('__TMPL__/public/assets/img/apic04@2x.png')" > | 209 | <div class="int_nav wow fadeInLeftBig" data-wow-duration="0.4s" data-wow-delay="0.2s" style="background-image: url('__TMPL__/public/assets/img/apic04@2x.png')" > |
207 | - <div class="wow fadeInLeftBig" data-wow-duration="0.6s" data-wow-delay="0.4s" >天津国际汽车零部件展览会 <text class="nimi_int">>></text></div> | 210 | + <div class="wow fadeInLeftBig" id="toDetail" data-wow-duration="0.6s" data-wow-delay="0.4s" >天津国际汽车零部件展览会 <text class="nimi_int">>></text></div> |
208 | </div> | 211 | </div> |
209 | <!--新闻中心--> | 212 | <!--新闻中心--> |
210 | <div class="my_container" style="width:100%"> | 213 | <div class="my_container" style="width:100%"> |
@@ -280,25 +283,19 @@ | @@ -280,25 +283,19 @@ | ||
280 | </div> | 283 | </div> |
281 | <div class="product_ul "> | 284 | <div class="product_ul "> |
282 | <ul class="ul_left"> | 285 | <ul class="ul_left"> |
283 | - <li>汽车装配工程</li> | ||
284 | - <li>汽车零部件制造技术及装备</li> | ||
285 | - <li>机加工程,材料与设计</li> | ||
286 | - <li>车身制造工艺及装备</li> | ||
287 | - <li>焊装工程,机器人系统集成</li> | ||
288 | - <li>底盘制造工艺及装备</li> | ||
289 | - <li>冲压工程、涂装工程、总装工程</li> | ||
290 | - <li> 装配系统集成</li> | 286 | + <li>工业自动化系统</li> |
287 | + <li>运动与控制系统</li> | ||
288 | + <li>拧紧设备、焊接、焊台</li> | ||
289 | + <li>铆接、冲压、上胶</li> | ||
290 | + <li>轴承、齿轮、链条</li> | ||
291 | <div class="index_btn left_btn ul_btn active_btn "><a href="<?php echo url('businessman/reserve'); ?>">立即参展</a></div> | 291 | <div class="index_btn left_btn ul_btn active_btn "><a href="<?php echo url('businessman/reserve'); ?>">立即参展</a></div> |
292 | </ul> | 292 | </ul> |
293 | <ul class=" ul_rigth"> | 293 | <ul class=" ul_rigth"> |
294 | - <li>新能源汽车工程</li> | ||
295 | - <li>轻量化制造技术与设备</li> | ||
296 | - <li>质量控制及测试</li> | ||
297 | - <li> 汽车工程与服务</li> | ||
298 | - <li>汽车模具工程</li> | ||
299 | - <li>智能产线物流</li> | ||
300 | - <li>3D打印工程</li> | ||
301 | - <li>工厂控制系统整体解决方案</li> | 294 | + <li>物料传输系统和设备</li> |
295 | + <li>部件传输系统和设备</li> | ||
296 | + <li>搬运、起重设备</li> | ||
297 | + <li>装配系统及设备、装配工具</li> | ||
298 | + <li>拆分技术、分拣技术、处理技术</li> | ||
302 | <div class="index_btn ul_btn"><a href="<?php echo url('audience/stand'); ?>">立即参观</a></div> | 299 | <div class="index_btn ul_btn"><a href="<?php echo url('audience/stand'); ?>">立即参观</a></div> |
303 | </ul> | 300 | </ul> |
304 | </div> | 301 | </div> |
@@ -384,7 +381,7 @@ | @@ -384,7 +381,7 @@ | ||
384 | <a href="./site1/meeting.html"> | 381 | <a href="./site1/meeting.html"> |
385 | <div class="zineng_title wow fadeInRightBig" data-wow-duration="0.6s" data-wow-delay="0.7s">汽车产业装备与智能制造峰会</div> | 382 | <div class="zineng_title wow fadeInRightBig" data-wow-duration="0.6s" data-wow-delay="0.7s">汽车产业装备与智能制造峰会</div> |
386 | <div class="zineng_subbox wow fadeInRightBig" data-wow-duration="0.6s" data-wow-delay="0.7s"> | 383 | <div class="zineng_subbox wow fadeInRightBig" data-wow-duration="0.6s" data-wow-delay="0.7s"> |
387 | - <div>2019年3月8日</div> | 384 | + <div>2020年3月12日</div> |
388 | <div>中国•天津</div> | 385 | <div>中国•天津</div> |
389 | </div> | 386 | </div> |
390 | </a> | 387 | </a> |
@@ -414,9 +411,9 @@ | @@ -414,9 +411,9 @@ | ||
414 | </div> | 411 | </div> |
415 | <img src="__TMPL__/public/assets/img/t_aicon03.png" alt=""> | 412 | <img src="__TMPL__/public/assets/img/t_aicon03.png" alt=""> |
416 | </div> | 413 | </div> |
417 | - <div class="download_t">2019 <text class="nimi_download">年3月</text>邀请函</div> | 414 | + <div class="download_t">2020 <text class="nimi_download">年</text>邀请函</div> |
418 | <div class="down_line"></div> | 415 | <div class="down_line"></div> |
419 | - <div class="down_content">长城、夏利、现代、奔驰、一汽、大众、北汽等十余个整车品牌及近千余家配套零部件企业</div> | 416 | + <div class="down_content">全球工业分东西,西有德国工业强国引领世界风向,东有中国工业制造大国牵动全球工业脉门</div> |
420 | </a> | 417 | </a> |
421 | <a class="download_item" href="javascript:;"> | 418 | <a class="download_item" href="javascript:;"> |
422 | <div class="download_top_box"> | 419 | <div class="download_top_box"> |
@@ -424,9 +421,9 @@ | @@ -424,9 +421,9 @@ | ||
424 | </div> | 421 | </div> |
425 | <img src="__TMPL__/public/assets/img/t_aicon04.png" alt=""> | 422 | <img src="__TMPL__/public/assets/img/t_aicon04.png" alt=""> |
426 | </div> | 423 | </div> |
427 | - <div class="download_t">2018 <text class="nimi_download">年</text>展后报告</div> | 424 | + <div class="download_t">2019 <text class="nimi_download">年</text>展后报告</div> |
428 | <div class="down_line"></div> | 425 | <div class="down_line"></div> |
429 | - <div class="down_content">十余个整车品牌及近千余家配套零部件企业生产制造设备的采购需求</div> | 426 | + <div class="down_content">天津国际工业装配及自动化展是关于工业装配及自动化全面解决方案、生产及过程自动化、电气系统、工业IT与制造业信息化、微系统技术的国际盛会,将为现场技术交流、贸易合作、达成交易提供有力保障。真正成为衔接工业装配及自动化领域中天津与中国、中国与世界的一扇窗口。</div> |
430 | </a> | 427 | </a> |
431 | <a class="download_item" href="javascript:;"> | 428 | <a class="download_item" href="javascript:;"> |
432 | <div class="download_top_box"> | 429 | <div class="download_top_box"> |
@@ -436,7 +433,7 @@ | @@ -436,7 +433,7 @@ | ||
436 | </div> | 433 | </div> |
437 | <div class="download_t">2019 <text class="nimi_download">年</text>参展手册</div> | 434 | <div class="download_t">2019 <text class="nimi_download">年</text>参展手册</div> |
438 | <div class="down_line"></div> | 435 | <div class="down_line"></div> |
439 | - <div class="down_content">十余个整车品牌及近千余家配套零部件企业生产制造设备的采购需求</div> | 436 | + <div class="down_content">天津国际工业装配及自动化展是关于工业装配及自动化全面解决方案、生产及过程自动化、电气系统、工业IT与制造业信息化、微系统技术的国际盛会,将为现场技术交流、贸易合作、达成交易提供有力保障。真正成为衔接工业装配及自动化领域中天津与中国、中国与世界的一扇窗口。</div> |
440 | </a> | 437 | </a> |
441 | <a class="download_item" href="javascript:;"> | 438 | <a class="download_item" href="javascript:;"> |
442 | <div class="download_top_box"> | 439 | <div class="download_top_box"> |
@@ -446,7 +443,7 @@ | @@ -446,7 +443,7 @@ | ||
446 | </div> | 443 | </div> |
447 | <div class="download_t">2020 <text class="nimi_download">年3月</text>电子展报</div> | 444 | <div class="download_t">2020 <text class="nimi_download">年3月</text>电子展报</div> |
448 | <div class="down_line"></div> | 445 | <div class="down_line"></div> |
449 | - <div class="down_content">十余个整车品牌及近千余家配套零部件企业生产制造设备的采购需求</div> | 446 | + <div class="down_content">天津国际工业装配及自动化展是关于工业装配及自动化全面解决方案、生产及过程自动化、电气系统、工业IT与制造业信息化、微系统技术的国际盛会,将为现场技术交流、贸易合作、达成交易提供有力保障。真正成为衔接工业装配及自动化领域中天津与中国、中国与世界的一扇窗口。</div> |
450 | </a> | 447 | </a> |
451 | </div> | 448 | </div> |
452 | </div> | 449 | </div> |
@@ -773,7 +770,10 @@ if(is_array($__LINKS__) || $__LINKS__ instanceof \think\Collection || $__LINKS__ | @@ -773,7 +770,10 @@ if(is_array($__LINKS__) || $__LINKS__ instanceof \think\Collection || $__LINKS__ | ||
773 | alert('搜索内容不能为空');return false; | 770 | alert('搜索内容不能为空');return false; |
774 | } | 771 | } |
775 | location.href = "<?php echo url('index/news_search'); ?>?keyword="+keyword; | 772 | location.href = "<?php echo url('index/news_search'); ?>?keyword="+keyword; |
776 | - }) | 773 | + }); |
774 | + $('#toDetail').click(function () { | ||
775 | + location.href = "<?php echo url('exhibition/component'); ?>"; | ||
776 | + }); | ||
777 | 777 | ||
778 | //检测是否登录 | 778 | //检测是否登录 |
779 | $('.download_item').click(function () { | 779 | $('.download_item').click(function () { |
1 | +<include file="public@header"/> | ||
2 | +</head> | ||
3 | +<body> | ||
4 | +<div class="wrap js-check-wrap"> | ||
5 | + <ul class="nav nav-tabs"> | ||
6 | + <li class="active"><a href="javascript:;">零部件展览</a></li> | ||
7 | + </ul> | ||
8 | + <form action="{:url('AdminComponent/component')}" method="post" class="form-horizontal js-ajax-form margin-top-20"> | ||
9 | + <div class="row"> | ||
10 | + <div class="col-md-9"> | ||
11 | + <table class="table table-bordered"> | ||
12 | + <tr> | ||
13 | + <th width="80">标题<span class="form-required">*</span></th> | ||
14 | + <td> | ||
15 | + <input class="form-control" type="text" name="title" required value="{$info.title}" placeholder="请输入标题"/> | ||
16 | + </td> | ||
17 | + </tr> | ||
18 | + <tr> | ||
19 | + <th width="80">SEO关键词<span class="form-required">*</span></th> | ||
20 | + <td> | ||
21 | + <input class="form-control" type="text" name="seo_keywords" required value="{$info.seo_keywords}" placeholder="请输入SEO关键词"/> | ||
22 | + </td> | ||
23 | + </tr> | ||
24 | + <tr> | ||
25 | + <th width="80">来源<span class="form-required">*</span></th> | ||
26 | + <td> | ||
27 | + <input class="form-control" type="text" name="source" required value="{$info.source}" placeholder="请输入标题"/> | ||
28 | + </td> | ||
29 | + </tr> | ||
30 | + <tr> | ||
31 | + <th>内容</th> | ||
32 | + <td> | ||
33 | + <script type="text/plain" id="content" name="content">{$info.content}</script> | ||
34 | + </td> | ||
35 | + </tr> | ||
36 | + </table> | ||
37 | + <div class="form-group"> | ||
38 | + <div class="col-sm-offset-2 col-sm-10"> | ||
39 | + <input type="hidden" name="id" value="{$info.id}"> | ||
40 | + <button type="submit" class="btn btn-primary js-ajax-submit">更新</button> | ||
41 | + </div> | ||
42 | + </div> | ||
43 | + </div> | ||
44 | + <div class="col-md-3"> | ||
45 | + <!--<table class="table table-bordered">--> | ||
46 | + <!--<tr>--> | ||
47 | + <!--<th><b>缩略图</b></th>--> | ||
48 | + <!--</tr>--> | ||
49 | + <!--<tr>--> | ||
50 | + <!--<td>--> | ||
51 | + <!--<div style="text-align: center;">--> | ||
52 | + <!--<input type="hidden" name="post[more][thumbnail]" id="thumbnail" value="">--> | ||
53 | + <!--<a href="javascript:uploadOneImage('图片上传','#thumbnail');">--> | ||
54 | + <!--<img src="__TMPL__/public/assets/images/default-thumbnail.png"--> | ||
55 | + <!--id="thumbnail-preview"--> | ||
56 | + <!--width="135" style="cursor: pointer"/>--> | ||
57 | + <!--</a>--> | ||
58 | + <!--<input type="button" class="btn btn-sm btn-cancel-thumbnail" value="取消图片">--> | ||
59 | + <!--</div>--> | ||
60 | + <!--</td>--> | ||
61 | + <!--</tr>--> | ||
62 | + <!--</table>--> | ||
63 | + </div> | ||
64 | + </div> | ||
65 | + </form> | ||
66 | +</div> | ||
67 | +<script type="text/javascript" src="__STATIC__/js/admin.js"></script> | ||
68 | +<script type="text/javascript"> | ||
69 | + //编辑器路径定义 | ||
70 | + var editorURL = GV.WEB_ROOT; | ||
71 | +</script> | ||
72 | +<script type="text/javascript" src="__STATIC__/js/ueditor/ueditor.config.js"></script> | ||
73 | +<script type="text/javascript" src="__STATIC__/js/ueditor/ueditor.all.min.js"></script> | ||
74 | +<script type="text/javascript"> | ||
75 | + $(function () { | ||
76 | + | ||
77 | + editorcontent = new baidu.editor.ui.Editor(); | ||
78 | + editorcontent.render('content'); | ||
79 | + try { | ||
80 | + editorcontent.sync(); | ||
81 | + } catch (err) { | ||
82 | + } | ||
83 | + | ||
84 | + $('.btn-cancel-thumbnail').click(function () { | ||
85 | + $('#thumbnail-preview').attr('src', '__TMPL__/public/assets/images/default-thumbnail.png'); | ||
86 | + $('#thumbnail').val(''); | ||
87 | + }); | ||
88 | + | ||
89 | + }); | ||
90 | + | ||
91 | + function doSelectCategory() { | ||
92 | + var selectedCategoriesId = $('#js-categories-id-input').val(); | ||
93 | + openIframeLayer("{:url('AdminCategory/select')}?ids=" + selectedCategoriesId, '请选择分类', { | ||
94 | + area: ['700px', '400px'], | ||
95 | + btn: ['确定', '取消'], | ||
96 | + yes: function (index, layero) { | ||
97 | + //do something | ||
98 | + | ||
99 | + var iframeWin = window[layero.find('iframe')[0]['name']]; | ||
100 | + var selectedCategories = iframeWin.confirm(); | ||
101 | + if (selectedCategories.selectedCategoriesId.length == 0) { | ||
102 | + layer.msg('请选择分类'); | ||
103 | + return; | ||
104 | + } | ||
105 | + $('#js-categories-id-input').val(selectedCategories.selectedCategoriesId.join(',')); | ||
106 | + $('#js-categories-name-input').val(selectedCategories.selectedCategoriesName.join(' ')); | ||
107 | + //console.log(layer.getFrameIndex(index)); | ||
108 | + layer.close(index); //如果设定了yes回调,需进行手工关闭 | ||
109 | + } | ||
110 | + }); | ||
111 | + } | ||
112 | +</script> | ||
113 | +</body> | ||
114 | +</html> |
public/themes/simpleboot3/portal/cpage.html
0 → 100644
1 | +<!DOCTYPE html> | ||
2 | +<!-- saved from url=(0035)http://www.autopartschina.org/index --> | ||
3 | +<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"> | ||
4 | +<head> | ||
5 | + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
6 | + <link rel="shortcut icon" href="__TMPL__/public/assets/img/bitbug_favicon2.ico" type="image/x-icon" > | ||
7 | + <link rel="bookmark" href="http://www.autopartschina.org/favicon.ico" type="image/x-icon"> | ||
8 | + <title>{$location.1.location}</title> | ||
9 | + <meta name="description" content="{$location.1.location}"> | ||
10 | + <meta name="keywords" content="{$info.seo_keywords}"> | ||
11 | + <meta http-equiv="Cache-Control" content="public"> | ||
12 | + <link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> | ||
13 | + <script src="https://cdn.bootcss.com/html5shiv/3.7.3/html5shiv.min.js"></script> | ||
14 | + <script src="https://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script> | ||
15 | + <link rel="stylesheet" href="//at.alicdn.com/t/font_914725_fghx03m1coa.css"> | ||
16 | + <link rel="stylesheet" href="https://at.alicdn.com/t/font_938290_ljo9l8ls7m9.css"> | ||
17 | + <link href="https://cdn.bootcss.com/animate.css/3.5.2/animate.min.css" rel="stylesheet"> | ||
18 | + | ||
19 | + <link rel="stylesheet" href="__TMPL__/public/assets/css/iconfont.css"> | ||
20 | + <link rel="stylesheet" href="__TMPL__/public/assets/css/index.min.css"> | ||
21 | + <link rel="stylesheet" href="__TMPL__/public/assets/css/main.css"> | ||
22 | + <link rel="stylesheet" href="__TMPL__/public/assets/css/content.css"> | ||
23 | + <style> | ||
24 | + html, body { | ||
25 | + font-size: 100%; | ||
26 | + background: #F4F5F9; | ||
27 | + min-width: 1200px; | ||
28 | + } | ||
29 | + body{ | ||
30 | + overflow: hidden; | ||
31 | + } | ||
32 | + | ||
33 | + .btn-index-right { | ||
34 | + right: 10px; | ||
35 | + bottom: 20px; | ||
36 | + width: 346px; | ||
37 | + } | ||
38 | + .index_top_mask { | ||
39 | + content: ""; | ||
40 | + position: absolute; | ||
41 | + left: 0; | ||
42 | + bottom: 0; | ||
43 | + width: 150% !important; | ||
44 | + background: #F4F5F9; | ||
45 | + background-size: 100% 100%; | ||
46 | + -webkit-transform: translate(0, 50%) rotate(-8deg); | ||
47 | + transform: translate(0, 50%) rotate(-8deg); | ||
48 | + z-index: 2; | ||
49 | + } | ||
50 | + .bdimgshare-bg , .bdimgshare-content{ | ||
51 | + display: none; | ||
52 | + } | ||
53 | + </style> | ||
54 | +</head> | ||
55 | +<body > | ||
56 | +<!--[if lt IE 9 ]> | ||
57 | +<div class="am-alert am-alert-danger ie-warning" data-am-alert> | ||
58 | + <button type="button" class="am-close"></button> | ||
59 | + <div class="am-container am-text-center"> | ||
60 | + 抱歉,因您的浏览器版本过低本站暂不支持,请<a href="http://browsehappy.com/" target="_blank" style="color:yellow">点击此处升级浏览器</a>,由此给您带来的不便,敬请谅解! | ||
61 | + </div> | ||
62 | +</div> | ||
63 | +<![endif]--> | ||
64 | +<include file="public@header"/> | ||
65 | +<div class="container"> | ||
66 | + <div class="location"> | ||
67 | + <i class="iconfont icon-dingwei1"></i> 您的位置:<a href="/">首页></a><a href="{$location.1.url}">{$location.1.location}</a> | ||
68 | + </div> | ||
69 | + <!--标题--> | ||
70 | + <div class="location_title">{$info.title}</div> | ||
71 | + <div class="location_subtitle">更新时间:{:date('Y-m-d',$info['update_time'])} <text class="location_subtitle_txt">点击量:{$info.click_num}</text> 来源:{$info.source}</div> | ||
72 | + <!--预留的内容部分--> | ||
73 | + <div class="jieshao_mian"> | ||
74 | + {$info.content} | ||
75 | + </div> | ||
76 | + <include file="public@share"/> | ||
77 | +</div> | ||
78 | +<div class="void" > | ||
79 | + <img src="__TMPL__/public/assets/img/xiebian2.png" alt=""> | ||
80 | +</div> | ||
81 | +<!--最后的内容--> | ||
82 | +<include file="public@footer"/> | ||
83 | +<a id="turnToContent" href="#top"> | ||
84 | + <div class="btm-toolbar" > | ||
85 | + <span class="iconfont icon-xiangshang"></span> | ||
86 | + </div> | ||
87 | +</a> | ||
88 | +</body> | ||
89 | +</html> |
@@ -73,6 +73,9 @@ | @@ -73,6 +73,9 @@ | ||
73 | 73 | ||
74 | height:947px !important; | 74 | height:947px !important; |
75 | } | 75 | } |
76 | + #toDetail{ | ||
77 | + cursor:pointer; | ||
78 | + } | ||
76 | 79 | ||
77 | </style> | 80 | </style> |
78 | </head> | 81 | </head> |
@@ -127,7 +130,7 @@ | @@ -127,7 +130,7 @@ | ||
127 | </div> | 130 | </div> |
128 | <div class="header_box"> | 131 | <div class="header_box"> |
129 | <div class="header_subtxt wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">达成交易,是我们的追求!</div> | 132 | <div class="header_subtxt wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">达成交易,是我们的追求!</div> |
130 | - <div class="header_submian wow fadeIn" data-wow-duration="1s" data-wow-delay="0.7s">天津国际汽车制造技术与装备展览会</div> | 133 | + <div class="header_submian wow fadeIn" data-wow-duration="1s" data-wow-delay="0.7s">天津国际工业装配及自动化展览会</div> |
131 | <div class="index_time wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s" >2020.3.12-15 天津·梅江会展中心</div> | 134 | <div class="index_time wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s" >2020.3.12-15 天津·梅江会展中心</div> |
132 | <div class="btn_box wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s"> | 135 | <div class="btn_box wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s"> |
133 | <div class="index_btn active_btn left_btn"><a href="{:url('audience/stand')}">参观申请</a> </div> | 136 | <div class="index_btn active_btn left_btn"><a href="{:url('audience/stand')}">参观申请</a> </div> |
@@ -204,7 +207,7 @@ | @@ -204,7 +207,7 @@ | ||
204 | </div> | 207 | </div> |
205 | <!--天津国际汽车零部件展览会--> | 208 | <!--天津国际汽车零部件展览会--> |
206 | <div class="int_nav wow fadeInLeftBig" data-wow-duration="0.4s" data-wow-delay="0.2s" style="background-image: url('__TMPL__/public/assets/img/apic04@2x.png')" > | 209 | <div class="int_nav wow fadeInLeftBig" data-wow-duration="0.4s" data-wow-delay="0.2s" style="background-image: url('__TMPL__/public/assets/img/apic04@2x.png')" > |
207 | - <div class="wow fadeInLeftBig" data-wow-duration="0.6s" data-wow-delay="0.4s" >天津国际汽车零部件展览会 <text class="nimi_int">>></text></div> | 210 | + <div class="wow fadeInLeftBig" id="toDetail" data-wow-duration="0.6s" data-wow-delay="0.4s" >天津国际汽车零部件展览会 <text class="nimi_int">>></text></div> |
208 | </div> | 211 | </div> |
209 | <!--新闻中心--> | 212 | <!--新闻中心--> |
210 | <div class="my_container" style="width:100%"> | 213 | <div class="my_container" style="width:100%"> |
@@ -280,25 +283,19 @@ | @@ -280,25 +283,19 @@ | ||
280 | </div> | 283 | </div> |
281 | <div class="product_ul "> | 284 | <div class="product_ul "> |
282 | <ul class="ul_left"> | 285 | <ul class="ul_left"> |
283 | - <li>汽车装配工程</li> | ||
284 | - <li>汽车零部件制造技术及装备</li> | ||
285 | - <li>机加工程,材料与设计</li> | ||
286 | - <li>车身制造工艺及装备</li> | ||
287 | - <li>焊装工程,机器人系统集成</li> | ||
288 | - <li>底盘制造工艺及装备</li> | ||
289 | - <li>冲压工程、涂装工程、总装工程</li> | ||
290 | - <li> 装配系统集成</li> | 286 | + <li>工业自动化系统</li> |
287 | + <li>运动与控制系统</li> | ||
288 | + <li>拧紧设备、焊接、焊台</li> | ||
289 | + <li>铆接、冲压、上胶</li> | ||
290 | + <li>轴承、齿轮、链条</li> | ||
291 | <div class="index_btn left_btn ul_btn active_btn "><a href="{:url('businessman/reserve')}">立即参展</a></div> | 291 | <div class="index_btn left_btn ul_btn active_btn "><a href="{:url('businessman/reserve')}">立即参展</a></div> |
292 | </ul> | 292 | </ul> |
293 | <ul class=" ul_rigth"> | 293 | <ul class=" ul_rigth"> |
294 | - <li>新能源汽车工程</li> | ||
295 | - <li>轻量化制造技术与设备</li> | ||
296 | - <li>质量控制及测试</li> | ||
297 | - <li> 汽车工程与服务</li> | ||
298 | - <li>汽车模具工程</li> | ||
299 | - <li>智能产线物流</li> | ||
300 | - <li>3D打印工程</li> | ||
301 | - <li>工厂控制系统整体解决方案</li> | 294 | + <li>物料传输系统和设备</li> |
295 | + <li>部件传输系统和设备</li> | ||
296 | + <li>搬运、起重设备</li> | ||
297 | + <li>装配系统及设备、装配工具</li> | ||
298 | + <li>拆分技术、分拣技术、处理技术</li> | ||
302 | <div class="index_btn ul_btn"><a href="{:url('audience/stand')}">立即参观</a></div> | 299 | <div class="index_btn ul_btn"><a href="{:url('audience/stand')}">立即参观</a></div> |
303 | </ul> | 300 | </ul> |
304 | </div> | 301 | </div> |
@@ -384,7 +381,7 @@ | @@ -384,7 +381,7 @@ | ||
384 | <a href="./site1/meeting.html"> | 381 | <a href="./site1/meeting.html"> |
385 | <div class="zineng_title wow fadeInRightBig" data-wow-duration="0.6s" data-wow-delay="0.7s">汽车产业装备与智能制造峰会</div> | 382 | <div class="zineng_title wow fadeInRightBig" data-wow-duration="0.6s" data-wow-delay="0.7s">汽车产业装备与智能制造峰会</div> |
386 | <div class="zineng_subbox wow fadeInRightBig" data-wow-duration="0.6s" data-wow-delay="0.7s"> | 383 | <div class="zineng_subbox wow fadeInRightBig" data-wow-duration="0.6s" data-wow-delay="0.7s"> |
387 | - <div>2019年3月8日</div> | 384 | + <div>2020年3月12日</div> |
388 | <div>中国•天津</div> | 385 | <div>中国•天津</div> |
389 | </div> | 386 | </div> |
390 | </a> | 387 | </a> |
@@ -414,9 +411,9 @@ | @@ -414,9 +411,9 @@ | ||
414 | </div> | 411 | </div> |
415 | <img src="__TMPL__/public/assets/img/t_aicon03.png" alt=""> | 412 | <img src="__TMPL__/public/assets/img/t_aicon03.png" alt=""> |
416 | </div> | 413 | </div> |
417 | - <div class="download_t">2019 <text class="nimi_download">年3月</text>邀请函</div> | 414 | + <div class="download_t">2020 <text class="nimi_download">年</text>邀请函</div> |
418 | <div class="down_line"></div> | 415 | <div class="down_line"></div> |
419 | - <div class="down_content">长城、夏利、现代、奔驰、一汽、大众、北汽等十余个整车品牌及近千余家配套零部件企业</div> | 416 | + <div class="down_content">全球工业分东西,西有德国工业强国引领世界风向,东有中国工业制造大国牵动全球工业脉门</div> |
420 | </a> | 417 | </a> |
421 | <a class="download_item" href="javascript:;"> | 418 | <a class="download_item" href="javascript:;"> |
422 | <div class="download_top_box"> | 419 | <div class="download_top_box"> |
@@ -424,9 +421,9 @@ | @@ -424,9 +421,9 @@ | ||
424 | </div> | 421 | </div> |
425 | <img src="__TMPL__/public/assets/img/t_aicon04.png" alt=""> | 422 | <img src="__TMPL__/public/assets/img/t_aicon04.png" alt=""> |
426 | </div> | 423 | </div> |
427 | - <div class="download_t">2018 <text class="nimi_download">年</text>展后报告</div> | 424 | + <div class="download_t">2019 <text class="nimi_download">年</text>展后报告</div> |
428 | <div class="down_line"></div> | 425 | <div class="down_line"></div> |
429 | - <div class="down_content">十余个整车品牌及近千余家配套零部件企业生产制造设备的采购需求</div> | 426 | + <div class="down_content">天津国际工业装配及自动化展是关于工业装配及自动化全面解决方案、生产及过程自动化、电气系统、工业IT与制造业信息化、微系统技术的国际盛会,将为现场技术交流、贸易合作、达成交易提供有力保障。真正成为衔接工业装配及自动化领域中天津与中国、中国与世界的一扇窗口。</div> |
430 | </a> | 427 | </a> |
431 | <a class="download_item" href="javascript:;"> | 428 | <a class="download_item" href="javascript:;"> |
432 | <div class="download_top_box"> | 429 | <div class="download_top_box"> |
@@ -436,7 +433,7 @@ | @@ -436,7 +433,7 @@ | ||
436 | </div> | 433 | </div> |
437 | <div class="download_t">2019 <text class="nimi_download">年</text>参展手册</div> | 434 | <div class="download_t">2019 <text class="nimi_download">年</text>参展手册</div> |
438 | <div class="down_line"></div> | 435 | <div class="down_line"></div> |
439 | - <div class="down_content">十余个整车品牌及近千余家配套零部件企业生产制造设备的采购需求</div> | 436 | + <div class="down_content">天津国际工业装配及自动化展是关于工业装配及自动化全面解决方案、生产及过程自动化、电气系统、工业IT与制造业信息化、微系统技术的国际盛会,将为现场技术交流、贸易合作、达成交易提供有力保障。真正成为衔接工业装配及自动化领域中天津与中国、中国与世界的一扇窗口。</div> |
440 | </a> | 437 | </a> |
441 | <a class="download_item" href="javascript:;"> | 438 | <a class="download_item" href="javascript:;"> |
442 | <div class="download_top_box"> | 439 | <div class="download_top_box"> |
@@ -446,7 +443,7 @@ | @@ -446,7 +443,7 @@ | ||
446 | </div> | 443 | </div> |
447 | <div class="download_t">2020 <text class="nimi_download">年3月</text>电子展报</div> | 444 | <div class="download_t">2020 <text class="nimi_download">年3月</text>电子展报</div> |
448 | <div class="down_line"></div> | 445 | <div class="down_line"></div> |
449 | - <div class="down_content">十余个整车品牌及近千余家配套零部件企业生产制造设备的采购需求</div> | 446 | + <div class="down_content">天津国际工业装配及自动化展是关于工业装配及自动化全面解决方案、生产及过程自动化、电气系统、工业IT与制造业信息化、微系统技术的国际盛会,将为现场技术交流、贸易合作、达成交易提供有力保障。真正成为衔接工业装配及自动化领域中天津与中国、中国与世界的一扇窗口。</div> |
450 | </a> | 447 | </a> |
451 | </div> | 448 | </div> |
452 | </div> | 449 | </div> |
@@ -678,7 +675,10 @@ | @@ -678,7 +675,10 @@ | ||
678 | alert('搜索内容不能为空');return false; | 675 | alert('搜索内容不能为空');return false; |
679 | } | 676 | } |
680 | location.href = "{:url('index/news_search')}?keyword="+keyword; | 677 | location.href = "{:url('index/news_search')}?keyword="+keyword; |
681 | - }) | 678 | + }); |
679 | + $('#toDetail').click(function () { | ||
680 | + location.href = "{:url('exhibition/component')}"; | ||
681 | + }); | ||
682 | 682 | ||
683 | //检测是否登录 | 683 | //检测是否登录 |
684 | $('.download_item').click(function () { | 684 | $('.download_item').click(function () { |
-
请 注册 或 登录 后发表评论