bin.shen
2016-12-05 a4c9331bbfe3e8765ccdc1c54cc6931bac49cc82
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
html,body{
    font-size:12px;
    padding:0px;margin:0;
    overflow:hidden;
    width:100%;height:100%;
}
#buttonArea{
    background:url(img/bg1.gif);
    border-top:1px solid #F0F5FA;
    border-bottom:1px solid #99BBE8;
    padding:3px;
}
#controlBtns{
    float:right;
}
.btn{
    display:inline-block;
    color:#000;
    text-decoration:none;
    padding-right:3px;
    cursor:pointer;
}
.btn span{
    display:inline-block;
    height:17px;
    line-height:17px;
    padding:2px;
}
.btn img{border:0;vertical-align:text-bottom;}
.btn:hover{background:url(img/btnbgr.gif) top right;}
.btn:hover span{background:url(img/btnbg.gif);}
#listArea{
    overflow-x:hidden;
    overflow-y:auto;
}
#listTitle tr{background:url(img/bg2.gif);}
#listTitle td{padding:5px;border-top:1px solid #F0F5FA;border-left:1px solid #fff;border-right:1px solid #ccc;border-bottom:1px solid #D0D0D0;}
#listBody tr{cursor:pointer;}
#listBody .hover{background:#F0F0F0;}
#listBody .select{background:#DFE8F6;}
#listBody td{padding:5px;border-bottom:1px solid #EDEDED;}
#progressArea{
    background:#D4E1F2;
    border-top:1px solid #99BBE8;
    padding:3px;
}
#progressBar{
    position: relative;
    border:1px solid #6593CF;
    padding:1px;
}
#progress{
    height:16px;
    background:#8FB5E8 url(img/progressbg.gif);
}
#progressBar span{
    position: absolute;
    text-align: center;
    width:100%;line-height:16px;
    color:#396095;
}