From 950053113b1c6c33828a335b68b56839379f8308 Mon Sep 17 00:00:00 2001 From: didiyu <1293722656@qq.com> Date: 星期五, 14 十二月 2018 17:34:39 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://didiyu@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/WebRoot/mobil/app/css/common.css | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/app/css/common.css b/gx_tieta/WebRoot/mobil/app/css/common.css index 509d690..efa2efb 100644 --- a/gx_tieta/WebRoot/mobil/app/css/common.css +++ b/gx_tieta/WebRoot/mobil/app/css/common.css @@ -8,7 +8,7 @@ overflow: hidden; } .overflowY { - overflow-y: auto; + overflow-y: auto !important; } .overflowX { overflow-x: auto; @@ -33,6 +33,9 @@ /* top */ .abs.abs-top40 { top: 40px; +} +.abs.abs-top41 { + top: 41px; } .abs.abs-top80 { top: 80px; @@ -154,4 +157,11 @@ /* layui */ .layui-form-pane.layui-form-default .layui-form-label { color: #000000; +} +/* color */ +gray1 { + color: #c2c2c2; +} +.black { + color: #000000; } \ No newline at end of file -- Gitblit v1.9.1