From eeb0546f66c233f7e5d24c018fda7227a80c391b Mon Sep 17 00:00:00 2001
From: 81041 <81041@DESKTOP-025NVD9>
Date: 星期五, 21 十二月 2018 10:38:03 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclxw1@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw

---
 gx_tieta/WebRoot/mobil/app/css/common.css |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/app/css/common.css b/gx_tieta/WebRoot/mobil/app/css/common.css
index efa2efb..5a74e2c 100644
--- a/gx_tieta/WebRoot/mobil/app/css/common.css
+++ b/gx_tieta/WebRoot/mobil/app/css/common.css
@@ -57,6 +57,9 @@
 }
 
 /* height */
+.h {
+	height: 100%;
+}
 .h40 {
     height: 40px;
 }
@@ -148,7 +151,7 @@
 
 /* FooterMenu */
 .footer-menu-content-show {
-    z-index: 99;
+    z-index: 9999999;
 }
 .footer-menu-content-hide {
     z-index: -1;
@@ -159,7 +162,7 @@
     color: #000000;
 }
 /* color */
-gray1 {
+.gray1 {
 	color: #c2c2c2;
 }
 .black {

--
Gitblit v1.9.1