binxie
2024-01-18 0f648a2059e4c0f0f850b69128e2123673732ed1
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
.buttonTD{
    padding-left: 6px;
}
.clear{
    clear:both;
}
.fileName{
    float: left;
    max-width: 235px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.percentComplete{
    float: right;
}
.statusBar{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EAEAEA;
    height: 11px;
    padding: 0 2px 0 0;
}
.statusBarPercent{
    background-color: #1797C0;
    float: left;
    height: 9px;
    margin: 1px;
    max-width: 100%;
}
.statusBarPercentError{
    background-color: #CE0000;
}
.upload{
    background-color: white;
    border: 1px solid #CACACA;
    border-radius: 3px 3px 3px 3px;
    margin-top: 6px;
    padding: 4px;
}
.uploadBox{
    background-color: #F8F8F8;
    border: 1px solid #EAEAEA;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
    font-size: 12px;
    padding: 6px;
    /* width: 400px; *//*20230913 ljh 注释*/
}
.uploadError{
    border-color: #CE0000;
}
.uploadTable{
    margin-left: auto;
    margin-right: auto;
}