From c5df55eddd3d966068b7c577f129e0313fa19db8 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Wed, 17 Nov 2021 10:57:53 +0800
Subject: [PATCH] 微调扫描组件

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

diff --git a/forms/form/cForm.scss b/forms/form/cForm.scss
index 9698a87..06a838e 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,16 +47,22 @@
                     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 {
@@ -65,7 +70,7 @@
         padding: 0 20px 30px;
         [type=primary] {
             height: 80px;
-            font-size: 33px;
+            font-size: 36px;
             line-height: 78px;
             border: 1PX solid #2093df;
             background: #2093df;

--
Gitblit v1.9.1