From 1f7b5b3445c5ecc7fa09725471e20ac345a6188f Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Sat, 23 Mar 2024 10:39:39 +0800
Subject: [PATCH] 还原 readme,文档中心改用独立 git 仓库

---
 forms/form/cForm.scss |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/forms/form/cForm.scss b/forms/form/cForm.scss
index 06a838e..23d53af 100644
--- a/forms/form/cForm.scss
+++ b/forms/form/cForm.scss
@@ -5,6 +5,13 @@
 
 @import "../../common/sassMixin";
 
+.c-form-outer.auto-scroll {
+    height: 100%;
+    .c-form-scroller {
+        height: 100%;
+    }
+}
+
 .c-form {
     display: block;
     width: 100%;
@@ -69,9 +76,9 @@
         margin-top: 37px;
         padding: 0 20px 30px;
         [type=primary] {
-            height: 80px;
+            height: 90px;
             font-size: 36px;
-            line-height: 78px;
+            line-height: 88px;
             border: 1PX solid #2093df;
             background: #2093df;
             &:not([disabled]):active {
@@ -84,15 +91,15 @@
             }
         }
         &.c-form-submit-fixed {
-            margin-bottom: 130px;
-            padding: 0;
+            margin: -3px 0 140px;
+            padding: 1px 0 0;
             .c-form-submit-inner {
-                @include position(fixed, n 0 0 n, 0);
+                @include position(fixed, n 0 0 n, 10);
                 width: 100%;
             }
             [type=primary] {
-                height: 90px;
-                line-height: 88px;
+                height: 100px;
+                line-height: 98px;
                 border-radius: 0;
             }
         }

--
Gitblit v1.9.1