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 | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/app/css/common.css b/gx_tieta/WebRoot/mobil/app/css/common.css index 5a74e2c..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; } -- Gitblit v1.9.1