WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-04-01 9b862fc16ff20fdb92b997a10ed2e7f223841fc7
forms/form/cForm.scss
@@ -54,10 +54,11 @@
    }
    .c-form-submit {
        margin-top: 37px;
        padding: 0 20px;
        padding: 0 20px 30px;
        [type=primary] {
            height: 80px;
            font-size: 33px;
            line-height: 2.2;
            line-height: 78px;
            border: 1PX solid #2093df;
            background: #2093df;
            &:not([disabled]):active {
@@ -65,6 +66,9 @@
                border: 1PX solid #2093df;
                background: #2093df;
            }
            &::after {
                display: none;
            }
        }
    }
}