From bc9d72fa65b73e112a4648172b60c4e3941f5ec2 Mon Sep 17 00:00:00 2001 From: 81041 <81041@192.168.10.33> Date: 星期六, 03 十一月 2018 13:52:09 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclxw1@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/WebRoot/pages/css/mylayui.css | 38 +++++++++++++++++++++++++++++++++++++- 1 files changed, 37 insertions(+), 1 deletions(-) diff --git a/gx_tieta/WebRoot/pages/css/mylayui.css b/gx_tieta/WebRoot/pages/css/mylayui.css index 6a52b37..aab10df 100644 --- a/gx_tieta/WebRoot/pages/css/mylayui.css +++ b/gx_tieta/WebRoot/pages/css/mylayui.css @@ -11,7 +11,7 @@ /* layui-page-filter */ .page-filter-header { - line-height: 36px; + line-height: 32px; background: url('../images/table_th_bg.gif') repeat-x; text-align:center; } @@ -95,7 +95,43 @@ width:100%; } +body .layui-table th { + padding-top: 6px; + padding-bottom: 6px; +} +.abs { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + overflow:hidden; +} +.abs .abs-container { + position: relative; + height: 100%; + overflow-y: auto; +} +/* abs-top */ +.abs.abs-top100 { + top: 100px; +} + +/* abs-bottom */ +.abs.abs-bottom60 { + bottom: 60px; +} +.abs.abs-bottom120 { + bottom: 120px; +} /* width */ .w272 { width: 272px; +} +/* mrl */ +.mrl8 { + margin-left: 8px; +} +.mrr8 { + margin-right: 8px; } \ No newline at end of file -- Gitblit v1.9.1