From 9e1664cbb6c02f8a9bfd5ed6fd7087014d73b2d3 Mon Sep 17 00:00:00 2001
From: 星伟 <星伟@192.168.10.34>
Date: 星期三, 10 十月 2018 10:51:46 +0800
Subject: [PATCH] 配组

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

diff --git a/gx_tieta/WebRoot/pages/css/common.css b/gx_tieta/WebRoot/pages/css/common.css
index cf19861..35184c7 100644
--- a/gx_tieta/WebRoot/pages/css/common.css
+++ b/gx_tieta/WebRoot/pages/css/common.css
@@ -35,6 +35,9 @@
 .w-12 {
     width: 100%;
 }
+.w360 {
+	width: 360px;
+}
 
 /* 宸﹀彸娴姩 */
 .fix-left {
@@ -53,8 +56,6 @@
 /* absolute 椤堕儴 灞呬腑 搴曢儴瀹氫綅*/
 .abs {
     position: absolute;
-    left: 0;
-    right: 0;
     z-index: 1;
 }
 .abs-top {
@@ -67,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 {
@@ -722,4 +735,18 @@
 	border-bottom-color: #3884CF;
 	background-color: #3072b3;
 	background-image: linear-gradient(#3072b3, #599bdc);
+}
+/* page layui */
+#main {
+	position: absolute;
+	top: 124px;
+	bottom: 32px;
+}
+.whyc-page-content-layui {
+	position: relative;
+	width: 100%;
+	height: 100%;
+}
+.side-bar-container {
+	height: 100%;
 }
\ No newline at end of file

--
Gitblit v1.9.1