38 lines
1.5 KiB
HTML
38 lines
1.5 KiB
HTML
{extend name="public/base" /}
|
|
{block name="title"}
|
|
{notempty name=":lang_i18n('文化介绍')"}<title>{:lang_i18n('文化介绍')}</title>{else/}{__BLOCK__}{/notempty}
|
|
{/block}
|
|
{block name="style"}
|
|
<link rel="stylesheet" type="text/css" href="__CSS__/aboutus_culture.css" />
|
|
{/block}
|
|
{block name="main"}
|
|
<div class="oricoEGapp">
|
|
<!-- 内容 -->
|
|
<div class="oricoEGapp-product">
|
|
{notempty name="focus_image"}
|
|
<div class="img-responsive">
|
|
<a {notempty name="focus_image.link"}href="{$focus_image.link}"{/notempty}>
|
|
<img src="{$focus_image.image}">
|
|
</a>
|
|
</div>
|
|
{/notempty}
|
|
<!-- 产品介绍 -->
|
|
{notempty name="culture"}
|
|
{volist name="culture" id="cul" offset="0" length="3"}
|
|
<div class="m_vision">
|
|
<div class="img-responsive "><img src="{$cul.image}"></div>
|
|
<div class="vision-title text_left margin-top-50">{$cul.title}</div>
|
|
<div class="vision-con text_gray text_left line-height-40 margin-top-40">{$cul.desc|raw}</div>
|
|
</div>
|
|
{/volist}
|
|
<div class="m_vision">
|
|
{volist name="culture" id="cul" offset="3"}
|
|
<div class="img-responsive"><img src="{$cul.image}"></div>
|
|
<div class="vision-title text_left margin-top-50">{$cul.title}</div>
|
|
<div class="vision-con text_gray text_left line-height-40 margin-top-40">{$cul.desc|raw}</div>
|
|
{/volist}
|
|
</div>
|
|
{/notempty}
|
|
</div>
|
|
</div>
|
|
{/block} |