diff --git a/pages/card/card.vue b/pages/card/card.vue
index 1f08dbd..0de3e9f 100644
--- a/pages/card/card.vue
+++ b/pages/card/card.vue
@@ -17,7 +17,7 @@
+ style="bottom: var(--window-bottom);z-index: 1;position: fixed;background: #f1f2f3;width: 100%;height: 35px;line-height: 35px;text-align: center;color: red;">
绑定新卡
@@ -95,5 +95,6 @@
page {
width: 100%;
height: 100%;
+ height: calc(100% + var(--window-bottom); )
}
\ No newline at end of file