From 5b325656b20ef480a4fa0a34fb07580bd0585ade Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Mon, 26 May 2025 11:58:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20mobile=E6=96=B0=E5=93=81=E4=B8=8A?= =?UTF-8?q?=E5=B8=82=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/view/mobile/product/newpro.html | 45 +++++++++++++++++++ .../index/mobile/css/product_newpro.css | 9 ++++ 2 files changed, 54 insertions(+) create mode 100644 app/index/view/mobile/product/newpro.html create mode 100755 public/static/index/mobile/css/product_newpro.css diff --git a/app/index/view/mobile/product/newpro.html b/app/index/view/mobile/product/newpro.html new file mode 100644 index 00000000..419d0ac2 --- /dev/null +++ b/app/index/view/mobile/product/newpro.html @@ -0,0 +1,45 @@ +{extend name="public/base" /} +{block name="style"} + +{/block} +{block name="main"} +
+
+ + {notempty name="focus_image"} + {volist name="focus_image" id="fo"} + + + + {/volist} + {/notempty} + + {notempty name="newpros"} +
+ {volist name="newpros" id="vo"} +
+
+
{$vo.category.name|default=''}
+
+
+ {notempty name="vo.products"} + + {/notempty} +
+
+ {/volist} +
+ {/notempty} +
+
+{/block} \ No newline at end of file diff --git a/public/static/index/mobile/css/product_newpro.css b/public/static/index/mobile/css/product_newpro.css new file mode 100755 index 00000000..793eec60 --- /dev/null +++ b/public/static/index/mobile/css/product_newpro.css @@ -0,0 +1,9 @@ +.oricoEGapp-newarrival { + position: relative; + display: flex; + flex-direction: column; + margin-top: 3.4rem; +} +.oricoEGapp-newarrival .ona-topimg { + max-width: 100%; +}