WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2023-10-18 ebb543f340b9b81a0a8b616bb257e3a32ef517a3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/**
 * cUserSignature
 * @author Tevin
 */
 
@import "../../common/sassMixin";
 
.c-user-signature {
    .at-input {
        padding: 0;
    }
    .at-input__container {
        .weui-input {
            display: none;
        }
    }
    .c-user-signature-drawing {
        padding: 18px 18px 18px 0;
 
    }
    .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: 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;
        }
    }
    .c-user-signature-preview {
        width: 100%;
        height: 100%;
    }
}
 
.c-user-signature-btn {
    .at-button {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }
    .c-form {
        display: none;
    }
}