From fa00382db413a8489d07983b66f0869305b51a9a Mon Sep 17 00:00:00 2001
From: 81041 <81041@DESKTOP-025NVD9>
Date: 星期五, 11 一月 2019 11:35:54 +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