11 changed files with 0 additions and 1808 deletions
-
8public/themes/website/1/en/demo/components/currency.html
-
35public/themes/website/1/en/demo/detail_xiangqing.html
-
157public/themes/website/1/en/demo/list_anli.html
-
111public/themes/website/1/en/demo/list_xinwen.html
-
158public/themes/website/1/en/demo/single_changjing.html
-
155public/themes/website/1/en/demo/single_chanpin.html
-
393public/themes/website/1/en/demo/single_guanyu.html
-
170public/themes/website/1/en/demo/single_jiage.html
-
268public/themes/website/1/en/demo/single_jiejue.html
-
142public/themes/website/1/en/demo/single_jishu.html
-
211public/themes/website/1/en/demo/single_zhaopin.html
@ -1,8 +0,0 @@ |
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|||
<title>{$current_cate.seo_title|default=$current_cate.title}</title> |
|||
<meta name="description" content="{$current_cate.seo_description|default=$current_cate.title}"> |
|||
<meta name="keywords" content="{$current_cate.seo_keywords|default=$current_cate.title}"> |
|||
<!-- 通用 --> |
|||
<link rel="stylesheet" href="/themes/static/css/reset.css"> |
|||
<link rel="stylesheet" href="/themes/static/css/aos.css"> |
|||
<link rel="stylesheet" href="/themes/static/scss/currency.css"> |
|||
@ -1,35 +0,0 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
{include file="components/currency"} |
|||
<!-- 当前页 --> |
|||
<link rel="stylesheet" href="/themes/static/scss/xinwen.css"> |
|||
</head> |
|||
<body> |
|||
<!-- header --> |
|||
{include file="components/header"} |
|||
<!-- 正文 --> |
|||
<div class="xiangqingBlock"> |
|||
<div class="w1400"> |
|||
<div class="tit">{$hc_content.title}</div> |
|||
<div class="time"><img src="/themes/static/images/xiangqingBlockIco.png" alt="">{:date('Y.m.d', strtotime($hc_content['publish_time']))}</div> |
|||
<div class="content"> |
|||
{$hc_content.content|raw} |
|||
</div> |
|||
<div class="page"> |
|||
<div class="left"> |
|||
<p>{hcTaglib:preContent /}</p> |
|||
<p>{hcTaglib:nextContent /}</p> |
|||
</div> |
|||
<a href="/news.html" class="btn">返回列表</a> |
|||
<!-- {hcTaglib:backList cid="1" /} --> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<!-- footer --> |
|||
{include file="components/footer"} |
|||
</body> |
|||
</html> |
|||
@ -1,157 +0,0 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
{include file="components/currency"} |
|||
<!-- 当前页 --> |
|||
<link rel="stylesheet" href="/themes/static/css/swiper-bundle.min.css"> |
|||
<link rel="stylesheet" href="/themes/static/scss/anli.css"> |
|||
</head> |
|||
<body> |
|||
<!-- header --> |
|||
{include file="components/header"} |
|||
<!-- banner --> |
|||
<div class="listBanner"> |
|||
{hcTaglib:category id="$current_cate['id']" item="vo" field="*"} |
|||
<img src="{$vo['banner']['url']|default=''}" alt=""> |
|||
<div class="center"> |
|||
<div class="tit">{$vo.title}</div> |
|||
<div class="tips">{$vo.description}</div> |
|||
</div> |
|||
{/hcTaglib:category} |
|||
</div> |
|||
<!-- 正文 --> |
|||
<div class="anliBlock"> |
|||
<div class="anliTit" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
<p>房地产案例</p> |
|||
<div class="tips">宅极慧iHM广泛应用于房地产领域,打造完善的智能家居整体解决方案</div> |
|||
</div> |
|||
<div class="w1400" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
<div style="--swiper-navigation-color: #fff; --swiper-pagination-color: #fff" class="swiper anliBlockSwiper" > |
|||
<div class="swiper-wrapper"> |
|||
{hcTaglib:content cid="195" moduleId="1" name="contentList" item="case_top" mainField="*" subField="*" onlyData="2" sort="sort asc"} |
|||
<div class="swiper-slide"> |
|||
<div class="left"> |
|||
<img src="{$case_top['thumbnail']['url']|default=''}" alt=""> |
|||
</div> |
|||
<div class="right"> |
|||
{volist name="$case_top.main_content.atlas" id="vo" } |
|||
<div class="list"> |
|||
<img src="{$vo.url}" alt=""> |
|||
</div> |
|||
{/volist} |
|||
</div> |
|||
</div> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
</div> |
|||
<div class="swiper-button-next"></div> |
|||
<div class="swiper-button-prev"></div> |
|||
</div> |
|||
<div class="w1400" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
<div thumbsSlider="" class="swiper anliBlockSwiper2"> |
|||
<div class="swiper-wrapper"> |
|||
{hcTaglib:content cid="196" moduleId="1" name="contentList" item="case_top" mainField="*" subField="*" onlyData="2" sort="sort asc"} |
|||
<div class="swiper-slide"><img src="{$case_top['thumbnail']['url']|default=''}" alt=""></div> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<div class="anliBlock2"> |
|||
<div class="anliTit" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
<p>酒店案例</p> |
|||
<div class="tips">宅极慧iHM广泛应用于酒店领域,打造先进酒店客房控制系统</div> |
|||
</div> |
|||
<div class="w1400" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
<div style="--swiper-navigation-color: #fff; --swiper-pagination-color: #fff" class="swiper anliBlockSwiper" > |
|||
<div class="swiper-wrapper"> |
|||
{hcTaglib:content cid="197" moduleId="1" name="contentList" item="case_top" mainField="*" subField="*" onlyData="2" sort="sort asc"} |
|||
<div class="swiper-slide"> |
|||
<div class="left"> |
|||
<img src="{$case_top['thumbnail']['url']|default=''}" alt=""> |
|||
</div> |
|||
<div class="right"> |
|||
{volist name="$case_top.main_content.atlas" id="vo" } |
|||
<div class="list"> |
|||
<img src="{$vo.url}" alt=""> |
|||
</div> |
|||
{/volist} |
|||
</div> |
|||
</div> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
</div> |
|||
<div class="swiper-button-next"></div> |
|||
<div class="swiper-button-prev"></div> |
|||
</div> |
|||
<div class="w1400" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
<div thumbsSlider="" class="swiper anliBlockSwiper2"> |
|||
<div class="swiper-wrapper"> |
|||
{hcTaglib:content cid="198" moduleId="1" name="contentList" item="case_top" mainField="*" subField="*" onlyData="2" sort="sort asc"} |
|||
<div class="swiper-slide"><img src="{$case_top['thumbnail']['url']|default=''}" alt=""></div> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<!-- footer --> |
|||
{include file="components/footer"} |
|||
<!-- 当前页 --> |
|||
<script src="/themes/static/js/swiper-bundle.min.js"></script> |
|||
<script> |
|||
var swiper = new Swiper(".anliBlock .anliBlockSwiper2", { |
|||
autoplay: { |
|||
delay: 3000, |
|||
stopOnLastSlide: false, |
|||
disableOnInteraction: false, |
|||
}, |
|||
loop: true, |
|||
spaceBetween: 20, |
|||
slidesPerView: 2, |
|||
watchSlidesProgress: true, |
|||
breakpoints:{ |
|||
996:{ |
|||
spaceBetween: 20, |
|||
slidesPerView: 5, |
|||
}, |
|||
} |
|||
}); |
|||
var swiper2 = new Swiper(".anliBlock .anliBlockSwiper", { |
|||
|
|||
spaceBetween: 10, |
|||
navigation: { |
|||
nextEl: ".anliBlock .swiper-button-next", |
|||
prevEl: ".anliBlock .swiper-button-prev", |
|||
}, |
|||
}); |
|||
var swiper3 = new Swiper(".anliBlock2 .anliBlockSwiper2", { |
|||
autoplay: { |
|||
delay: 3000, |
|||
stopOnLastSlide: false, |
|||
disableOnInteraction: false, |
|||
}, |
|||
loop: true, |
|||
spaceBetween: 20, |
|||
slidesPerView: 2, |
|||
watchSlidesProgress: true, |
|||
breakpoints:{ |
|||
996:{ |
|||
spaceBetween: 20, |
|||
slidesPerView: 5, |
|||
}, |
|||
} |
|||
}); |
|||
var swiper4 = new Swiper(".anliBlock2 .anliBlockSwiper", { |
|||
|
|||
spaceBetween: 10, |
|||
navigation: { |
|||
nextEl: ".anliBlock2 .swiper-button-next", |
|||
prevEl: ".anliBlock2 .swiper-button-prev", |
|||
}, |
|||
}); |
|||
</script> |
|||
</body> |
|||
</html> |
|||
@ -1,111 +0,0 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
{include file="components/currency"} |
|||
<!-- 当前页 --> |
|||
<link rel="stylesheet" href="/themes/static/scss/xinwen.css"> |
|||
</head> |
|||
<body> |
|||
<!-- header --> |
|||
{include file="components/header"} |
|||
<?php |
|||
$page = (int)request() -> param('page'); |
|||
?> |
|||
<!-- 正文 --> |
|||
<div class="xinwenBlock"> |
|||
{if empty($page) || $page<=1 } |
|||
{hcTaglib:content cid="186" moduleId="1" name="news" limit="2" onlyData="1"} |
|||
<div class="w1400 top"> |
|||
{volist name="news" id="vo" length="1" } |
|||
<a href="{:hcUrl('detail/index',['id'=>$vo['id'],'cid'=>$vo['category_id']])}" class="list first"> |
|||
<div class="img"> |
|||
<img src="{$vo.thumbnail.url|default=''}" alt="{$vo.thumbnail.description}"> |
|||
<span></span> |
|||
</div> |
|||
<div class="tit"> |
|||
<span>{$vo.title}</span> |
|||
<div class="tipsFirst">{$vo.description}</div> |
|||
<div class="time">{$vo.publish_time|date="Y-m-d"}</div> |
|||
</div> |
|||
</a> |
|||
{/volist} |
|||
{volist name="news" id="vo" length="1" offset="1" } |
|||
<a href="{:hcUrl('detail/index',['id'=>$vo['id'],'cid'=>$vo['category_id']])}" class="list"> |
|||
<div class="img"> |
|||
<img src="{$vo.thumbnail.url|default=''}" alt=""> |
|||
</div> |
|||
<div class="text"> |
|||
<div class="tit"> |
|||
{$vo.title} |
|||
</div> |
|||
<div class="line"></div> |
|||
<div class="tips"> |
|||
{$vo.description} |
|||
</div> |
|||
<div class="time">{$vo.publish_time|date="Y-m-d"}</div> |
|||
</div> |
|||
</a> |
|||
{/volist} |
|||
</div> |
|||
{/hcTaglib:content} |
|||
<div class="w1400"> |
|||
{hcTaglib:contentPage cid="186" moduleId="1" name="newsList" limit="8" len="6" offset="2" item="vv" } |
|||
<a href="{:hcUrl('detail/index',['id'=>$vv['id'],'cid'=>$vv['category_id']])}" class="list"> |
|||
<div class="img"> |
|||
<img src="{$vv.thumbnail.url|default=''}" alt="{$vv.thumbnail.description}"> |
|||
</div> |
|||
<div class="text"> |
|||
<div class="tit"> |
|||
{$vv.title} |
|||
</div> |
|||
<div class="line"></div> |
|||
<div class="tips"> |
|||
{$vv.description} |
|||
</div> |
|||
<div class="time">{$vv.publish_time|date='Y-m-d'}</div> |
|||
</div> |
|||
</a> |
|||
{/hcTaglib:contentPage} |
|||
</div> |
|||
<ul class="pagination"> |
|||
<ul class="pagination"> |
|||
{$newsList|raw} |
|||
</ul> |
|||
</ul> |
|||
{else /} |
|||
|
|||
<div class="w1400"> |
|||
{hcTaglib:contentPage cid="186" name="news" item="vv" limit="8"} |
|||
<a href="{:hcUrl('detail/index',['id'=>$vv['id'],'cid'=>$vv['category_id']])}" class="list"> |
|||
<div class="img"> |
|||
<img src="{$vv.thumbnail.url|default=''}" alt="{$vv.thumbnail.description}"> |
|||
</div> |
|||
<div class="text"> |
|||
<div class="tit"> |
|||
{$vv.title} |
|||
</div> |
|||
<div class="line"></div> |
|||
<div class="tips"> |
|||
{$vv.description} |
|||
</div> |
|||
<div class="time">{$vv.publish_time|date='Y-m-d'}</div> |
|||
</div> |
|||
</a> |
|||
{/hcTaglib:contentPage} |
|||
</div> |
|||
|
|||
<ul class="pagination"> |
|||
{$news|raw} |
|||
</ul> |
|||
{/if} |
|||
|
|||
|
|||
|
|||
</div> |
|||
<!-- footer --> |
|||
{include file="components/footer"} |
|||
</body> |
|||
</html> |
|||
@ -1,158 +0,0 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
|
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
<title>应用场景—智能家居系统集成方案—全屋智能家居系统—宅极慧iHM</title> |
|||
<meta name="description" content="宅极慧iHM客户遍布全国,落地房间数目超过5000+个,遍布一二三线城市,为多家超五星酒店和地产开发商提供智能家居系统解决方案,包括文华东方酒店,四季酒店,丽思卡尔顿酒店,华尔道夫酒店,朗庭酒店,凯悦酒店,洲际酒店等。目标为全球亿万家庭创造智能个性新生活!"> |
|||
<meta name="keywords" content="全屋智能家居系统,智能家居整体解决方案服务商,智能家居解决方案,宅极慧iHM"> |
|||
<!-- 通用 --> |
|||
<link rel="stylesheet" href="/themes/static/css/reset.css"> |
|||
<link rel="stylesheet" href="/themes/static/css/aos.css"> |
|||
<link rel="stylesheet" href="/themes/static/scss/currency.css"> |
|||
<!-- 当前页 --> |
|||
<link rel="stylesheet" href="/themes/static/css/swiper-bundle.min.css"> |
|||
<link rel="stylesheet" href="/themes/static/scss/changjing.css"> |
|||
</head> |
|||
|
|||
<body> |
|||
<!-- header --> |
|||
{include file="components/header"} |
|||
<!-- banner --> |
|||
<div class="changjingBanner"> |
|||
{hcTaglib:content cid="$current_cate['id']" moduleId='7' mainField="*" subField="*" name="case_top" item="vo"} |
|||
<video src="{$vo.main_content.video.url|default=''}" loop="loop" autoplay="autoplay" muted="muted" poster="{$vo['cover']['url']|default=''}"></video> |
|||
<div class="posi"><img src="{$vo['main_content']['gif']['url']|default=''}" alt=""></div> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
<!-- 正文 --> |
|||
<div class="changjingTab"> |
|||
<div class="w1400"> |
|||
<div class="swiper-button-prev"><img src="/themes/static/images/left4.png" alt=""></div> |
|||
<div class="swiper mySwiper"> |
|||
<div class="swiper-wrapper"> |
|||
{hcTaglib:subcategory pid="151" item="vo" sort=""} |
|||
<div class="swiper-slide"> |
|||
<a href="{$vo.alias}">{$vo.title}</a> |
|||
</div> |
|||
{/hcTaglib:subcategory} |
|||
</div> |
|||
</div> |
|||
<div class="swiper-button-next"><img src="/themes/static/images/right4.png" alt=""></div> |
|||
</div> |
|||
</div> |
|||
<div class="changjingBlock"> |
|||
<div class="w1400"> |
|||
{hcTaglib:content cid="$current_cate['id']" moduleId='7' mainField="*" subField="*" name="case_top" item="vo"} |
|||
<div class="tit"> |
|||
<p>{$vo.sub_title}</p> |
|||
<div class="tips">{$vo.main_content.intro}</div> |
|||
</div> |
|||
<div class="changjingBlock2"> |
|||
<div class="swiper changjingBlock2Swiper"> |
|||
<div class="swiper-wrapper"> |
|||
{volist name="$vo.main_content.ico_two" id="vvo" } |
|||
<div class="swiper-slide"> |
|||
<div class="img"><img src="{$vvo.url}" alt=""></div> |
|||
<p>{$vvo.description}</p> |
|||
</div> |
|||
<div class="swiper-slide"> |
|||
<div class="img"><img src="/themes/static/images/changjingBlock2Img2.png" alt=""></div> |
|||
</div> |
|||
{/volist} |
|||
</div> |
|||
</div> |
|||
<div class="swiper-button-next"><img src="/themes/static/images/right6.png" alt=""></div> |
|||
<div class="swiper-button-prev"><img src="/themes/static/images/left6.png" alt=""></div> |
|||
</div> |
|||
<div class="content"> |
|||
<div class="left"> |
|||
<img src="{$vo['cover']['url']|default=''}" alt=""> |
|||
</div> |
|||
<div class="right"> |
|||
<p> |
|||
{$vo.title}<span>{$vo.main_content.time_slot}</span> |
|||
</p> |
|||
<div class="contList"> |
|||
<ul> |
|||
{volist name="$vo.main_content.atlas" id="vv" } |
|||
<li> |
|||
<i></i> |
|||
<em></em> |
|||
<span> |
|||
<img src="{$vv.url}" alt=""> |
|||
</span> |
|||
<div>{$vv.description}</div> |
|||
</li> |
|||
{/volist} |
|||
</ul> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
</div> |
|||
<!-- footer --> |
|||
{include file="components/footer"} |
|||
<!-- 当前页 --> |
|||
<script src="/themes/static/js/swiper-bundle.min.js"></script> |
|||
<script> |
|||
var swiper = new Swiper(".mySwiper", { |
|||
spaceBetween: 20, |
|||
slidesPerView: "auto", |
|||
navigation: { |
|||
nextEl: ".changjingTab .w1400 .swiper-button-next", |
|||
prevEl: ".changjingTab .w1400 .swiper-button-prev", |
|||
}, |
|||
breakpoints:{ |
|||
640:{ |
|||
spaceBetween: 40, |
|||
}, |
|||
1200:{ |
|||
spaceBetween: 100, |
|||
} |
|||
} |
|||
}); |
|||
$('.changjingTab .w1400 .mySwiper .swiper-wrapper .swiper-slide a').each(function(){ |
|||
if(window.location.pathname == $(this).attr('href')){ |
|||
$(this).parent().addClass('on') |
|||
}else if(window.location.pathname == $(this).attr('href') + '.html'){ |
|||
$(this).parent().addClass('on') |
|||
} |
|||
}) |
|||
var swiper2 = new Swiper(".changjingBlock2Swiper", { |
|||
slidesPerView:3, |
|||
slidesPerGroup: 2, |
|||
spaceBetween: 0, |
|||
navigation: { |
|||
nextEl: ".changjingBlock2 .swiper-button-next", |
|||
prevEl: ".changjingBlock2 .swiper-button-prev", |
|||
}, |
|||
breakpoints:{ |
|||
750:{ |
|||
slidesPerView: 5, |
|||
}, |
|||
996:{ |
|||
slidesPerView: 7, |
|||
}, |
|||
1280:{ |
|||
slidesPerView: 9, |
|||
}, |
|||
1366:{ |
|||
slidesPerView: 11, |
|||
} |
|||
} |
|||
}); |
|||
let changjingSwiper2 = $('.changjingBlock2Swiper .swiper-wrapper .swiper-slide').length |
|||
swiper2.removeSlide(changjingSwiper2 - 1); |
|||
if($('body').width() > 1366){ |
|||
if($('.changjingBlock2Swiper .swiper-wrapper .swiper-slide').length < 11){ |
|||
$('.changjingBlock2Swiper .swiper-wrapper').css('justify-content','center') |
|||
} |
|||
} |
|||
</script> |
|||
</body> |
|||
|
|||
</html> |
|||
@ -1,155 +0,0 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
<title>产品中心—智能家居安装—智能家居整体解决方案服务商—宅极慧iHM</title> |
|||
<meta name="description" content="宅极慧iHM是一家专业的智能家居整体解决方案服务商,为多家超五星酒店和地产开发商提供智能家居系统解决方案,严选国内外知名品牌产品,为客户度身定制高体验感的智能系统集成方案。"> |
|||
<meta name="keywords" content="智能家居整体解决方案服务商,智能家居安装,全屋智能家居控制系,宅极慧iHM"> |
|||
<!-- 通用 --> |
|||
<link rel="stylesheet" href="/themes/static/css/reset.css"> |
|||
<link rel="stylesheet" href="/themes/static/css/aos.css"> |
|||
<link rel="stylesheet" href="/themes/static/scss/currency.css"> |
|||
<!-- 当前页 --> |
|||
<link rel="stylesheet" href="/themes/static/css/swiper-bundle.min.css"> |
|||
<link rel="stylesheet" href="/themes/static/scss/chanpin.css"> |
|||
</head> |
|||
<body> |
|||
<!-- header --> |
|||
{include file="components/header"} |
|||
<!-- banner --> |
|||
<div class="chanpinBanner"> |
|||
{if $current_cate['parent_id'] == 150 } |
|||
<img src="{$current_cate['banner']['url']|default=''}" alt=""> |
|||
<div class="w1400"> |
|||
<div class="logo">{$current_cate.content|raw}<span>{$current_cate.title}</span></div> |
|||
<div class="tips"> |
|||
{$current_cate.description} |
|||
</div> |
|||
</div> |
|||
{else /} |
|||
{hcTaglib:category id="$current_cate['parent_id']" field="id,title,banner,content,description"} |
|||
<img src="{$hc_category['banner']['url']|default=''}" alt=""> |
|||
<div class="w1400"> |
|||
<div class="logo">{$hc_category.content|raw}<span>{$hc_category.title}</span></div> |
|||
<div class="tips"> |
|||
{$hc_category.description} |
|||
</div> |
|||
</div> |
|||
{/hcTaglib:category} |
|||
{/if} |
|||
|
|||
</div> |
|||
<!-- 正文 --> |
|||
<?php |
|||
if($current_cate['parent_id'] == 150) |
|||
{ |
|||
$pid = $current_cate['id']; |
|||
}else{ |
|||
$pid = $current_cate['parent_id']; |
|||
} |
|||
?> |
|||
<div class="chanpinTab" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
<div class="w1400"> |
|||
<ul> |
|||
<li><a href="{:hcUrl('list/index',['id'=>$pid])}">全部</a></li> |
|||
{hcTaglib:subcategory pid="$pid" item="vo" sort=""} |
|||
<li><a href="{:hcUrl('list/index',['id'=>$vo['id']])}">{$vo.title}</a></li> |
|||
{/hcTaglib:subcategory} |
|||
</ul> |
|||
</div> |
|||
</div> |
|||
<div class="chanpinTabMob"> |
|||
<div class="swiper chanpinTabMobSwiper"> |
|||
<div class="swiper-wrapper"> |
|||
<div class="swiper-slide"> |
|||
<a href="{:hcUrl('list/index',['id'=>$pid])}">全部</a> |
|||
</div> |
|||
{hcTaglib:subcategory pid="$pid" item="vo" sort=""} |
|||
<div class="swiper-slide"> |
|||
<a href="{:hcUrl('list/index',['id'=>$vo['id']])}">{$vo.title}</a> |
|||
</div> |
|||
{/hcTaglib:subcategory} |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<div class="chanpinBlock"> |
|||
<div class="w1400" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
<div class="cont"> |
|||
{hcTaglib:contentPage cid="$current_cate['id']" moduleId='6' mainField="*" all="1" subField="*" name="case_top" limit="18" item="vvo"} |
|||
<div class="list"> |
|||
<div class="img"> |
|||
<img src="{$vvo['thumbnail']['url']}" alt=""> |
|||
<div class="posi"> |
|||
{$vvo.content|raw} |
|||
<div class="border-top"></div> |
|||
<div class="border-right"></div> |
|||
<div class="border-bottom"></div> |
|||
<div class="border-left"></div> |
|||
</div> |
|||
</div> |
|||
<a href="{$vvo['url']}"> |
|||
<div class="tit">{$vvo.title}</div> |
|||
<div class="tips">{$vvo.description}</div> |
|||
</a> |
|||
</div> |
|||
{/hcTaglib:contentPage} |
|||
</div> |
|||
{$case_top|raw} |
|||
</div> |
|||
</div> |
|||
<!-- footer --> |
|||
{include file="components/footer"} |
|||
<!-- 当前页 --> |
|||
<script src="/themes/static/js/swiper-bundle.min.js"></script> |
|||
<script> |
|||
$('.chanpinBlock .w1400 .list').hover(function(){ |
|||
if($(window).width() > 996 ){ |
|||
console.log(1) |
|||
$(this).children('.img').children('.posi').stop().animate({'opacity':1},400) |
|||
} |
|||
},function(){ |
|||
if($(window).width() > 996 ){ |
|||
$(this).children('.img').children('.posi').stop().animate({'opacity':0},400) |
|||
} |
|||
}) |
|||
$('.chanpinBlock .w1400 .list .img').click(function(){ |
|||
if($(this).children('.posi').hasClass('on')){ |
|||
$(this).children('.posi').stop().animate({'opacity':0}) |
|||
$(this).children('.posi').removeClass('on') |
|||
return |
|||
} |
|||
$(this).children('.posi').stop().animate({'opacity':1}) |
|||
$(this).children('.posi').addClass('on') |
|||
}) |
|||
var swiper = new Swiper(".chanpinTabMobSwiper", { |
|||
slidesPerView: 3.5, |
|||
}); |
|||
let thisUrl = window.location.pathname |
|||
$('.chanpinTabMob .swiper .swiper-wrapper .swiper-slide').each(function(){ |
|||
console.log($(this).children('a').attr('href')) |
|||
if($(this).children('a').attr('href') == thisUrl){ |
|||
$(this).addClass('on') |
|||
} |
|||
}) |
|||
$('.chanpinTab .w1400 ul li a').each(function(){ |
|||
if($(this).attr('href') == thisUrl){ |
|||
$(this).parent().addClass('on') |
|||
} |
|||
}) |
|||
// $('.chanpinTab .w1400 ul li').eq(0).addClass('on') |
|||
// $('.chanpinBlock .w1400 .cont').eq(0).css('display','flex') |
|||
// $('.chanpinTab .w1400 ul li').click(function(){ |
|||
// if($(this).hasClass('on')){ |
|||
// return |
|||
// } |
|||
// $(this).addClass('on') |
|||
// $(this).siblings().removeClass('on') |
|||
// $('.chanpinBlock .w1400 .cont').css('display','none') |
|||
// $('.chanpinBlock .w1400 .cont').eq($(this).index()).stop().fadeIn() |
|||
// $('.chanpinBlock .w1400 .cont').eq($(this).index()).css('display','flex') |
|||
// }) |
|||
</script> |
|||
</body> |
|||
</html> |
|||
@ -1,393 +0,0 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
{include file="components/currency"} |
|||
<!-- 当前页 --> |
|||
<link rel="stylesheet" href="/themes/static/css/swiper-bundle.min.css"> |
|||
<link rel="stylesheet" href="/themes/static/scss/guanyu.css"> |
|||
</head> |
|||
<body> |
|||
<!-- header --> |
|||
{include file="components/header"} |
|||
<!-- banner --> |
|||
<div class="listBanner"> |
|||
{hcTaglib:category id="154" item="vo" field="*"} |
|||
<img src="{$vo['banner']['url']|default=''}" alt=""> |
|||
<div class="center"> |
|||
<div class="tit">{$vo.description}</div> |
|||
<div class="tips">{$vo.sub_title}</div> |
|||
</div> |
|||
{/hcTaglib:category} |
|||
</div> |
|||
<!-- 宅极慧iHM --> |
|||
<div class="guanyuBlock" id="block1"> |
|||
{hcTaglib:content cid="156" moduleId="1" mainField="*" subField="*" name="hc_content" limit="1" item="vo"} |
|||
<div class="title2" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
<p>{$vo.title}</p> |
|||
</div> |
|||
<div class="w1400" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
{$vo.content|raw} |
|||
{/hcTaglib:content} |
|||
<ul class="numCount"> |
|||
{hcTaglib:contentPage cid="157" mainField="*" subField="*" name="hc_content" limit="3" item="vvo" sort="sort asc"} |
|||
<li> |
|||
<p>{$vvo.title}</p> |
|||
<div> |
|||
<span class="numCX" data-startVal="0" data-endVal="{$vvo.sub_title}" data-speed="1.2" data-decimals="0" id="mumC{$vvo.id}">{$vvo.sub_title}</span> |
|||
{$vvo.description} |
|||
</div> |
|||
</li> |
|||
{/hcTaglib:contentPage} |
|||
</ul> |
|||
<div class="img" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
{hcTaglib:contentPage cid="183" mainField="*" subField="*" name="hc_content" limit="2" item="vo" sort="sort asc"} |
|||
<img src="{$vo['thumbnail']['url']|default=''}" alt=""> |
|||
{/hcTaglib:contentPage} |
|||
</div> |
|||
</div> |
|||
|
|||
</div> |
|||
<!-- 企业文化 --> |
|||
<div class="guanyuBlock2" id="block2"> |
|||
<div class="title2" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
{hcTaglib:category id="184" item="vo" field="*"} |
|||
<p>{$vo.title}</p> |
|||
<div class="tips">{$vo.sub_title}</div> |
|||
{/hcTaglib:category} |
|||
</div> |
|||
<div class="w1400" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
{hcTaglib:content cid="184" moduleId='1' mainField="*" subField="*" name="case_top" item="vo" sort="sort asc"} |
|||
<div class="list"> |
|||
<div class="img"><img src="{$vo['thumbnail']['url']|default=''}" alt=""><span><img src="/themes/static/images/guanyuBlock2Ico.png" alt=""></span></div> |
|||
<div class="text"> |
|||
<div class="tit">{$vo.title}</div> |
|||
<div class="en">{$vo.sub_title}</div> |
|||
<div class="tips">{$vo.description}</div> |
|||
</div> |
|||
</div> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
</div> |
|||
<!-- 发展历程 --> |
|||
<div class="guanyuBlock3" id="block3"> |
|||
<div class="title2" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
{hcTaglib:category id="185" item="vo" field="*"} |
|||
<p>{$vo.title}</p> |
|||
<div class="tips">{$vo.sub_title}</div> |
|||
{/hcTaglib:category} |
|||
</div> |
|||
<div class="w1400" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
<div class="line"></div> |
|||
<div class="swiper-button-prev"><img src="/themes/static/images/left3.png" alt=""></div> |
|||
<div class="swiper-button-next"><img src="/themes/static/images/right3.png" alt=""></div> |
|||
<div class="swiper guanyuBlock3Swiper"> |
|||
<div class="swiper-wrapper"> |
|||
{hcTaglib:content cid="185" moduleId='1' mainField="*" subField="*" name="case_top" item="vo" sort="sort asc"} |
|||
<div class="swiper-slide"> |
|||
<div class="time"> |
|||
<span>{$vo.title}</span>年 |
|||
</div> |
|||
<em></em> |
|||
<div class="img"><img src="{$vo['thumbnail']['url']|default=''}" alt=""></div> |
|||
<div class="tit">{$vo.sub_title}</div> |
|||
<div class="text">{$vo.description}</div> |
|||
</div> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<!-- 新闻资讯 --> |
|||
<div class="guanyuBlock4" id="block4"> |
|||
<div class="title2" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
{hcTaglib:category id="186" item="vo" field="*"} |
|||
<p>{$vo.title}</p> |
|||
<div class="tips">{$vo.sub_title}</div> |
|||
{/hcTaglib:category} |
|||
</div> |
|||
<div class="w1400" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
<div class="swiper guanyuBlock4Swiper"> |
|||
<div class="swiper-wrapper"> |
|||
{hcTaglib:content cid="186" moduleId='1' mainField="*" subField="*" name="case_top" item="vo" sort="sort asc"} |
|||
<div class="swiper-slide"> |
|||
<a href="{:hcUrl('detail/index',['id'=>$vo['id'],'cid'=>$vo['category_id']])}" class="list"> |
|||
<div class="time">{:date('Y-m-d', strtotime($vo['publish_time']))}</div> |
|||
<div class="tit">{$vo.title}</div> |
|||
<div class="line"></div> |
|||
<div class="tips">{$vo.description}</div> |
|||
<div class="img"><img src="{$vo['thumbnail']['url']|default=''}" alt=""></div> |
|||
</a> |
|||
</div> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
</div> |
|||
<div class="swiper-button-prev"></div> |
|||
<div class="swiper-button-next"></div> |
|||
</div> |
|||
{hcTaglib:category id="186" item="vo" field="*"} |
|||
<a href="{$vo.alias}" class="moreBtn" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
更多资讯 |
|||
<img src="/themes/static/images/more.png" alt=""> |
|||
</a> |
|||
{/hcTaglib:category} |
|||
</div> |
|||
<!-- 荣誉证书 --> |
|||
<div class="guanyuBlock5" id="block5"> |
|||
<div class="title2" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
{hcTaglib:category id="187" item="vo" field="*"} |
|||
<p>{$vo.title}</p> |
|||
<div class="tips">{$vo.sub_title}</div> |
|||
{/hcTaglib:category} |
|||
</div> |
|||
<div class="w1400" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
<div class="swiper guanyuBlock5Swiper"> |
|||
<div class="swiper-wrapper"> |
|||
{hcTaglib:content cid="187" moduleId='1' mainField="*" subField="*" name="case_top" item="vo" sort="sort asc"} |
|||
<div class="swiper-slide"> |
|||
<img src="{$vo['thumbnail']['url']|default=''}" alt=""> |
|||
</div> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
</div> |
|||
<div class="swiper-button-prev"></div> |
|||
<div class="swiper-button-next"></div> |
|||
</div> |
|||
</div> |
|||
<!-- 加入宅极慧 --> |
|||
<div class="guanyuBlock6" id="block6"> |
|||
<div class="w1400" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
{hcTaglib:category id="188" item="vo" field="*"} |
|||
<div class="title2"> |
|||
<p>{$vo.title}</p> |
|||
<div class="tips">{$vo.sub_title}</div> |
|||
</div> |
|||
<a href="{$vo.alias}" class="moreBtn" target="_blank"> |
|||
查看岗位信息 |
|||
<img src="/themes/static/images/more.png" alt=""> |
|||
</a> |
|||
{/hcTaglib:category} |
|||
</div> |
|||
</div> |
|||
<!-- 联系我们 --> |
|||
<div class="guanyuBlock7" id="block7"> |
|||
<div class="title2" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
{hcTaglib:category id="189" item="vo" field="*"} |
|||
<p>{$vo.title}</p> |
|||
<div class="tips">{$vo.sub_title}</div> |
|||
{/hcTaglib:category} |
|||
</div> |
|||
<div class="w1400" aos="fade-up" aos-anchor-placement="top-bottom"> |
|||
<div class="left"> |
|||
<div class="tel"> |
|||
{hcTaglib:category id="190" item="vo" field="*"} |
|||
<p><span><img src="{$vo['thumbnail']['url']|default=''}" alt=""></span>{$vo.title}</p> |
|||
{/hcTaglib:category} |
|||
<div class="cont"> |
|||
{hcTaglib:content cid="190" moduleId='1' mainField="*" subField="*" name="case_top" item="vo" sort="sort asc"} |
|||
<div class="list"> |
|||
<a href="tel:{$vo.title}">{$vo.title}</a> |
|||
{$vo.sub_title} |
|||
</div> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
</div> |
|||
<div class="mail"> |
|||
{hcTaglib:category id="191" item="vo" field="*"} |
|||
<p><span><img src="{$vo['thumbnail']['url']|default=''}" alt=""></span>{$vo.title}</p> |
|||
<a href="mailto:{$vo.sub_title}">{$vo.sub_title}</a> |
|||
{/hcTaglib:category} |
|||
</div> |
|||
<div class="wechat"> |
|||
{hcTaglib:content cid="192" moduleId='1' mainField="*" subField="*" name="case_top" item="vo" sort="sort asc"} |
|||
<div class="list"> |
|||
<img src="{$vo['thumbnail']['url']|default=''}" alt=""> |
|||
<div class="tips"> |
|||
<p>{$vo.sub_title}</p> |
|||
{$vo.title} |
|||
</div> |
|||
</div> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
<div class="address"> |
|||
{hcTaglib:category id="193" item="vo" field="*"} |
|||
<p><span><img src="{$vo['thumbnail']['url']|default=''}" alt=""></span>{$vo.title}</p> |
|||
{/hcTaglib:category} |
|||
<ul> |
|||
{hcTaglib:content cid="193" moduleId='1' mainField="*" subField="*" name="case_top" item="vo" sort="sort asc"} |
|||
<li> |
|||
<div class="img"><img src="{$vo['thumbnail']['url']|default=''}" alt=""></div> |
|||
<p>{$vo.title}</p> |
|||
</li> |
|||
{/hcTaglib:content} |
|||
</ul> |
|||
</div> |
|||
</div> |
|||
<div class="right"> |
|||
<form action=""> |
|||
<div class="tit">在线预约</div> |
|||
<input type="text" name="name" id="inputName" placeholder="请输入您的姓名"> |
|||
<input type="text" name="tel" id="inputTel" placeholder="请输入您的电话"> |
|||
<input type="text" name="content" id="inputCont" placeholder="留言内容"> |
|||
<a href="javascript:;" class="btn">立即提交</a> |
|||
</form> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<div class="formTips"> |
|||
提交成功 |
|||
</div> |
|||
<!-- footer --> |
|||
{include file="components/footer"} |
|||
<!-- 当前页 --> |
|||
<script src="/themes/static/js/swiper-bundle.min.js"></script> |
|||
<script src="/themes/static/js/count.js"></script> |
|||
<script> |
|||
// 数字滚动 |
|||
$(function(){ |
|||
var countCXArr = []; |
|||
var countCX=function (){ |
|||
$('.numCount').each(function(i, dom) { |
|||
if(countCXArr[i] && countCXArr[i] === true){ |
|||
return; |
|||
} |
|||
var sT; |
|||
var ncTop; |
|||
sT = $(window).scrollTop(); |
|||
ncTop = $(dom).offset().top; |
|||
var id,decimals, startVal, endVal, duration; |
|||
if (sT > ncTop-$(window).height() && sT < ncTop) { |
|||
$(dom).find('.numCX').each(function(){ |
|||
id=$(this).attr('id'); |
|||
decimals = $(this).attr('data-decimals'), |
|||
startVal = $(this).attr('data-startVal'), |
|||
endVal = $(this).attr('data-endVal'), |
|||
duration = $(this).attr('data-speed'); |
|||
new CountUp(id, startVal, endVal, decimals, duration, { |
|||
useEasing: true,//效果 |
|||
separator: ''//数字分隔符 |
|||
}).start();// target:目标元素id, startVal:你想要开始的值, endVal:你想要到达的值, decimals:小数位数,默认值为0, duration:动画持续时间为秒,默认值为2, options:选项的可选对象 |
|||
countCXArr[i] = true; |
|||
}) |
|||
} |
|||
}) |
|||
} |
|||
countCX(); |
|||
$(window).on("scroll",function() { |
|||
countCX(); |
|||
}) |
|||
}); |
|||
// 发展历程 |
|||
var swiper = new Swiper(".guanyuBlock3Swiper", { |
|||
slidesPerView: 1, |
|||
spaceBetween: 20, |
|||
navigation: { |
|||
nextEl: ".guanyuBlock3 .swiper-button-next", |
|||
prevEl: ".guanyuBlock3 .swiper-button-prev", |
|||
}, |
|||
breakpoints:{ |
|||
997:{ |
|||
slidesPerView: 2, |
|||
}, |
|||
1200:{ |
|||
slidesPerView: 4, |
|||
spaceBetween: 66, |
|||
} |
|||
} |
|||
}); |
|||
// 发展历程 时间轴线位置、长度 |
|||
let lineWidth = $('body').width() |
|||
let linePosi = (lineWidth - $('.guanyuBlock3 .w1400').width())/2 |
|||
$('.guanyuBlock3 .w1400 .line').css({ |
|||
'width': lineWidth, |
|||
'left': -linePosi |
|||
}) |
|||
$(window).resize(function(){ |
|||
let lineWidth = $('body').width() |
|||
let linePosi = (lineWidth - $('.guanyuBlock3 .w1400').width())/2 |
|||
$('.guanyuBlock3 .w1400 .line').css({ |
|||
'width': lineWidth, |
|||
'left': -linePosi |
|||
}) |
|||
}) |
|||
// 新闻资讯 |
|||
var swiper2 = new Swiper(".guanyuBlock4Swiper", { |
|||
slidesPerView: 1, |
|||
spaceBetween: 30, |
|||
navigation: { |
|||
nextEl: ".guanyuBlock4 .swiper-button-next", |
|||
prevEl: ".guanyuBlock4 .swiper-button-prev", |
|||
}, |
|||
breakpoints:{ |
|||
997:{ |
|||
slidesPerView: 2, |
|||
spaceBetween: 30 |
|||
}, |
|||
1280:{ |
|||
slidesPerView: 3, |
|||
spaceBetween: 70 |
|||
} |
|||
} |
|||
}); |
|||
// 荣誉证书 |
|||
var swiper3 = new Swiper(".guanyuBlock5Swiper", { |
|||
loop: true, |
|||
slidesPerView: 1, |
|||
spaceBetween: 30, |
|||
navigation: { |
|||
nextEl: ".guanyuBlock5 .swiper-button-next", |
|||
prevEl: ".guanyuBlock5 .swiper-button-prev", |
|||
}, |
|||
breakpoints:{ |
|||
750:{ |
|||
slidesPerView:2, |
|||
}, |
|||
997:{ |
|||
slidesPerView: 3, |
|||
spaceBetween: 30, |
|||
centeredSlides: true, |
|||
} |
|||
} |
|||
}); |
|||
$('.guanyuBlock7 .w1400 .right form .btn').click(function(){ |
|||
let name = $('#inputName').val() |
|||
let tel = $('#inputTel').val() |
|||
let content = $('#inputCont').val() |
|||
let re = /^1[3|4|5|6|7|8|9]\d{9}$/; |
|||
if(name == ''){ |
|||
alert('请输入您的姓名') |
|||
return |
|||
} |
|||
if (tel == '') { |
|||
alert("请输入您的号码"); |
|||
return false; |
|||
} else if (!re.test(tel)) { |
|||
alert("请输入正确的号码"); |
|||
return false; |
|||
} |
|||
$.ajax({ |
|||
type: "post", |
|||
url: "Inquiry/save", |
|||
data: { |
|||
contacts_name: name, |
|||
phone: tel, |
|||
content: content, |
|||
referer: window.location.href |
|||
}, |
|||
success: function (res) { |
|||
$('.formTips').stop().fadeIn() |
|||
$('.guanyuBlock7 .w1400 .right form')[0].reset(); |
|||
setTimeout(function() { |
|||
$('.formTips').stop().fadeOut() |
|||
}, 3000); |
|||
}, |
|||
Error: function(res){ |
|||
alert('提交失败,请尝试联系客服') |
|||
} |
|||
}); |
|||
}) |
|||
</script> |
|||
</body> |
|||
</html> |
|||
@ -1,170 +0,0 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
{include file="components/currency"} |
|||
<!-- 当前页 --> |
|||
<link rel="stylesheet" href="/themes/static/scss/jiage.css?version=1.01"> |
|||
</head> |
|||
<body> |
|||
<!-- header --> |
|||
{include file="components/header"} |
|||
<!-- 正文 --> |
|||
<div class="jiageBlock"> |
|||
{hcTaglib:category id="153" item="vo" field="*"} |
|||
<img src="{$vo['banner']['url']|default=''}" alt=""> |
|||
{/hcTaglib:category} |
|||
<div class="w1400"> |
|||
<div class="win"> |
|||
{hcTaglib:category id="174" item="vo" field="*"} |
|||
<div class="titFirst">{$vo.sub_title}</div> |
|||
<div class="big">{$vo.title}</div> |
|||
<div class="tips">{$vo.description}</div> |
|||
{/hcTaglib:category} |
|||
<a href="javascript:;" class="moreBtn"> |
|||
开始估算价格 |
|||
<img src="/themes/static/images/more2.png" alt=""> |
|||
</a> |
|||
</div> |
|||
<div class="win2"> |
|||
{hcTaglib:category id="175" item="vo" field="*"} |
|||
<div class="tit"><span>1</span>{$vo.title}?*</div> |
|||
{/hcTaglib:category} |
|||
<div class="content"> |
|||
{hcTaglib:content cid="175" moduleId='1' mainField="*" subField="*" name="case_top" item="vo" sort="sort asc"} |
|||
<div class="list" data-price="{$vo.description}"> |
|||
<div class="img"> |
|||
<img src="{$vo['thumbnail']['url']|default=''}" alt=""> |
|||
</div> |
|||
<p> |
|||
<span>{$vo.sub_title}</span> |
|||
{$vo.title} |
|||
</p> |
|||
</div> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
<a href="javascript:;" class="true">OK<img src="/themes/static/images/true.png" alt=""></a> |
|||
</div> |
|||
<div class="win3"> |
|||
{hcTaglib:category id="176" item="vo" field="*"} |
|||
<div class="tit"><span>2</span>{$vo.title}?*</div> |
|||
<div class="tips">{$vo.description}</div> |
|||
<div class="content"> |
|||
{hcTaglib:content cid="176" moduleId='1' mainField="*" subField="*" name="case_top" item="vvo" sort="sort asc"} |
|||
<img src="{$vvo['thumbnail']['url']|default=''}" alt=""> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
<input type="number" class="switch" placeholder="{$vo.desc}" data-price="{$vo.sub_title}"> |
|||
{/hcTaglib:category} |
|||
<a href="javascript:;" class="true">OK<img src="/themes/static/images/true.png" alt=""></a> |
|||
</div> |
|||
<div class="win4"> |
|||
{hcTaglib:category id="177" item="vo" field="*"} |
|||
<div class="tit"><span>3</span>{$vo.title}?*</div> |
|||
<div class="tips">{$vo.description}</div> |
|||
<div class="content"> |
|||
{hcTaglib:content cid="177" moduleId='1' mainField="*" subField="*" name="case_top" item="vvo" sort="sort asc"} |
|||
<img src="{$vvo['thumbnail']['url']|default=''}" alt=""> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
<input type="number" class="switch" placeholder="{$vo.desc}" data-price="{$vo.sub_title}"> |
|||
{/hcTaglib:category} |
|||
<a href="javascript:;" class="true">OK<img src="/themes/static/images/true.png" alt=""></a> |
|||
</div> |
|||
<div class="win5"> |
|||
{hcTaglib:category id="178" item="vo" field="*"} |
|||
<div class="tit"><span>4</span>{$vo.title}?*</div> |
|||
{/hcTaglib:category} |
|||
<div class="content"> |
|||
{hcTaglib:content cid="178" moduleId='1' mainField="*" subField="*" name="case_top" item="vvo" sort="sort asc"} |
|||
<img src="{$vvo['thumbnail']['url']|default=''}" alt=""> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
<div class="pick"> |
|||
{hcTaglib:content cid="179" moduleId='1' mainField="*" subField="*" name="case_top" item="vvo" sort="sort asc"} |
|||
<a href="javascript:;" data-price="{$vvo.sub_title}">{$vvo.title}<img src="/themes/static/images/true2.png" alt=""></a> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
<a href="javascript:;" class="true">OK<img src="/themes/static/images/true.png" alt=""></a> |
|||
</div> |
|||
<div class="win6"> |
|||
{hcTaglib:category id="180" item="vo" field="*"} |
|||
<div class="tit"><span>5</span>{$vo.title}?*</div> |
|||
<div class="tips">{$vo.description}</div> |
|||
<div class="content"> |
|||
{hcTaglib:content cid="180" moduleId='1' mainField="*" subField="*" name="case_top" item="vvo" sort="sort asc"} |
|||
<img src="{$vvo['thumbnail']['url']|default=''}" alt=""> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
<input type="number" class="switch" placeholder="{$vo.desc}" data-price="{$vo.sub_title}"> |
|||
{/hcTaglib:category} |
|||
<a href="javascript:;" class="true">OK<img src="images/true.png" alt=""></a> |
|||
</div> |
|||
<div class="win7"> |
|||
{hcTaglib:category id="181" item="vo" field="*"} |
|||
<div class="tit"><span>6</span>{$vo.title}?*</div> |
|||
<div class="tips">{$vo.description}</div> |
|||
<div class="content"> |
|||
{hcTaglib:content cid="181" moduleId='1' mainField="*" subField="*" name="case_top" item="vvo" sort="sort asc"} |
|||
<img src="{$vvo['thumbnail']['url']|default=''}" alt=""> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
<input type="number" class="switch" placeholder="{$vo.desc}" data-price="{$vo.sub_title}"> |
|||
{/hcTaglib:category} |
|||
<a href="javascript:;" class="true">OK<img src="/themes/static/images/true.png" alt=""></a> |
|||
</div> |
|||
<div class="win8"> |
|||
{hcTaglib:category id="182" item="vo" field="*"} |
|||
<div class="tit"><span>7</span>{$vo.title}?*</div> |
|||
<div class="content"> |
|||
{hcTaglib:content cid="182" moduleId='1' mainField="*" subField="*" name="case_top" item="vvo" sort="sort asc"} |
|||
<img src="{$vvo['thumbnail']['url']|default=''}" alt=""> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
<input type="number" class="switch" placeholder="{$vo.desc}" data-price="{$vo.sub_title}"> |
|||
{/hcTaglib:category} |
|||
<a href="javascript:;" class="true">OK<img src="/themes/static/images/true.png" alt=""></a> |
|||
</div> |
|||
<div class="win9"> |
|||
<div class="tit"><span>8</span>差不多了!请提供您的联系方式 *</div> |
|||
<form action="" id="form"> |
|||
<input type="text" id="formName" placeholder="请输入您的姓名"> |
|||
<input type="text" id="formWechat" placeholder="请输入你的微信号或WhatsApp”"> |
|||
<input type="text" id="formTel" placeholder="请输入您的电话"> |
|||
<a href="javascript:;" class="submit">Submit</a> |
|||
</form> |
|||
</div> |
|||
<div class="win10"> |
|||
<div class="content"> |
|||
<div class="tit"> |
|||
根据您的需求<br>您的智能家居预算预估 |
|||
</div> |
|||
<div class="price"> |
|||
<span></span>元 |
|||
</div> |
|||
<div class="tips"> |
|||
感谢您完成智能家居预估配置<br>我们将会有专业的团队与您联系<br>与您一同打造您理想中的智能家居 |
|||
</div> |
|||
{hcTaglib:category id="194" item="vo" field="*"} |
|||
<a href="{$vo.alias}" class="moreBtn">查看案例<img src="/themes/static/images/more2.png" alt=""></a> |
|||
{/hcTaglib:category} |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<!-- 提示框 --> |
|||
<div class="blackBg"> |
|||
<div class="tips"> |
|||
<p>提示框</p> |
|||
<div class="text"></div> |
|||
<a href="javascript:;" class="close">确定</a> |
|||
</div> |
|||
</div> |
|||
<!-- footer --> |
|||
{include file="components/footer"} |
|||
<!-- 当前页 --> |
|||
<script src="/themes/static/js/jiage.js"></script> |
|||
</body> |
|||
</html> |
|||
@ -1,268 +0,0 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
|
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
{include file="components/currency"} |
|||
<!-- 当前页 --> |
|||
<link rel="stylesheet" href="/themes/static/css/swiper-bundle.min.css"> |
|||
<link rel="stylesheet" href="/themes/static/scss/jiejue.css"> |
|||
</head> |
|||
|
|||
<body> |
|||
<!-- header --> |
|||
{include file="components/header"} |
|||
<!-- banner --> |
|||
<div class="listBanner"> |
|||
{hcTaglib:category id="$current_cate['id']" item="vo" field="*"} |
|||
<img src="{$vo['banner']['url']|default=''}" alt=""> |
|||
<div class="center"> |
|||
<div class="tit">{$vo.title}</div> |
|||
<div class="tips">{$vo.description}</div> |
|||
</div> |
|||
{/hcTaglib:category} |
|||
</div> |
|||
<!-- 正文 --> |
|||
<div class="jiejueBlock"> |
|||
{hcTaglib:category id="168" item="vo" field="*"} |
|||
<div class="title2"> |
|||
<p>{$vo.title}</p> |
|||
<div class="tips">{$vo.sub_title}</div> |
|||
</div> |
|||
{/hcTaglib:category} |
|||
<div class="w1400"> |
|||
<div class="contList"> |
|||
{hcTaglib:content cid="168" moduleId='1' mainField="*" subField="*" name="case_top" item="vo" sort="sort asc"} |
|||
<div class="list"> |
|||
<div class="tit">{$vo.title}</div> |
|||
<span></span> |
|||
<div class="tips">{$vo.description}</div> |
|||
</div> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
<div class="bottom"> |
|||
{hcTaglib:content cid="169" moduleId='1' mainField="*" subField="*" name="case_top" item="vo" sort="sort asc"} |
|||
<div class="list"> |
|||
<div class="img"><img src="{$vo['cover']['url']|default=''}" alt=""></div> |
|||
<div class="posi"> |
|||
<div class="img"><img src="{$vo['thumbnail']['url']|default=''}" alt=""></div> |
|||
<div class="tit">{$vo.title}</div> |
|||
<div class="tips">{$vo.description}</div> |
|||
</div> |
|||
</div> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<div class="jiejueBlock2"> |
|||
{hcTaglib:category id="170" item="vo" field="*"} |
|||
<div class="title2"> |
|||
<p>{$vo.title}</p> |
|||
<div class="tips">{$vo.sub_title}</div> |
|||
</div> |
|||
{/hcTaglib:category} |
|||
<div class="w1400"> |
|||
<div class="tab"> |
|||
{hcTaglib:subcategory pid="170" item="vo" field="*"} |
|||
<a href="javascript:;"><img src="{$vo['thumbnail']['url']|default=''}" alt="">{$vo.title}</a> |
|||
{/hcTaglib:subcategory} |
|||
</div> |
|||
<div class="content"> |
|||
{hcTaglib:subcategory pid="170" item="vo" field="*"} |
|||
<div class="cont"> |
|||
<div class="list"> |
|||
<div class="swiper jiejueBlock2Swiper"> |
|||
<div class="swiper-wrapper"> |
|||
{hcTaglib:content cid="$vo.id" moduleId='1' mainField="*" subField="*" name="case_top" item="vvo"} |
|||
<div class="swiper-slide"> |
|||
<div class="swiper jiejueBlock2Swiper2"> |
|||
<div class="swiper-wrapper"> |
|||
{volist name="$vvo.main_content.atlas" id="vv" } |
|||
<div class="swiper-slide"><img src="{$vv.url}" alt="" srcset=""></div> |
|||
{/volist} |
|||
</div> |
|||
<div class="hoverLeft"> |
|||
<div class="swiper-button-prev"><img src="/themes/static/images/left3.png" alt=""></div> |
|||
</div> |
|||
<div class="hoverRight"> |
|||
<div class="swiper-button-next"><img src="/themes/static/images/right3.png" alt=""></div> |
|||
</div> |
|||
</div> |
|||
<div class="tit"> |
|||
{$vvo.title} |
|||
</div> |
|||
<div class="tips"> |
|||
{$vvo.description} |
|||
</div> |
|||
</div> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
<div class="menuBox"> |
|||
<div class="swiper-button-prev"><img src="/themes/static/images/left5.png" alt=""></div> |
|||
<div class="swiper-button-next"><img src="/themes/static/images/right5.png" alt=""></div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
{/hcTaglib:subcategory} |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<div class="jiejueBlock3"> |
|||
{hcTaglib:category id="170" item="vo" field="*"} |
|||
<div class="title2"> |
|||
<p>{$vo.title}</p> |
|||
<div class="tips">{$vo.sub_title}</div> |
|||
</div> |
|||
{/hcTaglib:category} |
|||
<div class="w1400"> |
|||
<div class="left"> |
|||
{hcTaglib:subcategory pid="172" item="vo" field="*"} |
|||
<a href="javascript:;"> |
|||
{$vo.title}<img src="/themes/static/images/right3.png" alt=""> |
|||
<div class="noneBg"><img src="{$vo['thumbnail']['url']|default=''}" alt=""></div> |
|||
</a> |
|||
{/hcTaglib:subcategory} |
|||
|
|||
</div> |
|||
<div class="right"> |
|||
{hcTaglib:subcategory pid="172" item="vo" field="*"} |
|||
<div class="list"> |
|||
<div class="swiper jiejueBlock3Parent"> |
|||
<div class="ParentMenu"> |
|||
<div class="swiper-button-prev"><img src="/themes/static/images/left5.png" alt=""></div> |
|||
<div class="swiper-button-next"><img src="/themes/static/images/right5.png" alt=""></div> |
|||
</div> |
|||
<div class="swiper-wrapper"> |
|||
{hcTaglib:content cid="$vo.id" moduleId='1' mainField="*" subField="*" name="case_top" item="vvo"} |
|||
<div class="swiper-slide"> |
|||
<div class="tit">{$vvo.title}</div> |
|||
<div class="tips"> |
|||
{$vvo.description} |
|||
</div> |
|||
<div class="swiper jiejueBlock3child"> |
|||
<div class="swiper-wrapper"> |
|||
{volist name="$vvo.main_content.atlas" id="vo" } |
|||
<div class="swiper-slide"> |
|||
<img src="{$vo.url}" alt="{$vo.description}" srcset=""> |
|||
</div> |
|||
{/volist} |
|||
</div> |
|||
<div class="hoverLeft"> |
|||
<div class="swiper-button-prev"><img src="/themes/static/images/left3.png" alt=""></div> |
|||
</div> |
|||
<div class="hoverRight"> |
|||
<div class="swiper-button-next"><img src="/themes/static/images/right3.png" alt=""></div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
</div> |
|||
</div> |
|||
{/hcTaglib:subcategory} |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<!-- footer --> |
|||
{include file="components/footer"} |
|||
<!-- 当前页 --> |
|||
<script src="/themes/static/js/swiper-bundle.min.js"></script> |
|||
<script> |
|||
if($(window).width() > 996 ){ |
|||
$('.jiejueBlock .w1400 .bottom .list').eq(0).addClass('on') |
|||
} |
|||
$(window).resize(function(){ |
|||
if($(window).width() > 996 ){ |
|||
$('.jiejueBlock .w1400 .bottom .list').removeClass('on') |
|||
} |
|||
}) |
|||
$('.jiejueBlock .w1400 .bottom .list').hover(function(){ |
|||
if($(window).width() > 996 ){ |
|||
$(this).addClass('on') |
|||
$(this).siblings('').removeClass('on') |
|||
} |
|||
}) |
|||
var swiper = new Swiper(".jiejueBlock2Swiper", { |
|||
slidesPerView: 1, |
|||
spaceBetween: 20, |
|||
navigation: { |
|||
nextEl: ".jiejueBlock2Swiper .menuBox .swiper-button-next", |
|||
prevEl: ".jiejueBlock2Swiper .menuBox .swiper-button-prev", |
|||
}, |
|||
breakpoints:{ |
|||
996:{ |
|||
slidesPerView: 1, |
|||
spaceBetween: 30, |
|||
} |
|||
} |
|||
}); |
|||
var swiper = new Swiper(".jiejueBlock2Swiper2", { |
|||
slidesPerView: 1, |
|||
spaceBetween: 20, |
|||
navigation: { |
|||
nextEl: ".jiejueBlock2Swiper2 .swiper-button-next", |
|||
prevEl: ".jiejueBlock2Swiper2 .swiper-button-prev", |
|||
}, |
|||
breakpoints:{ |
|||
996:{ |
|||
slidesPerView: 2, |
|||
spaceBetween: 30, |
|||
} |
|||
} |
|||
}); |
|||
// tab切换 |
|||
let tabOn |
|||
$('.jiejueBlock2 .w1400 .content .cont .list').eq(0).fadeIn() |
|||
$('.jiejueBlock2 .w1400 .tab a').eq(0).addClass('on') |
|||
$('.jiejueBlock2 .w1400 .tab a').click(function(){ |
|||
$(this).addClass('on') |
|||
$(this).siblings().removeClass('on') |
|||
let thisClick = $(this).index() |
|||
$('.jiejueBlock2 .w1400 .content .cont .list').css('display','none') |
|||
$('.jiejueBlock2 .w1400 .content .cont .list').eq(thisClick).fadeIn() |
|||
}) |
|||
|
|||
// 智能系统经验 |
|||
$('.jiejueBlock3 .w1400 .left a').eq(0).addClass('on') |
|||
$('.jiejueBlock3 .w1400 .left a').eq(0).children('.noneBg').fadeIn() |
|||
$('.jiejueBlock3 .w1400 .right .list').eq(0).fadeIn() |
|||
$('.jiejueBlock3 .w1400 .left a').click(function(){ |
|||
let block3Click = $(this).index() |
|||
$(this).addClass('on') |
|||
$(this).siblings().removeClass('on') |
|||
$(this).children('.noneBg').stop().fadeIn() |
|||
$(this).siblings().children('.noneBg').stop().fadeOut() |
|||
$('.jiejueBlock3 .w1400 .right .list').css('display','none') |
|||
$('.jiejueBlock3 .w1400 .right .list').eq(block3Click).stop().fadeIn() |
|||
}) |
|||
var swiper = new Swiper(".jiejueBlock3Parent", { |
|||
navigation: { |
|||
nextEl: ".jiejueBlock3Parent .ParentMenu > .swiper-button-next", |
|||
prevEl: ".jiejueBlock3Parent .ParentMenu > .swiper-button-prev", |
|||
}, |
|||
}); |
|||
var swiper = new Swiper(".jiejueBlock3child", { |
|||
slidesPerView: 1, |
|||
spaceBetween: 20, |
|||
navigation: { |
|||
nextEl: ".jiejueBlock3child .swiper-button-next", |
|||
prevEl: ".jiejueBlock3child .swiper-button-prev", |
|||
}, |
|||
breakpoints:{ |
|||
750:{ |
|||
slidesPerView: 2, |
|||
spaceBetween: 20, |
|||
}, |
|||
996:{ |
|||
slidesPerView: 2, |
|||
spaceBetween: 43, |
|||
} |
|||
} |
|||
}); |
|||
</script> |
|||
</body> |
|||
|
|||
</html> |
|||
@ -1,142 +0,0 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
|
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
{include file="components/currency"} |
|||
<!-- 当前页 --> |
|||
<link rel="stylesheet" href="/themes/static/css/swiper-bundle.min.css"> |
|||
<link rel="stylesheet" href="/themes/static/scss/jishu.css"> |
|||
</head> |
|||
|
|||
<body> |
|||
<!-- header --> |
|||
{include file="components/header"} |
|||
<!-- banner --> |
|||
<div class="listBanner"> |
|||
{hcTaglib:category id="199" item="vo" field="*"} |
|||
<img src="{$vo['banner']['url']|default=''}" alt=""> |
|||
<div class="center"> |
|||
<div class="tit">{$vo.title}</div> |
|||
<div class="tips">{$vo.sub_title}</div> |
|||
</div> |
|||
{/hcTaglib:category} |
|||
</div> |
|||
<!-- 正文 --> |
|||
<div class="jishuBlock" id="block1"> |
|||
<div class="title3"> |
|||
{hcTaglib:category id="200" item="vo" field="*"} |
|||
<p>{$vo.title}</p> |
|||
<div class="tips">{$vo.sub_title}</div> |
|||
{/hcTaglib:category} |
|||
</div> |
|||
<div class="w1400"> |
|||
{hcTaglib:content cid="200" moduleId='1' mainField="*" subField="*" name="case_top" item="vo"} |
|||
<div class="list"> |
|||
<img src="{$vo['thumbnail']['url']|default=''}" alt=""> |
|||
<div class="border"></div> |
|||
<div class="text">{$vo.title}</div> |
|||
</div> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
</div> |
|||
<div class="jishuBlock2" id="block2"> |
|||
<div class="title3"> |
|||
{hcTaglib:category id="201" item="vo" field="*"} |
|||
<p>{$vo.title}</p> |
|||
<div class="tips">{$vo.sub_title}</div> |
|||
{/hcTaglib:category} |
|||
</div> |
|||
<div class="content"> |
|||
<div class="swiper mySwiper"> |
|||
<div class="swiper-wrapper"> |
|||
{hcTaglib:content cid="201" moduleId='1' mainField="*" subField="*" name="case_top" item="vo" sort="sort asc"} |
|||
<div class="swiper-slide"> |
|||
<div class="list"> |
|||
<img src="{$vo['cover']['url']|default=''}" alt=""> |
|||
<div class="tit"> |
|||
<div class="img"><img src="{$vo['thumbnail']['url']|default=''}" alt=""></div> |
|||
<p>{$vo.title}</p> |
|||
</div> |
|||
<div class="posi"> |
|||
<div class="img"><img src="{$vo['thumbnail']['url']|default=''}" alt=""></div> |
|||
<div class="tit">{$vo.title}</div> |
|||
<span></span> |
|||
<div class="tips">{$vo.description}</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
<div class="swiper-pagination"></div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<div class="jishuBlock3" id="block3"> |
|||
<div class="title3"> |
|||
{hcTaglib:category id="202" item="vo" field="*"} |
|||
<p>{$vo.title}</p> |
|||
<div class="tips">{$vo.sub_title}</div> |
|||
{/hcTaglib:category} |
|||
</div> |
|||
<div class="content"> |
|||
<div class="left"> |
|||
{hcTaglib:content cid="202" moduleId='1' mainField="*" subField="*" name="case_top" item="vo" sort="sort asc"} |
|||
<div class="list"> |
|||
<p>{$vo.title}</p> |
|||
<div class="tips">{$vo.description}</div> |
|||
</div> |
|||
{/hcTaglib:content} |
|||
</div> |
|||
<div class="right"> |
|||
{hcTaglib:category id="202" item="vo" field="*"} |
|||
<img src="{$vo['thumbnail']['url']|default=''}" alt=""> |
|||
{/hcTaglib:category} |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<!-- footer --> |
|||
{include file="components/footer"} |
|||
<!-- 当前页 --> |
|||
<script src="/themes/static/js/swiper-bundle.min.js"></script> |
|||
<script> |
|||
var swiper = new Swiper(".mySwiper", { |
|||
slidesPerView: 1, |
|||
spaceBetween: 20, |
|||
pagination: { |
|||
el: ".swiper-pagination", |
|||
}, |
|||
breakpoints:{ |
|||
750:{ |
|||
slidesPerView: 2, |
|||
spaceBetween: 30 |
|||
}, |
|||
1280:{ |
|||
slidesPerView: 3, |
|||
spaceBetween: 40 |
|||
}, |
|||
1560:{ |
|||
slidesPerView: 5, |
|||
spaceBetween: 0 |
|||
} |
|||
} |
|||
}); |
|||
|
|||
$('.jishuBlock2 .content .list').hover(function(){ |
|||
if($(window).width() > 996 ){ |
|||
$(this).addClass('on') |
|||
return |
|||
} |
|||
},function(){ |
|||
if($(window).width() > 996 ){ |
|||
$(this).removeClass('on') |
|||
return |
|||
} |
|||
|
|||
}) |
|||
</script> |
|||
</body> |
|||
|
|||
</html> |
|||
@ -1,211 +0,0 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
|
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|||
{include file="components/currency"} |
|||
<!-- 当前页 --> |
|||
<link rel="stylesheet" href="/themes/static/scss/zhaopin.css"> |
|||
</head> |
|||
|
|||
<body> |
|||
<!-- header --> |
|||
{include file="components/header"} |
|||
<!-- 正文 --> |
|||
<div class="listBanner"> |
|||
{hcTaglib:category id="$current_cate['id']" item="vo" field="*"} |
|||
<img src="{$vo['banner']['url']|default=''}" alt=""> |
|||
<div class="center"> |
|||
<div class="tit">{$vo.title}</div> |
|||
<div class="tips">{$vo.sub_title}</div> |
|||
</div> |
|||
{/hcTaglib:category} |
|||
</div> |
|||
<div class="zhaopinBlock"> |
|||
<div class="w1400"> |
|||
<div class="tab zn"> |
|||
<div class="tit"> |
|||
职能: |
|||
</div> |
|||
<div class="list"> |
|||
<a href="javascript:;" data-id='0'>全部</a> |
|||
{hcTaglib:subcategory pid="244" moduleId="9" item="vo" field="id,title"} |
|||
<a href="javascript:;" data-id="{$vo.id}">{$vo.title}</a> |
|||
{/hcTaglib:subcategory} |
|||
</div> |
|||
</div> |
|||
<div class="tab dq"> |
|||
<div class="tit"> |
|||
地区: |
|||
</div> |
|||
<div class="list"> |
|||
<a href="javascript:;" data-id='0'>全部</a> |
|||
{hcTaglib:subcategory pid="245" moduleId="9" item="vo" field="id,title"} |
|||
<a href="javascript:;" data-id="{$vo.id}">{$vo.title}</a> |
|||
{/hcTaglib:subcategory} |
|||
|
|||
|
|||
</div> |
|||
</div> |
|||
<div class="content"> |
|||
{if isset($job)} |
|||
{volist name="job" id="vo"} |
|||
<div class="list"> |
|||
<div class="top"> |
|||
<div class="tit">{$vo.title}</div> |
|||
<div class="addr">地点:{$vo.sub_title}</div> |
|||
<div class="menu"> |
|||
<span></span> |
|||
<span></span> |
|||
</div> |
|||
</div> |
|||
<div class="cont"> |
|||
<div class="center"> |
|||
<div class="contList"> |
|||
<div class="contTit">岗位职责:</div> |
|||
<div class="text"> |
|||
{$vo.content|raw} |
|||
</div> |
|||
</div> |
|||
<div class="contList"> |
|||
<div class="contTit">任职要求:</div> |
|||
<div class="text"> |
|||
{$vo.main_content.rzyq|raw} |
|||
</div> |
|||
</div> |
|||
<div class="contList"> |
|||
<div class="contTit">待遇简介</div> |
|||
<div class="text"> |
|||
{$vo.main_content.dyjj|raw} |
|||
</div> |
|||
</div> |
|||
<div class="contList"> |
|||
<div class="contTit">优享待遇</div> |
|||
<div class="text"> |
|||
{$vo.main_content.hxgg|raw} |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
{/volist} |
|||
{else /} |
|||
{hcTaglib:contentPage mainField="*" subField="*" name="hc_content" limit="" item="vo"} |
|||
<div class="list"> |
|||
<div class="top"> |
|||
<div class="tit">{$vo.title}</div> |
|||
<div class="addr">地点:{$vo.sub_title}</div> |
|||
<div class="menu"> |
|||
<span></span> |
|||
<span></span> |
|||
</div> |
|||
</div> |
|||
<div class="cont"> |
|||
<div class="center"> |
|||
<div class="contList"> |
|||
<div class="contTit">岗位职责:</div> |
|||
<div class="text"> |
|||
{$vo.content|raw} |
|||
</div> |
|||
</div> |
|||
<div class="contList"> |
|||
<div class="contTit">任职要求:</div> |
|||
<div class="text"> |
|||
{$vo.main_content.rzyq|raw} |
|||
</div> |
|||
</div> |
|||
<div class="contList"> |
|||
<div class="contTit">待遇简介</div> |
|||
<div class="text"> |
|||
{$vo.main_content.dyjj|raw} |
|||
</div> |
|||
</div> |
|||
<div class="contList"> |
|||
<div class="contTit">核心骨干股权激励计划</div> |
|||
<div class="text"> |
|||
{$vo.main_content.hxgg|raw} |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
{/hcTaglib:contentPage} |
|||
{/if} |
|||
</div> |
|||
{if isset($job)} |
|||
{$job|raw} |
|||
{else /} |
|||
{$hc_content|raw} |
|||
{/if} |
|||
|
|||
</div> |
|||
</div> |
|||
<!-- footer --> |
|||
{include file="components/footer"} |
|||
<script> |
|||
$('.zhaopinBlock .w1400 .zn .list a').eq(0).addClass('on') |
|||
$('.zhaopinBlock .w1400 .dq .list a').eq(0).addClass('on') |
|||
$('.zhaopinBlock .w1400 .content .list .top').click(function(){ |
|||
if($(this).hasClass('on')){ |
|||
$(this).removeClass('on') |
|||
$(this).siblings('.cont').stop().animate({'height': 0}) |
|||
return |
|||
} |
|||
$(this).addClass('on') |
|||
$(this).siblings('.cont').stop().animate({'height': $(this).siblings('.cont').children('.center').outerHeight()}) |
|||
}) |
|||
// |
|||
function getUrlParam(name) { |
|||
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); //构造一个含有目标参数的正则表达式对象 |
|||
var r = window.location.search.substr(1).match(reg); //匹配目标参数 |
|||
if (r != null) return decodeURI(r[2]); return null; //返回参数值 |
|||
} |
|||
let baseUrl = '/{:request()->pathinfo()}?'; |
|||
let tab1 = getUrlParam('zn') |
|||
let tab2 = getUrlParam('dq') |
|||
// $('.zhaopinBlock .w1400 .zn .list a').click(function(){ |
|||
// $(this).siblings().removeClass('on') |
|||
// $(this).addClass('on') |
|||
// let thisClick = $(this).html() |
|||
// window.location.href = baseUrl + 'zn=' + thisClick + '&dq=' + tab2 |
|||
// }) |
|||
// $('.zhaopinBlock .w1400 .dq .list a').click(function(){ |
|||
// $(this).siblings().removeClass('on') |
|||
// $(this).addClass('on') |
|||
// let thisClick2 = $(this).html() |
|||
// window.location.href = baseUrl + 'zn=' + tab1 + '&dq=' + thisClick2 |
|||
// }) |
|||
$('.zhaopinBlock .w1400 .zn .list a').click(function(){ |
|||
if(tab2 == null){ |
|||
tab2 = 0 |
|||
} |
|||
let thisClick = $(this).attr('data-id') |
|||
window.location.href = baseUrl + 'zn=' + thisClick + '&dq=' + tab2 |
|||
}) |
|||
$('.zhaopinBlock .w1400 .dq .list a').click(function(){ |
|||
if(tab1 == null){ |
|||
tab1 = 0 |
|||
} |
|||
let thisClick2 = $(this).attr('data-id') |
|||
window.location.href = baseUrl + 'zn=' + tab1 + '&dq=' + thisClick2 |
|||
}) |
|||
// |
|||
$('.zhaopinBlock .w1400 .zn .list a').each(function(){ |
|||
if($(this).attr('data-id') == tab1){ |
|||
$(this).siblings().removeClass('on') |
|||
$(this).addClass('on') |
|||
} |
|||
}) |
|||
$('.zhaopinBlock .w1400 .dq .list a').each(function(){ |
|||
if($(this).attr('data-id') == tab2){ |
|||
$(this).siblings().removeClass('on') |
|||
$(this).addClass('on') |
|||
} |
|||
}) |
|||
</script> |
|||
</body> |
|||
|
|||
</html> |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue