From a01a671ab010fe6fca3632fd07d6b7c32f3dfc83 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Mon, 15 Nov 2021 17:34:18 +0800 Subject: [PATCH] 混合App模式下,登陆异常时,改为跳转首页去取消登陆 --- forms/form/cForm.scss | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/forms/form/cForm.scss b/forms/form/cForm.scss index fa48852..9698a87 100644 --- a/forms/form/cForm.scss +++ b/forms/form/cForm.scss @@ -6,8 +6,13 @@ @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; } @@ -73,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