From 6d5eb185ada5e6139fa8c324d50521789fdf0b42 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Wed, 02 Dec 2020 09:06:18 +0800
Subject: [PATCH] 移除无用 tools,增加简化 toast

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

diff --git a/forms/form/cForm.scss b/forms/form/cForm.scss
index 07140a1..976150c 100644
--- a/forms/form/cForm.scss
+++ b/forms/form/cForm.scss
@@ -16,6 +16,42 @@
             }
         }
     }
+    .c-form-agreement {
+        padding: 0.512rem 0.68267rem;
+        .title {
+            display: inline;
+            .icon {
+                @include flexbox(inline, center center);
+                margin-top: 0.08533rem;
+                margin-right: 0.3rem;
+                width: 0.85333rem;
+                min-width: 0.85333rem;
+                height: 0.85333rem;
+                color: transparent;
+                font-size: 0.512rem;
+                line-height: 1;
+                border: 0.04267rem solid rgba(97, 144, 232, .2);
+                border-radius: 50%;
+                background-color: #fff;
+                box-sizing: border-box;
+                transition: all .2s;
+                &.checked {
+                    color: #fff;
+                    border: none;
+                    background-color: #6190e8;
+                }
+            }
+            .tips {
+                color: rgb(117, 117, 117);
+                ;
+            }
+        }
+        .protocol {
+            display: inline;
+            color: #2b69de;
+            font-size: 0.65rem;
+        }
+    }
     .c-form-submit {
         margin-top: 0.8rem;
         padding: 0 0.42667rem;

--
Gitblit v1.9.1