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 | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git a/hive-app/common/styles/index.css b/hive-app/common/styles/index.css index e3c7eee..44f6e45 100644 --- a/hive-app/common/styles/index.css +++ b/hive-app/common/styles/index.css @@ -45,6 +45,9 @@ margin-right: 20px; } +.mb-0{ + margin-bottom: 0!important; +} .mb-5{ margin-bottom: 5px; } @@ -165,11 +168,14 @@ .placeholder{ color: #999999; } +.left{ + text-align: left; +} .center{ text-align: center; } .right{ - text-align: end; + text-align: right; } /* 默认蓝色按钮 */ @@ -190,26 +196,36 @@ } /* 蓝色圆形加减按钮 */ .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%; border: 2px solid #518EFF; color: #518EFF; } +.small-btn{ + width: 100px; + line-height: 32px; + font-size: 14px; + border-radius: 20px; + text-align: center; +} /* 固定底部 */ .sticky-footer{ -- Gitblit v1.9.1