jt
2021-06-10 5d0d028456874576560552f5a5c4e8b801786f11
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
@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
html{width:100%; height:100%;min-width:1150px;}
body{ width:100%;font-size:18px; font-family:Arial,'微软雅黑';color:#fff;background:#2C2C2C;/* background:#1D2F5D;*/}
table{ border-collapse:collapse;}
.wrapper{ margin:0 1%; width:98%; height:100%; min-width:1200px;}
.fL{ float:left;}
.fR{ float:right;}    
.clear{ clear:both;}
.head{ margin:15px 0;font-size:20px; }
.head h2{ font-weight:normal;font-size:22px;}
.footer{ margin:10px 0; position:fixed; bottom:0; right:1%;}
.footer span{float:left; margin-left:5px;}
.footer img{ float:left;}
.content{ margin:0; }
.tableList{ min-height:300px;overflow:auto; /*border:1px solid #ddd*/}
.tableList table{ margin-bottom:20px; }
.tableList table td,.tableList table th{ padding:10px 5px;}
.tableList table thead{ border-bottom:1px dashed #ddd;color:#fff;}
.tableList table thead div{ display:inline-block;margin:0 25px 0 5px;}
.tableList table thead div label{ color:#eee; font-size:17px;}
.tableList table thead div span{ font-weight:500;}
.tableList table thead .state{font-size:18px;}
.tableList table thead .time{ margin:0 10px;}
 
.content table tr.current{ background:#B9D9F0; color:#000;}
.content h3{ font-weight:normal; height:44px; line-height:40px; border-bottom:2px solid #09F; margin:0 10px 10px 10px;}
.content:after{ content:""; clear:both; display:block;}
 
.pageNum{ text-align:center; margin-top:20px;}
.pageNum span{ width:10px; height:10px; border-radius:5px; display:inline-block; background:#ccc; margin:0 5px;}
.pageNum span.currentPage{ background:#F81;}