From cc549122ea4c225a9bba62d531a4f72512aedd2b Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Thu, 5 Jun 2025 11:59:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20mobile=E8=81=94=E7=B3=BB=E6=88=91?= =?UTF-8?q?=E4=BB=AC=20-=20=E6=96=87=E5=8C=96=E4=BB=8B=E7=BB=8D=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/view/mobile/about_us/culture.html | 38 +++++++++++++++++++ .../index/mobile/css/aboutus_culture.css | 10 +++++ 2 files changed, 48 insertions(+) create mode 100644 app/index/view/mobile/about_us/culture.html create mode 100644 public/static/index/mobile/css/aboutus_culture.css 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