diff --git a/app/index/view/mobile/about_us/culture.html b/app/index/view/mobile/about_us/culture.html new file mode 100644 index 00000000..2e20214a --- /dev/null +++ b/app/index/view/mobile/about_us/culture.html @@ -0,0 +1,38 @@ +{extend name="public/base" /} +{block name="title"} +{notempty name=":lang_i18n('文化介绍')"}{:lang_i18n('文化介绍')}{else/}{__BLOCK__}{/notempty} +{/block} +{block name="style"} + +{/block} +{block name="main"} +
+ +
+ {notempty name="focus_image"} +
+ + + +
+ {/notempty} + + {notempty name="culture"} + {volist name="culture" id="cul" offset="0" length="3"} +
+
+
{$cul.title}
+
{$cul.desc|raw}
+
+ {/volist} +
+ {volist name="culture" id="cul" offset="3"} +
+
{$cul.title}
+
{$cul.desc|raw}
+ {/volist} +
+ {/notempty} +
+
+{/block} \ No newline at end of file diff --git a/public/static/index/mobile/css/aboutus_culture.css b/public/static/index/mobile/css/aboutus_culture.css new file mode 100644 index 00000000..f418b18f --- /dev/null +++ b/public/static/index/mobile/css/aboutus_culture.css @@ -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; + } + \ No newline at end of file