From 568158c79060cfd678012ca92481f7c7e66e3f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=B8=B9=E5=8D=8E?= <14641717+yang-danhua@user.noreply.gitee.com> Date: Tue, 13 May 2025 10:44:30 +0800 Subject: [PATCH] =?UTF-8?q?style:search=20=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/view/product/search.html | 43 ++++++++++++---------- public/static/index/css/product_search.css | 2 +- 2 files changed, 24 insertions(+), 21 deletions(-) diff --git a/app/index/view/product/search.html b/app/index/view/product/search.html index c36d6f32..0d52260e 100644 --- a/app/index/view/product/search.html +++ b/app/index/view/product/search.html @@ -1,28 +1,31 @@ {extend name="public/base" /} {block name="style"} +{/block} {block name="main"} -
- -
- - + {/block} \ No newline at end of file diff --git a/public/static/index/css/product_search.css b/public/static/index/css/product_search.css index f02954fc..1a9201ed 100644 --- a/public/static/index/css/product_search.css +++ b/public/static/index/css/product_search.css @@ -13,7 +13,7 @@ background: #fff; width: 60%; margin: 0 auto; - margin-top: 60px; + margin-top: 120px; margin-bottom: 20px; overflow: hidden; padding: 0 3.75rem;