WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-11-09 02678dabad78baa4a1b5745cdc5cdc907f219c02
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;
            }
        }
    }