From 88a2df42a4d286137c25dc839ff93d617a41dda8 Mon Sep 17 00:00:00 2001 From: li-guang <153605324@qq.com> Date: Mon, 21 Dec 2020 18:06:04 +0800 Subject: [PATCH] 会员 项目套餐 --- hive-app/common/styles/index.css | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/hive-app/common/styles/index.css b/hive-app/common/styles/index.css index b98e911..44f6e45 100644 --- a/hive-app/common/styles/index.css +++ b/hive-app/common/styles/index.css @@ -196,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