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 | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/forms/form/cForm.scss b/forms/form/cForm.scss index dedec8b..9698a87 100644 --- a/forms/form/cForm.scss +++ b/forms/form/cForm.scss @@ -79,13 +79,16 @@ } } &.c-form-submit-fixed { - height: 80px; + margin-bottom: 130px; + padding: 0; .c-form-submit-inner { - @include position(fixed, n 0 0 n, 10); + @include position(fixed, n 0 0 n, 0); width: 100%; - padding: 20px 20px 30px; - box-sizing: border-box; - background-color: #fff; + } + [type=primary] { + height: 90px; + line-height: 88px; + border-radius: 0; } } } -- Gitblit v1.9.1