From 145e91d2c89ade00c6749db2a07ebc96d10ef417 Mon Sep 17 00:00:00 2001 From: minimaxagent1 Date: Fri, 8 Aug 2025 17:35:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=80=E7=94=9F=E6=AE=BFindex1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/memorial/memorial.vue | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/pages/memorial/memorial.vue b/pages/memorial/memorial.vue index d7e046d..e37c140 100644 --- a/pages/memorial/memorial.vue +++ b/pages/memorial/memorial.vue @@ -48,11 +48,14 @@ /> - + + + + @@ -189,4 +192,13 @@ export default { width: 100%; max-width: 750rpx; } + +.bottom{ + position: fixed; + left: 0; + bottom: 0; + width: 100%; + background: #FFFBF5; + height: 170rpx; +} \ No newline at end of file