cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
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
@charset "utf-8";
/* CSS Document */
 
/*基础表格table_basic_print*/
.table_basic_print {
    margin: 0 auto;
    padding: 10mm;
    width: 287mm;
    height: 200mm;
    color: #000;
    font-size: 12px;
    font-family: "宋体";
}
.table_basic_print .tbi_btn_wrap {
    float: right;
}
.table_basic_print h3 {
    font: 24px "微软雅黑";
    font-weight: normal;
    line-height: 40px;
    text-align: center;
}
.table_basic_print .table_basic_info {
    margin-bottom: 5px;
    height: 26px;
    color: #000;
    line-height: 26px;
}
.table_basic_print .table_basic_info span.info {
    float: left;
    margin-right: 20px;
}
.table_basic_print .table_basic_info span.name {
    float: right;
}
.table_basic_print .table_basic_info .tbi_ways {
    float: left;
}
.table_basic_print .table_basic_info .tbi_ways span {
    margin: 0 5px;
}
.table_basic_print .table_basic_info .tbi_btn {
    float: right;
}
.table_basic_print table {
    width: 100%;
}
.table_basic_print table tr.title td {
    background: #d9d9d9;
    color: #000000;
}
.table_basic_print td {
    border: 1px solid #000000;
    line-height: 24px;
    text-align: center;
}
.table_basic_print td.greybg {
    background: #f0f0f0;
}
.table_basic_print td span{
    float:left;
    margin-right:1px;
    padding:0 10px;
    display:block;
}
.table_basic_print td span.have_checked {
    background: #bde5ff;
    color: #333333;
}
.table_basic_print td span.no_check {
    background: #bde5ff;
    color: #999999;
}
.table_basic_print td span.checking {
    background: #70eadf;
    color: #333333;
}
.table_basic_print td span.go_checking {
    background: #fff;
    color: #999999;
}
.table_basic_print .example {
    margin-top: 15px;
    height: 24px;
    line-height: 24px;
}
.table_basic_print .example h4 {
    float: left;
    font-weight: normal;
}
.table_basic_print .example span {
    float: left;
    margin-right: 10px;
    display: block;
    height: 24px;
    width: 50px;
    text-align: center;
}
.table_basic_print .example span.have_checked {
    background: #bde5ff;
    color: #333333;
}
.table_basic_print .example span.checking {
    background: #70eadf;
    color: #333333;
}
.table_basic_print .example span.no_check {
    background: #bde5ff;
    color: #333333;
}
.table_basic_print .example span.go_checking {
    background: #fff;
    color: #999999;
}