From 9ba77f85d56a4a52d5a7b57c9747dd96ee6f1ba6 Mon Sep 17 00:00:00 2001 From: 军 <军@hp-pc> Date: 星期六, 29 九月 2018 19:01:14 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclj@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