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