From bd7206cfaf7c709686396945b5e9c3b0d278b521 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Tue, 09 Nov 2021 09:03:48 +0800
Subject: [PATCH] Taro公共样式微调

---
 forms/form/cForm.scss |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/forms/form/cForm.scss b/forms/form/cForm.scss
index dedec8b..9698a87 100644
--- a/forms/form/cForm.scss
+++ b/forms/form/cForm.scss
@@ -79,13 +79,16 @@
             }
         }
         &.c-form-submit-fixed {
-            height: 80px;
+            margin-bottom: 130px;
+            padding: 0;
             .c-form-submit-inner {
-                @include position(fixed, n 0 0 n, 10);
+                @include position(fixed, n 0 0 n, 0);
                 width: 100%;
-                padding: 20px 20px 30px;
-                box-sizing: border-box;
-                background-color: #fff;
+            }
+            [type=primary] {
+                height: 90px;
+                line-height: 88px;
+                border-radius: 0;
             }
         }
     }

--
Gitblit v1.9.1