jialh
2025-06-25 f2f4bd6cc225cc31a6f5ed8bafe153d901d5fbb1
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
.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: fixed;
}
 
.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;
}
 
 
.wizard > .steps > ul > li {
    width: 33.33%;
}
 
.java110_step {
    width: 80%;
    margin: 20px auto 50px auto;
}
 
.form-group span.required {
    color: #f00;
    font-size: 100%;
}
 
/**  修复select2 和 modal bug  **/
.select2-drop {
    z-index: 10050 !important;
}
 
.select2-search-choice-close {
    margin-top: 0 !important;
    right: 2px !important;
    min-height: 10px;
}
 
.select2-search-choice-close:before {
    color: black !important;
}
 
/*防止select2不会自动失去焦点*/
.select2-container {
    z-index: 16000 !important;
    width: 100%;
}
 
.select2-drop-mask {
    z-index: 15990 !important;
}
 
.select2-drop-active {
    z-index: 15995 !important;
}
 
 
 
.uploadImage img {
    border-radius: 8px;
    /*margin-right: 10px;*/
}
 
.uploadImage .uploadButton {
    width: 100px;
    height: 100px;
    border: 1px dashed #888;
    border-radius: 10px;
    text-align: center;
    line-height: 100px;
}
 
.uploadImage .uploadButton i {
    font-size: 24px;
    color: #888;
}