From e2ce9886ff1456cd48e72f73c9efba70ad9320f5 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期五, 14 十二月 2018 17:06:31 +0800
Subject: [PATCH] 添加机房信息切换

---
 gx_tieta/WebRoot/mobil/app/css/common.css |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/app/css/common.css b/gx_tieta/WebRoot/mobil/app/css/common.css
index 509d690..efa2efb 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;
@@ -33,6 +33,9 @@
 /* top */
 .abs.abs-top40 {
     top: 40px;
+}
+.abs.abs-top41 {
+	top: 41px;
 }
 .abs.abs-top80 {
     top: 80px;
@@ -154,4 +157,11 @@
 /* layui */
 .layui-form-pane.layui-form-default .layui-form-label {
     color: #000000;
+}
+/* color */
+gray1 {
+	color: #c2c2c2;
+}
+.black {
+	color: #000000;
 }
\ No newline at end of file

--
Gitblit v1.9.1