From dfa2ebfcf87562e16e07639945a082ff28f6c2e3 Mon Sep 17 00:00:00 2001 From: XuPeng Date: Thu, 17 Dec 2020 11:06:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20footer=20=E7=82=B9?= =?UTF-8?q?=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + app.wxss | 5 ++--- pages/common/foot.wxml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file diff --git a/app.wxss b/app.wxss index 80c1d08..1407ef8 100644 --- a/app.wxss +++ b/app.wxss @@ -113,11 +113,10 @@ input { .page-foot{ /* margin: 50px 0 0 0; */ - margin: 50px 0 0 0; + margin: 50px 0; margin-bottom: constant(safe-area-inset-bottom); margin-bottom: env(safe-area-inset-bottom); - /* padding-bottom: 15px; */ - padding-bottom: 15px; + padding-bottom: 30px; text-align: center; color: #1aad19; font-size: 0; diff --git a/pages/common/foot.wxml b/pages/common/foot.wxml index 813374f..91e4e8e 100644 --- a/pages/common/foot.wxml +++ b/pages/common/foot.wxml @@ -1,5 +1,5 @@ \ No newline at end of file