From 6fe64d178a8d4977aa59da4384c5eceb8f0113c2 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期六, 03 十一月 2018 16:43:41 +0800
Subject: [PATCH] 功能待开发

---
 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