From ffc510fc08ee0cbc135aee2387f84077d62b05ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Mon, 18 Aug 2025 17:02:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5=E5=8F=8A?= =?UTF-8?q?=E6=B9=96=E7=95=94=E5=A5=BD=E5=BA=97=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/localLife/classify/index.css | 29 +++++++++++++++++++++++++-- packages/localLife/classify/index.vue | 19 +++++++++++++++++- packages/payTheFees/index/index.css | 1 - pages.json | 1 + pages/index/index.vue | 16 +++++++++++---- 5 files changed, 58 insertions(+), 8 deletions(-) diff --git a/packages/localLife/classify/index.css b/packages/localLife/classify/index.css index 154e925b..52bb7839 100644 --- a/packages/localLife/classify/index.css +++ b/packages/localLife/classify/index.css @@ -2,8 +2,15 @@ page { background-color: #fff; } -.container { - /* padding-top: 100rpx; */ +.header { + display: flex; + align-items: center; +} + +.header_tit { + width: 100%; + position: absolute; + text-align: center; } .local { @@ -336,4 +343,22 @@ page { font-size: 24rpx; color: #999999; margin-top: 14rpx; +} + +.empty { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + font-weight: normal; + font-size: 28rpx; + color: #999999; + margin-top: 110rpx; + width: 100%; +} + +.empty image { + width: 366rpx; + height: 226rpx; + margin-bottom: 27rpx; } \ No newline at end of file diff --git a/packages/localLife/classify/index.vue b/packages/localLife/classify/index.vue index a778ab54..a9e5576f 100644 --- a/packages/localLife/classify/index.vue +++ b/packages/localLife/classify/index.vue @@ -1,5 +1,9 @@