From dfdab1aa564b1e9339a34a14fd7f882c68debc23 Mon Sep 17 00:00:00 2001
From: whychdw <49690745@qq.com>
Date: 星期一, 16 九月 2019 10:58:01 +0800
Subject: [PATCH] 添加数据连接

---
 src/css/commons.css |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/src/css/commons.css b/src/css/commons.css
index 66e8e59..88adcff 100644
--- a/src/css/commons.css
+++ b/src/css/commons.css
@@ -8,6 +8,12 @@
     color: #FFFFFF;
     background-color: #ff9900;
 }
+.f-info  {
+    color: #2db7f5;
+}
+.f-error {
+    color: #ed4014;
+}
 .bg-success {
     color: #FFFFFF;
     background-color: #19be6b; 
@@ -167,4 +173,15 @@
     color: #FFFFFF;
     text-align: center;
     background-color: #2d8cf0;
+}
+
+/* index */
+#appStates {
+    position: absolute;
+    bottom: 0;
+    right: 16px;
+    z-index: 99;
+}
+#appStates .iconfont {
+    font-size: 24px;
 }
\ No newline at end of file

--
Gitblit v1.9.1