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

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

diff --git a/hive-app/common/styles/index.css b/hive-app/common/styles/index.css
index ce7f84b..6482a8e 100644
--- a/hive-app/common/styles/index.css
+++ b/hive-app/common/styles/index.css
@@ -1,4 +1,9 @@
-
+/* 状态栏 */
+.status_bar {
+  height: var(--status-bar-height);
+  width: 100%;
+  color: #0000FF;
+}
 /* 间距 */
 .mt-5{
 	margin-top: 5px;
@@ -209,20 +214,23 @@
 }
 /* 蓝色圆形加减按钮 */
 .blue-btn-circle{
+	display: inline-block;
 	height: 24px;
 	width: 24px;
 	line-height: 24px;
+	text-align: center;
 	box-sizing: border-box;
 	font-size: 14px!important;
 	border-radius: 50%!important;
 	background: #518EFF;
-	border-radius: 4px;
 	color: #FFFFFF;
 }
 .blue-outline-btn-circle{
+	display: inline-block;
 	height: 24px;
 	width: 24px;
 	line-height: 22px;
+	text-align: center;
 	box-sizing: border-box;
 	font-size: 12px!important;
 	border-radius: 50%;
@@ -240,7 +248,7 @@
 /* 固定底部 */
 .sticky-footer{
 	position: fixed;
-	bottom: 15px;
+	bottom: 20px;
 	left: 10px;
 	right: 10px;
 }

--
Gitblit v1.9.1