From c3294d518b6ec087d8aef4f50fb7070cf09a7e30 Mon Sep 17 00:00:00 2001 From: chenjinlong <$chenjinlong> Date: Thu, 21 Jan 2021 23:29:10 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90form.css=E3=80=91=E6=9B=B4=E6=96=B0for?= =?UTF-8?q?m=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/assets/expand/css/form.css | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/src/main/webapp/assets/expand/css/form.css b/src/main/webapp/assets/expand/css/form.css index 96f6ee20..070b1db7 100644 --- a/src/main/webapp/assets/expand/css/form.css +++ b/src/main/webapp/assets/expand/css/form.css @@ -1,7 +1,6 @@ -/*表单页面*/ .layui-form-item { - margin-bottom: 0; margin-top: 20px; + margin-bottom: 0; } .layui-form-item .layui-inline { @@ -10,19 +9,11 @@ } .form-group-bottom { - z-index: 9999; position: fixed; - bottom: 0; left: 0; right: 0; - background-color: #F2F2F2; + bottom: 0; padding: 10px 20px; -} - -.layui-card-body { - padding-right: 55px; -} - -/*input[readonly]{*/ -/* background-color: #efefef;*/ -/*}*/ \ No newline at end of file + background-color: #fff; + box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, .05); +} \ No newline at end of file