WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2022-08-23 a08ff2b2fce81e6b0d81f894b4a52ff9c387ea7b
forms/userSignature/cUserSignature.scss
@@ -16,34 +16,34 @@
    }
    .c-user-signature-drawing {
        padding: 18px 18px 18px 0;
        .button {
    }
    .c-user-signature-button {
        display: inline-block;
        width: 154px;
        height: 154px;
        margin-left: 10px;
        text-align: center;
        line-height: 140px;
        vertical-align: middle;
        border: 1PX #d6e4ef solid;
        border-radius: 8px;
        .at-icon {
            display: inline-block;
            width: 150px;
            height: 150px;
            margin-left: 10px;
            text-align: center;
            line-height: 140px;
            width: 76px;
            height: 76px;
            text-transform: none;
            text-rendering: auto;
            line-height: 1;
            font-size: 76px;
            color: #cfe0ed;
            -webkit-font-smoothing: antialiased;
            vertical-align: middle;
            border: 1PX #d6e4ef solid;
            border-radius: 8px;
            .at-icon {
                display: inline-block;
                width: 76px;
                height: 76px;
                text-transform: none;
                text-rendering: auto;
                line-height: 1;
                font-size: 76px;
                color: #cfe0ed;
                -webkit-font-smoothing: antialiased;
                vertical-align: middle;
                background: none;
            }
            background: none;
        }
        .tips {
            line-height: 160px;
            vertical-align: middle;
            color: $colorIgnore;
        }
    }
    .c-user-signature-preview {
        width: 100%;
        height: 100%;
    }
}