From abc4deb599cefa9c869dba8facfb7e13c90763ef Mon Sep 17 00:00:00 2001 From: YFeng <tingquanren@163.com> Date: Tue, 30 Mar 2021 16:27:06 +0800 Subject: [PATCH] 延后无限滚动加载时间 --- forms/form/cForm.scss | 52 ++++++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 44 insertions(+), 8 deletions(-) diff --git a/forms/form/cForm.scss b/forms/form/cForm.scss index 07140a1..02b16a7 100644 --- a/forms/form/cForm.scss +++ b/forms/form/cForm.scss @@ -11,23 +11,59 @@ .at-input__title--required { position: relative; &::before { - @include position(absolute, 50% -0.5rem n n); + @include position(absolute, 50% -23px n n); transform: translateY(-50%); } } } + .c-form-agreement { + padding: 24px 32px; + .title { + display: inline; + .icon { + @include flexbox(inline, center center); + margin-top: 4px; + margin-right: 14px; + width: 40px; + min-width: 40px; + height: 40px; + color: transparent; + font-size: 24px; + line-height: 1; + border: 2px 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: 30px; + } + } .c-form-submit { - margin-top: 0.8rem; - padding: 0 0.42667rem; + margin-top: 37px; + padding: 0 20px; [type=primary] { - font-size: 0.7rem; + font-size: 33px; line-height: 2.2; - border: 1PX solid #1e8ad2; - background: #1e8ad2; + border: 1PX solid #2093df; + background: #2093df; &:not([disabled]):active { opacity: .6; - border: 1PX solid #1e8ad2; - background: #1e8ad2; + border: 1PX solid #2093df; + background: #2093df; } } } -- Gitblit v1.9.1