From 592789f2cc359b938f92c5a35ea13db64a920917 Mon Sep 17 00:00:00 2001 From: 王晓刚 <wxg@bronet.cn> Date: Tue, 6 Aug 2019 19:13:41 +0800 Subject: [PATCH] 提现最低限制 --- public/themes/simpleboot3/public/assets/css/base.css | 1 + public/themes/simpleboot3/public/assets/css/log.css | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/public/themes/simpleboot3/public/assets/css/base.css b/public/themes/simpleboot3/public/assets/css/base.css index ab20c15..f6dce3d 100755 --- a/public/themes/simpleboot3/public/assets/css/base.css +++ b/public/themes/simpleboot3/public/assets/css/base.css @@ -973,6 +973,7 @@ body { width: 100%; height: 0.88rem; background-color: white; + margin-bottom: 0.88rem; } .order_top img { diff --git a/public/themes/simpleboot3/public/assets/css/log.css b/public/themes/simpleboot3/public/assets/css/log.css index 58a11c0..452a6c1 100755 --- a/public/themes/simpleboot3/public/assets/css/log.css +++ b/public/themes/simpleboot3/public/assets/css/log.css @@ -145,6 +145,7 @@ height: 0.88rem; top: 0; left: 0; + margin-bottom: 0.88rem; } -- libgit2 0.24.0