WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2022-10-18 d4c43fd252707c6d682f1008aabcae0f53015e02
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
/**
 * 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%;
    }
}