From 540208e4a92273073ff5633a60707b1b892e57e1 Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Thu, 17 Dec 2020 15:30:00 +0800 Subject: [PATCH] gx --- hive-app/common/styles/index.css | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/hive-app/common/styles/index.css b/hive-app/common/styles/index.css index 8beb434..29c647f 100644 --- a/hive-app/common/styles/index.css +++ b/hive-app/common/styles/index.css @@ -29,6 +29,9 @@ margin-left: 20px; } +.mr-0{ + margin-right: 0; +} .mr-5{ margin-right: 5px; } @@ -56,6 +59,9 @@ } /* 字体 */ +.font-10{ + font-size: 10px; +} .font-12{ font-size: 12px; } @@ -132,6 +138,9 @@ .flex-wrap{ flex-wrap: wrap; } +.align-left{ + align-items: flex-start; +} .align-center{ align-items: center; } @@ -171,7 +180,6 @@ font-size: 16px; line-height: 42px; } - /* 蓝色边框白底按钮 */ .white-btn{ background: #FFFFFF; @@ -179,6 +187,17 @@ color: #518EFF; font-size: 16px; line-height: 42px; +} +/* 蓝色圆形加减按钮 */ +.blue-btn-circle{ + width: 30px; + height: 30px; + display: flex; + align-items: center; + justify-content: center; + border-radius: 50%; + background: #518EFF; + color: #FFFFFF; } /* 固定底部 */ @@ -228,4 +247,6 @@ padding: 4px 8px; margin-left: 8px; border-radius: 2px; + font-size: 14px; } + -- Gitblit v1.9.1