From 01a95d85a08291f14198af187d53042ae5708131 Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Fri, 11 Dec 2020 14:22:51 +0800 Subject: [PATCH] gx --- hive-app/common/styles/index.css | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/hive-app/common/styles/index.css b/hive-app/common/styles/index.css index 07e9d42..a38b561 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: #999999; +} +.dark-gray{ color: #666666; } .font-dark{ -- Gitblit v1.9.1