shiyj
2019-08-31 7d8c79cd05aa3f729ded1e66563129c18734eb3c
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
.task_run{
    color:#5cb85c;
}
.task_stop{
    color:#d9534f;
}
.required{
    font-size:6px;
    color:#d9534f;
}
.nopaddingright{
    padding-right:0px;
}
.loading{
    width:160px;
    height:56px;
    position: absolute;
    top:50%;
    left:50%;
    line-height:56px;
    color:#fff;
    padding-left:60px;
    font-size:15px;
    background: #000 url(../images/loader.gif) no-repeat 10px 50%;
    opacity: 0.7;
    z-index:9999;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.modal-dialog-task{
    width:80%;
}