Files
orico-official-website-old/app/id/view/include/bottom.phtml
2024-10-29 14:04:59 +08:00

135 lines
6.1 KiB
PHTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--底部-->
<div class="footer_all">
<div class="footer">
<div class="footl">
<dl>
<dt class="Under-line"><p class="icon-On-line"></p>Toko Online ORICO<span class="icon-arrow font-11 arrow"></span></dt>
<dd><a href="https://orico.tmall.com/?spm=a1z10.5-b.1997427721.d4918089.I" target="_blank">Tmall Official Store</a></dd>
<dd><a href="http://orico-easy-your-pc.jd.com/" target="_blank">JD ORICO Official Store</a></dd>
<dd><a href="https://www.newegg.com/ORICO-TECHNOLOGIES-CO-LTD" target="_blank">Newegg</a></dd>
<dd><a href="https://www.amazon.com/sp?_encoding=UTF8&asin=&isAmazonFulfilled=&isCBA=&marketplaceID=ATVPDKIKX0DER&orderID=&seller=A2S4EXOOJ8Z82D&tab=&vasStoreID=" target="_blank">Amazon</a></dd>
<dd><a href="https://orico.aliexpress.com/store/105327?spm=2114.12010108.pcShopHead_5959929.0" target="_blank">AliExpress</a></dd>
<dd><a href="https://bokcore.1688.com/">1688 ORICO International</a></dd>
<dd><a href="https://orico.en.alibaba.com/" target="_blank">Alibaba</a></dd>
</dl>
<dl>
<dt class="On-line"><p class="icon-Under-line"></p>Toko Offline ORICO<span class="icon-arrow font-11 arrow"></span></dt>
<!--<dd><a href="/us/Group/distributor">Dealer Network</a></dd>
<dd><a href="">Domestic Channel</a></dd>
<dd><a href="">Overseas Channel</a></dd>-->
</dl>
<dl>
<dt class="support"><p class="icon-support"></p>Dukungan Teknis<span class="icon-arrow font-11 arrow"></span></dt>
<dd><a href="__ORICOROOT__/Group/fq">FAQ</a></dd>
<dd><a href="__ORICOROOT__<?php echo url_rewrite('video'); ?>">Video Tutorial</a></dd>
<!--<dd><a href="">Knowledge-base</a></dd>
<dd><a href="faq-1222.html">如何成为经销商</a></dd>-->
<dd><a href="__ORICOROOT__/Group/policy">Persyaratan Garansi</a></dd>
</dl>
<dl>
<dt class="media"><p class="icon-media"></p>Media<span class="icon-arrow font-11 arrow"></span></dt>
<dd><a href="tencent://message/?uin=429090372&Site=www.oricogroup.com.cn&Menu=yes" target="_blank">Pengikut ORICO</a></dd>
<dd><a href="http://bbs.orico.com.cn/portal.php" target="_blank">Komunitas ORICO</a></dd>
<dd><a href="https://weibo.com/p/1006063158162522/home?from=page_100606&mod=TAB&is_all=1#place" target="_blank">Weibo</a></dd>
</dl>
<dl>
<dt class="join"><p class="icon-join"></p>Gabung Kami<span class="icon-arrow font-11 arrow"></span></dt>
<dd><a href="__ORICOROOT__/Group/odm">Kerja sama</a></dd>
<!--<dd><a href="/us/Group/job" >Jobs</a></dd>-->
</dl>
</div>
<div class="footr text-l f-gray">
<div class="font-18"><span>Hubungi Kami</span><span><a href="__PUBLIC__/weben/images/home/SKMBT_C35319110614220.pdf" target="_blank"><img src="__PUBLIC__/web/images/home/statement.png">Terms of Use</a></span></div>
<p class="padding-t-8vw">Alamat: 19/F, Block 14A, Zhonghaixin Science &Technology Park, Longgang District, Shenzhen, China </p>
<p>Purna jual & Dukungan: 400-6696-298</p>
<p>E-mailsupports@orico.com.cn</p>
</div>
</div>
<div class="swt-Container img-responsive footer_bg position-r">
<div style="position: absolute; bottom:0; z-index: 0;"><img src="__PUBLIC__/web/images/home/footer_bg.jpg"></div>
</div>
</div>
</div>
<div class="footer_bottom">
<div class="rha text-c">
<a href="https://www.youtube.com/user/ORICOVlog" target="_blank"><div class="footr-icon"><span class="icon1-youtube"></span></div>
<a href="https://twitter.com/ORICO_Official" target="_blank"><div class="footr-icon"><span class="icon1-twitter"></span></div>
<a href="https://www.instagram.com/orico__technologies" target="_blank"><div class="footr-icon"><span class="icon1-instagram"></span></div></a>
<a href="https://www.facebook.com/ORICOOfficial" target="_blank"><div class="footr-icon"><span class="icon1-facebook"></span></div></a>
</div>
2015 ORICO Technologies Co.,Ltd copyright
<a href="http://www.miitbeian.gov.cn" style="color:#fff" target="_blank">GuangDong ICP No. 15,025,109</a></div>
{include file="include/kefu" /}
<script type="text/javascript" src="__PUBLIC__/webid/scripts/owl.carousel.min.js"></script>
<script type="text/javascript" src="__PUBLIC__/webid/scripts/html5shiv.v3.72.min.js"></script>
<script>
/*导航菜单弹出*/
$( function () {
var $category = $( ".navlist" );
$category.hide();
$( ".navul li" ).mouseleave( function () {
$( this ).children( "a" ).addClass( "aons" );
$( ".nav" ).removeAttr("style");
$( ".navlist_c" ).removeAttr("style");
$( ".navul" ).find( "a" ).removeClass("menu_a");
$( this ).find("span").removeClass("arrow-down");
$(".all-logo").show();
$(".all-logo-black").hide();
//$( this ).children( "dl" ).stop( true, true ).slideUp( 500 );
$( this ).children( "dl" ).stop().slideUp( 500 );
} );
$( ".navul li" ).mouseenter( function () {
$category.hide();
$( ".nav" ).css("background-color", "#FFFFFF");
$( ".navul" ).find( "a" ).addClass("menu_a");
$(this).find("span").addClass("arrow-down");
$(".all-logo").hide();
$(".all-logo-black").show();
//$( this ).children( "dl" ).stop( true, true ).slideDown( 500 );
$( this ).children( "dl" ).stop().slideDown( 500 );
} );
//搜索框
$( ".top-R span" ).click( function () {
$( ".search" ).slideToggle();
} );
// 城市
$( ".zg" ).click( function () {
$( ".topnav" ).slideToggle(500);
} );
$(".icon-close").click(function(){
$( ".topnav" ).slideUp(500);
})
} );
/*底部菜单弹出*/
var body_width = $(window).width();
if(body_width < 767){
$(function(){
$(".footl dt").click(function(){
$(this).nextAll().toggle(500);
$(this).children("span").toggleClass( "arrow-r" )
}).mouseout(function(){
$(".bottom_cn_box").hide();
});
})
}
/*新导航*/
$(function(){
$(".ca_lists").mouseover(function(){
$(this).addClass('on').siblings().removeClass('on');
$(this).siblings().children('div').hide();
$(this).children('div').show();
});
});</script>