From cc1c0a396698648256c350f6f0fe2cb2f0b02c7e Mon Sep 17 00:00:00 2001 From: zhongrj <646384940@qq.com> Date: Wed, 27 Mar 2024 15:44:10 +0800 Subject: [PATCH] 许可按钮放出,备案审批按钮放出 --- src/styles/ourBackgroundColor.scss | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/styles/ourBackgroundColor.scss b/src/styles/ourBackgroundColor.scss index 31a731c..6f553db 100644 --- a/src/styles/ourBackgroundColor.scss +++ b/src/styles/ourBackgroundColor.scss @@ -6,9 +6,10 @@ $fontColor: #fff; -$mainB2: #0048e5; +$mainB2: #205de2; $mainB: #004ca7; $mainBx1: #013e8a; +$mainBx2: #03277c; $mainBhover: #1d5ce4; @@ -19,4 +20,10 @@ $buttonB: #7cbdff; -$inputB1: rgb(25, 88, 233); +$inputB1: #2d5cc8; + +$inputqiu: #2445926e; + +$inputBorder: #7ec9de; + +$close: #45bff2; -- Gitblit v1.9.3