From 869d305e9ea7a66db3c4c4954542f5f95a8c2e76 Mon Sep 17 00:00:00 2001 From: 王晓刚 <wxg@bronet.cn> Date: Tue, 6 Aug 2019 19:09:06 +0800 Subject: [PATCH] 提现最低限制 --- public/themes/simpleboot3/public/assets/css/log.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/themes/simpleboot3/public/assets/css/log.css b/public/themes/simpleboot3/public/assets/css/log.css index dd7fa92..58a11c0 100755 --- a/public/themes/simpleboot3/public/assets/css/log.css +++ b/public/themes/simpleboot3/public/assets/css/log.css @@ -140,9 +140,12 @@ .order_top { cursor: pointer; - position: relative; + position: fixed; width: 100%; height: 0.88rem; + top: 0; + left: 0; + } .order_top img { -- libgit2 0.24.0