From 39e1d8a853a67f3e6529814fbf1d3349e770f284 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Wed, 03 Nov 2021 17:01:04 +0800
Subject: [PATCH] 调整固定底部表单提交按钮样式

---
 common/custom.scss |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/common/custom.scss b/common/custom.scss
index 9fbb0f2..dc045c5 100644
--- a/common/custom.scss
+++ b/common/custom.scss
@@ -18,6 +18,15 @@
         &.at-button--full {
             display: flex;
         }
+        &.at-button--primary {
+            color: #FFF;
+            border: 1PX solid #2093df;
+            background: #2093df;
+            &.btn-danger {
+                border: 1PX solid #FF5722;
+                background: #FF5722;
+            }
+        }
     }
     .at-input-number {
         .weui-input {

--
Gitblit v1.9.1