@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;
|
}
|