From e265a82fd7e6b12039dd1947f499f0622f2359e6 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期一, 08 十月 2018 13:15:44 +0800
Subject: [PATCH] 排序问题

---
 gx_tieta/WebRoot/pages/css/common.css |   33 +++++++++++++++------------------
 1 files changed, 15 insertions(+), 18 deletions(-)

diff --git a/gx_tieta/WebRoot/pages/css/common.css b/gx_tieta/WebRoot/pages/css/common.css
index 69b60f3..35184c7 100644
--- a/gx_tieta/WebRoot/pages/css/common.css
+++ b/gx_tieta/WebRoot/pages/css/common.css
@@ -56,8 +56,6 @@
 /* absolute 椤堕儴 灞呬腑 搴曢儴瀹氫綅*/
 .abs {
     position: absolute;
-    left: 0;
-    right: 0;
     z-index: 1;
 }
 .abs-top {
@@ -70,10 +68,22 @@
     bottom: 0;
     margin: auto; 
 }
-
+.abs-left {
+	top:0;
+	bottom: 0;
+	left: 0;
+}
+.abs-right {
+	top:0;
+	bottom: 0;
+	right: 0;
+}
 .abs-bottom {
     bottom: 0; 
     margin: 0 auto;
+}
+.left360 {
+	left: 360px;
 }
 /* float */
 .fix-left {
@@ -732,24 +742,11 @@
 	top: 124px;
 	bottom: 32px;
 }
-.whyc-page-content-tbl {
-	display: table;
-	width: 100%;
-	height: 100%;
-}
-.whyc-page-content-tbl-cell {
-	display: table-cell;
-	height: 100%;
+.whyc-page-content-layui {
 	position: relative;
-}
-
-.tbl-cell-container {
-	position: absolute;
 	width: 100%;
-	top: 0;
-	bottom: 0;
+	height: 100%;
 }
-
 .side-bar-container {
 	height: 100%;
 }
\ No newline at end of file

--
Gitblit v1.9.1