feat: mobile联系我们 - 文化介绍页
This commit is contained in:
38
app/index/view/mobile/about_us/culture.html
Normal file
38
app/index/view/mobile/about_us/culture.html
Normal file
@@ -0,0 +1,38 @@
|
||||
{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}
|
||||
10
public/static/index/mobile/css/aboutus_culture.css
Normal file
10
public/static/index/mobile/css/aboutus_culture.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.oricoEGapp-product {
|
||||
position: relative;
|
||||
}
|
||||
.oricoEGapp-product .img-responsive img {
|
||||
margin-top: 3.3rem;
|
||||
}
|
||||
.oricoEGapp-product .m_vision:last-child {
|
||||
margin-bottom: 1.875rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user