From 2e9957c187b7735453fe8225bd095e64b072334e Mon Sep 17 00:00:00 2001 From: hdw <hdw@192.168.31.211> Date: 星期一, 17 十二月 2018 19:19:56 +0800 Subject: [PATCH] 添加内容 --- gx_tieta/WebRoot/mobil/app/css/common.css | 15 ++++++++++++++- 1 files changed, 14 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..3a157c7 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; @@ -34,6 +34,9 @@ .abs.abs-top40 { top: 40px; } +.abs.abs-top41 { + top: 41px; +} .abs.abs-top80 { top: 80px; } @@ -54,6 +57,9 @@ } /* height */ +.h { + height: 100%; +} .h40 { height: 40px; } @@ -154,4 +160,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