From 99ed6cd7dc00f90b6161fbc44fc878f18ee248c2 Mon Sep 17 00:00:00 2001 From: didiyu <1293722656@qq.com> Date: 星期二, 18 十二月 2018 15:55:35 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/WebRoot/mobil/app/css/common.css | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/app/css/common.css b/gx_tieta/WebRoot/mobil/app/css/common.css index 3a157c7..5a74e2c 100644 --- a/gx_tieta/WebRoot/mobil/app/css/common.css +++ b/gx_tieta/WebRoot/mobil/app/css/common.css @@ -151,7 +151,7 @@ /* FooterMenu */ .footer-menu-content-show { - z-index: 99; + z-index: 9999999; } .footer-menu-content-hide { z-index: -1; @@ -162,7 +162,7 @@ color: #000000; } /* color */ -gray1 { +.gray1 { color: #c2c2c2; } .black { -- Gitblit v1.9.1