吴学文
2019-07-14 f644af9209dc351c6539ea83f7d1251df000b3dc
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
.no_padding{
    padding:0px 0px
}
.no_margin{
    margin:0px 0px
}
.no_display{
    display:none
}
.fileinput>.file{
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        font-size: 23px;
        height: 100%;
        width: 100%;
        direction: ltr;
        cursor: pointer;
}
.delete_button{
    color: #dc3545;
}
.java110_loading{
    width: 100%;
    height: 100%;
    z-index: 2300;
    position: absolute;
}
.java110_loading>div{
    margin: 70px auto;
}
 
.wizard > .actions .vc_disabled a,
.wizard > .actions .vc_disabled a:hover,
.wizard > .actions .vc_disabled a:active
{
    background: #fff;
    color: #888;
}
 
.wizard > .steps .vc_disabled a,
.wizard > .steps .vc_disabled a:hover,
.wizard > .steps .vc_disabled a:active
{
    background: #fff;
    color: #888;
    cursor: default;
}