feat: mobile首页
This commit is contained in:
@@ -1,62 +1,70 @@
|
||||
<footer class="oircoEgapp-foot">
|
||||
<div class="footer">
|
||||
<div class="logo-white"><img src="img/logo-white.png"></div>
|
||||
<!--div class="logo-text">Sign up for news, updates & 10% off your first order.</div>
|
||||
<div class="foot-in"><input type="text" name="E-mail" placeholder="E-mail" class="logo-input"><div class="logo-arr"><img src="img/arriow-r.png" ></div-->
|
||||
<div class="logo-white"><img src="__IMAGES__/logo-white.png"></div>
|
||||
<div class="foot-cate">
|
||||
<ul class="clearfix">
|
||||
{notempty name="header_categorys"}
|
||||
<li>
|
||||
<h3>产品</h3>
|
||||
<p><a>数据存储</a></p>
|
||||
<p><a>智慧存储</a></p>
|
||||
<p><a>智能家居</a></p>
|
||||
<p><a>3C配件</a></p>
|
||||
<h3>{:lang('产品')}</h3>
|
||||
{volist name="header_categorys" id="hc"}
|
||||
<p><a href="{:url('product/category', ['id' => $hc.id])}">{$hc.name}</a></p>
|
||||
{/volist}
|
||||
</li>
|
||||
{/notempty}
|
||||
{notempty name="footer_navigation"}
|
||||
{volist name="footer_navigation" id="fn"}
|
||||
<li>
|
||||
<h3>关于我们</h3>
|
||||
<h3>{$fn.name}</h3>
|
||||
{notempty name="fn.children"}
|
||||
{volist name="fn.children" id="fnc"}
|
||||
<p>
|
||||
<a target="_blank" class="inline-block link-faded break-all">关于我们</a>
|
||||
</p>
|
||||
<p>
|
||||
<a target="_blank" class="inline-block link-faded break-all">联系我们</a>
|
||||
</p>
|
||||
<p>
|
||||
<a target="_blank" class="inline-block link-faded break-all">问答中心</a>
|
||||
<a href="{$fnc.link}" target="_blank" class="inline-block link-faded break-all">{$fnc.name}</a>
|
||||
</p>
|
||||
{/volist}
|
||||
{/notempty}
|
||||
</li>
|
||||
{/volist}
|
||||
{/notempty}
|
||||
<li>
|
||||
<h3>服务与支持</h3>
|
||||
<p>
|
||||
<a class="inline-block link-faded break-all">技术支持</a>
|
||||
</p>
|
||||
<p>
|
||||
<a class="inline-block link-faded break-all">售后政策</a>
|
||||
</p>
|
||||
<p>
|
||||
<a class="inline-block link-faded break-all">ORICO粉丝群</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<h3>联系方式</h3>
|
||||
<p>邮箱: supports@orico.com.cn</p>
|
||||
<p>周一至周五:北京时间 9:00- 18:00 </p>
|
||||
<h3>{:lang('联系方式')}</h3>
|
||||
{notempty name="contact_config.website_email"}
|
||||
<p>{$contact_config.website_email.title}: {$contact_config.website_email.value}</p>
|
||||
{/notempty}
|
||||
{notempty name="contact_config.website_hotline_office_hours"}
|
||||
<p>{$contact_config.website_hotline_office_hours.title}: {$contact_config.website_hotline_office_hours.value}</p>
|
||||
{/notempty}
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="foot-wei">
|
||||
<div class="m_footer text_white m-in-top clearfix">
|
||||
{notempty name="media_config"}
|
||||
<div class="left">
|
||||
<a target="_blank"><img src="img/icon-4-04.png"></a>
|
||||
<a target="_blank"><img src="img/icon-4-03.png"></a>
|
||||
<a target="_blank"><img src="img/icon-4-01.png"></a>
|
||||
</div>
|
||||
<div class="right mask-up img-responsive foot-con">
|
||||
<img class="right-country" src="img/china-img.png">
|
||||
<span>中国</span>
|
||||
<img src="img/downicon.png">
|
||||
{volist name="media_config" id="mc"}
|
||||
<a href="{$mc.url.value}" target="_blank"><img src="{$mc.image.value}"></a>
|
||||
{/volist}
|
||||
</div>
|
||||
{/notempty}
|
||||
{notempty name="header_languages"}
|
||||
{volist name="header_languages" id="hl"}
|
||||
{if condition="$hl.lang_code == cookie('think_lang')"}
|
||||
<div class="right mask-up img-responsive foot-con">
|
||||
<img class="right-country" src="{$hl.lang_icon}">
|
||||
<span>{$hl.lang_en_name}</span>
|
||||
<img src="__IMAGES__/downicon.png">
|
||||
</div>
|
||||
{/if}
|
||||
{/volist}
|
||||
{/notempty}
|
||||
</div>
|
||||
</div>
|
||||
<div class="copy-text">2015 ORICO Technologies Co.,Ltd 版权所有(粤ICP备15025109号)</div>
|
||||
{notempty name="basic_config.website_powerby.value"}
|
||||
<div class="copy-text">
|
||||
{$basic_config.website_powerby.value}
|
||||
{notempty name="$basic_config.website_icp"}
|
||||
<a href="https://beian.miit.gov.cn/" style="color:white;">({$basic_config.website_icp.value})</a>
|
||||
{/notempty}
|
||||
</div>
|
||||
{/notempty}
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user