From 38da567056a6fb2c2287523ccc472c9775904495 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 11 Aug 2022 15:17:50 +0800
Subject: [PATCH] 去除图表日志

---
 forms/form/cForm.scss |   29 +++++++++++++++++------------
 1 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/forms/form/cForm.scss b/forms/form/cForm.scss
index 9698a87..1df4dfb 100644
--- a/forms/form/cForm.scss
+++ b/forms/form/cForm.scss
@@ -29,15 +29,14 @@
         .title {
             display: inline;
             .icon {
-                @include flexbox(inline, center center);
-                margin-top: 4px;
+                display: inline-block;
                 margin-right: 14px;
                 width: 40px;
-                min-width: 40px;
                 height: 40px;
+                vertical-align: middle;
+                text-align: center;
+                line-height: 36px;
                 color: transparent;
-                font-size: 24px;
-                line-height: 1;
                 border: 2px solid rgba(97, 144, 232, .2);
                 border-radius: 50%;
                 background-color: #fff;
@@ -48,25 +47,31 @@
                     border: none;
                     background-color: #6190e8;
                 }
+                .at-icon {
+                    font-size: 24px;
+                    line-height: 1;
+                }
             }
             .tips {
+                vertical-align: middle;
                 color: rgb(117, 117, 117);
                 ;
             }
         }
         .protocol {
             display: inline;
-            color: #2b69de;
-            font-size: 30px;
+            color: #2093df;
+            font-size: 36px;
+            vertical-align: middle;
         }
     }
     .c-form-submit {
         margin-top: 37px;
         padding: 0 20px 30px;
         [type=primary] {
-            height: 80px;
-            font-size: 33px;
-            line-height: 78px;
+            height: 90px;
+            font-size: 36px;
+            line-height: 88px;
             border: 1PX solid #2093df;
             background: #2093df;
             &:not([disabled]):active {
@@ -79,8 +84,8 @@
             }
         }
         &.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);
                 width: 100%;

--
Gitblit v1.9.1