From 32f26895d72fdebb6bb4f8dceaa3ecd782dc07c5 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 04 Nov 2021 16:38:56 +0800
Subject: [PATCH] 增加请求代理模式url拼接

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

diff --git a/forms/form/cForm.scss b/forms/form/cForm.scss
index 5c9f348..9698a87 100644
--- a/forms/form/cForm.scss
+++ b/forms/form/cForm.scss
@@ -6,8 +6,16 @@
 @import "../../common/sassMixin";
 
 .c-form {
+    display: block;
     width: 100%;
+    background-color: #fff;
     .c-form-item {
+        .at-input {
+            background-color: transparent;
+        }
+        .at-input__title {
+            margin-right: 20px;
+        }
         .at-input__title--required {
             position: relative;
             &::before {
@@ -70,5 +78,18 @@
                 display: none;
             }
         }
+        &.c-form-submit-fixed {
+            margin-bottom: 130px;
+            padding: 0;
+            .c-form-submit-inner {
+                @include position(fixed, n 0 0 n, 0);
+                width: 100%;
+            }
+            [type=primary] {
+                height: 90px;
+                line-height: 88px;
+                border-radius: 0;
+            }
+        }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1