From 076face0dd29abf047d56999b6a45d8f718af86b Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Sun, 14 Nov 2021 13:54:46 +0800 Subject: [PATCH] 优化跨端通讯回调容错 --- 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