From 16b677e2158d2ff9dfa968133bdb715ac11b7701 Mon Sep 17 00:00:00 2001 From: hdw <hdw@192.168.7.106> Date: 星期五, 28 十二月 2018 09:05:31 +0800 Subject: [PATCH] 修改机房信息图标的大小 --- gx_tieta/WebRoot/mobil/app/css/common.css | 13 +++++++++++-- 1 files changed, 11 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..968cf3e 100644 --- a/gx_tieta/WebRoot/mobil/app/css/common.css +++ b/gx_tieta/WebRoot/mobil/app/css/common.css @@ -51,6 +51,9 @@ .abs-bottom45 { bottom: 45px; } +.abs-bottom60 { + bottom: 60px; +} /* width */ .w { width: 100%; @@ -65,6 +68,9 @@ } .h44 { height: 44px; +} +.h59{ + height: 59px; } /* line-height */ .line-height40 { @@ -103,6 +109,9 @@ margin-right: 8px; } /* margin-bottom */ +.mrb4 { + margin-bottom: 4px; +} .mrb10 { margin-bottom: 10px; } @@ -151,7 +160,7 @@ /* FooterMenu */ .footer-menu-content-show { - z-index: 99; + z-index: 9999999; } .footer-menu-content-hide { z-index: -1; @@ -162,7 +171,7 @@ color: #000000; } /* color */ -gray1 { +.gray1 { color: #c2c2c2; } .black { -- Gitblit v1.9.1