From 47b5fd89f9a1996cadb2619917c9fcb02d2fa8f9 Mon Sep 17 00:00:00 2001 From: whyclj <1525436766@qq.com> Date: 星期一, 24 十二月 2018 10:34:14 +0800 Subject: [PATCH] web端实时页面中添加SD卡状态的查询方法 --- gx_tieta/WebRoot/mobil/app/css/common.css | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/app/css/common.css b/gx_tieta/WebRoot/mobil/app/css/common.css index 4a4021b..5a74e2c 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; } @@ -145,7 +151,7 @@ /* FooterMenu */ .footer-menu-content-show { - z-index: 99; + z-index: 9999999; } .footer-menu-content-hide { z-index: -1; @@ -156,7 +162,7 @@ color: #000000; } /* color */ -gray1 { +.gray1 { color: #c2c2c2; } .black { -- Gitblit v1.9.1