shuishen
2021-09-07 70b392ddda24207abd902f992d1e5d6680d185b4
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
.android-lock{
    position: absolute;
    left: 40px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.3);
    border-radius: 50%;
    
    
}
.android-icon{
    font-size: 18px;
    color: #fff;
    /* #ifndef APP-PLUS-NVUE */
    font-family: "texticons";
    /* #endif*/
    font-family: texticons;
}
.android-title{
    font-size: 18px;
    color: #fff;
}
.android-title-box{
    align-items: center;
    text-align: center;
    border-width: 2px;
    border-color: #fff;
    border-style: solid;
    padding: 2px;
}
.android-srcTitle{
    font-size: 12px;
    color: #fff;
}
.android-sm-title{
    font-size: 8px;
    color: #fff;
}
.android-big-title{
    font-size: 28px;
    color: #fff;
}
.android-big-icon{
    font-size: 52px;
    color: #fff;
    /* #ifndef APP-PLUS-NVUE */
    font-family: "texticons";
    /* #endif*/
    font-family: texticons;
}