From a3885b6c56388f509dce290dbd2b9e6009e04647 Mon Sep 17 00:00:00 2001
From: queenwuli <942534046@qq.com>
Date: Mon, 14 Dec 2020 14:51:05 +0800
Subject: [PATCH] gx

---
 hive-app/common/styles/index.css |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/hive-app/common/styles/index.css b/hive-app/common/styles/index.css
index 07e9d42..8d035b2 100644
--- a/hive-app/common/styles/index.css
+++ b/hive-app/common/styles/index.css
@@ -62,8 +62,14 @@
 .font-14{
 	font-size: 14px;
 }
+.font-15{
+	font-size: 15px;
+}
 .font-16{
 	font-size: 16px;
+}
+.font-17{
+	font-size: 17px;
 }
 .font-18{
 	font-size: 18px;
@@ -79,7 +85,10 @@
 .white{
 	color: #FFFFFF;
 }
-.font-gray{
+.gray{
+	color: #ABB1CC;
+}
+.dark-gray{
 	color: #666666;
 }
 .font-dark{
@@ -110,4 +119,8 @@
 }
 .block{
 	display: block;
+}
+
+.placeholder{
+	color: #999999;
 }
\ No newline at end of file

--
Gitblit v1.9.1