From c93eff979aba7e4e071b3363f9146d5b4d49996e Mon Sep 17 00:00:00 2001
From: li-guang <153605324@qq.com>
Date: Mon, 21 Dec 2020 14:47:43 +0800
Subject: [PATCH] 服务单

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

diff --git a/hive-app/common/styles/index.css b/hive-app/common/styles/index.css
index c5c2597..44f6e45 100644
--- a/hive-app/common/styles/index.css
+++ b/hive-app/common/styles/index.css
@@ -168,6 +168,9 @@
 .placeholder{
 	color: #999999;
 }
+.left{
+	text-align: left;
+}
 .center{
 	text-align: center;
 }
@@ -193,20 +196,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%;

--
Gitblit v1.9.1