From 9ddc2aee31b9afc21659b378932a0f46f43071c2 Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@192.168.10.24> Date: 星期日, 30 九月 2018 11:50:57 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whyccjj@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/WebRoot/pages/css/common.css | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/gx_tieta/WebRoot/pages/css/common.css b/gx_tieta/WebRoot/pages/css/common.css index cf19861..69b60f3 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 { @@ -722,4 +725,31 @@ 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-tbl { + display: table; + width: 100%; + height: 100%; +} +.whyc-page-content-tbl-cell { + display: table-cell; + height: 100%; + position: relative; +} + +.tbl-cell-container { + position: absolute; + width: 100%; + top: 0; + bottom: 0; +} + +.side-bar-container { + height: 100%; } \ No newline at end of file -- Gitblit v1.9.1