253 lines
6.4 KiB
CSS
253 lines
6.4 KiB
CSS
|
|
.margin100 {
|
|
margin: 0px 13px;
|
|
}
|
|
|
|
|
|
/*-----------------------------------------------------------------------------------
|
|
报表基本样式
|
|
-----------------------------------------------------------------------------------*/
|
|
|
|
.PrintContainer {
|
|
padding: 5px;
|
|
vertical-align: middle;
|
|
width: 100%;
|
|
background-color: white;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.ReportHeader {
|
|
border: none;
|
|
padding: 0px 0px 5px 0px;
|
|
text-align: right;
|
|
}
|
|
|
|
.ReportFooter {
|
|
border: none;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.ReportTitle {
|
|
white-space: nowrap;
|
|
float: left;
|
|
vertical-align: middle;
|
|
line-height: 45px;
|
|
height: 45px;
|
|
padding-right: 15px;
|
|
font-weight: 900;
|
|
font-size: 16pt;
|
|
border: solid #000 0px !important;
|
|
}
|
|
|
|
.ReportBanner {
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
line-height: 45px;
|
|
height: 45px;
|
|
padding-right: 15px;
|
|
font-weight: 900;
|
|
font-size: 16pt;
|
|
border: solid #000 0px !important;
|
|
}
|
|
|
|
.ReportBarCode {
|
|
float: right;
|
|
font-size: 9px;
|
|
}
|
|
|
|
.ReportTable {
|
|
text-align: center;
|
|
background-color: white;
|
|
border-collapse: collapse;
|
|
table-layout: fixed;
|
|
width: 550px;
|
|
font-family: \5FAE\8F6F\96C5\9ED1,\5B8B\4F53,Arial,Helvetica,sans-serif;
|
|
color: #343434 !important;
|
|
}
|
|
|
|
.ReportTable tr {
|
|
border: 0px;
|
|
}
|
|
|
|
.ReportTable td {
|
|
border-collapse: collapse;
|
|
border: 1px black solid;
|
|
font-size: 9pt;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
height: 25px;
|
|
font-family: \5FAE\8F6F\96C5\9ED1,\5B8B\4F53,Arial,Helvetica,sans-serif;
|
|
color: #343434;
|
|
}
|
|
|
|
.ReportTable td.Title {
|
|
border: solid 0px black;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
line-height: 45px;
|
|
height: 45px;
|
|
font-weight: 600;
|
|
font-size: 10pt;
|
|
border: solid #000 0px !important;
|
|
}
|
|
|
|
.ReportTable td.Header {
|
|
border-collapse: collapse;
|
|
border: 1px black solid;
|
|
font-weight: 600;
|
|
font-size: 14pt;
|
|
border: none;
|
|
text-align: left;
|
|
text-align: center;
|
|
}
|
|
|
|
.ReportTable td.ReportHeader {
|
|
border-collapse: collapse;
|
|
font-weight: 600;
|
|
font-size: 9pt;
|
|
border: none;
|
|
text-align: left;
|
|
}
|
|
|
|
.ReportTable td.ReportBanner {
|
|
border-collapse: collapse;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
line-height: 45px;
|
|
height: 45px;
|
|
font-weight: 600;
|
|
font-size: 16pt;
|
|
border: solid #000 0px !important;
|
|
}
|
|
|
|
.ReportTable td.BorderTopLineHide {
|
|
border-collapse: collapse;
|
|
border-top: solid 0px black;
|
|
font-size: 10pt;
|
|
vertical-align: middle;
|
|
font-size: 9pt;
|
|
text-align: center;
|
|
height: 25px;
|
|
font-family: \5FAE\8F6F\96C5\9ED1,\5B8B\4F53,Arial,Helvetica,sans-serif;
|
|
color: #343434;
|
|
}
|
|
|
|
.ReportTable td.BorderLineHide {
|
|
border-collapse: collapse;
|
|
border: solid 0px black;
|
|
font-size: 10pt;
|
|
vertical-align: middle;
|
|
font-size: 9pt;
|
|
text-align: center;
|
|
height: 25px;
|
|
font-family: \5FAE\8F6F\96C5\9ED1,\5B8B\4F53,Arial,Helvetica,sans-serif;
|
|
color: #343434;
|
|
}
|
|
|
|
.ReportPageSplit {
|
|
PAGE-BREAK-before: always;
|
|
}
|
|
|
|
.ReportTable td.TextRight {
|
|
text-align: right;
|
|
}
|
|
|
|
/*-----------------------------------------------------------------------------------
|
|
统计基本样式
|
|
-----------------------------------------------------------------------------------*/
|
|
|
|
.ReportTableStatistics {
|
|
text-align: center;
|
|
background-color: white;
|
|
border-collapse: collapse;
|
|
table-layout: fixed;
|
|
font-family: \5FAE\8F6F\96C5\9ED1,\5B8B\4F53,Arial,Helvetica,sans-serif;
|
|
color: #343434 !important;
|
|
}
|
|
|
|
.ReportTableStatistics tr {
|
|
border: 0px;
|
|
}
|
|
|
|
.ReportTableStatistics td {
|
|
border-collapse: collapse;
|
|
border: 1px black solid;
|
|
font-size: 9pt;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
padding: 0px;
|
|
height: 25px;
|
|
font-family: \5FAE\8F6F\96C5\9ED1,\5B8B\4F53,Arial,Helvetica,sans-serif;
|
|
color: #343434;
|
|
}
|
|
|
|
.ReportTableStatistics td.Title {
|
|
border: solid 0px black;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
line-height: 45px;
|
|
height: 45px;
|
|
padding: 0px;
|
|
font-weight: 700;
|
|
font-size: 12pt;
|
|
border: solid #000 0px;
|
|
!important;
|
|
}
|
|
|
|
.ReportTableStatistics td.Header {
|
|
font-weight: 600;
|
|
font-size: 12pt;
|
|
padding: 0px;
|
|
border: none;
|
|
text-align: left;
|
|
text-align: center;
|
|
}
|
|
|
|
.ReportTableStatistics td.ReportHeader {
|
|
font-weight: 600;
|
|
font-size: 10pt;
|
|
padding: 0px;
|
|
border: none;
|
|
text-align: left;
|
|
}
|
|
|
|
.ReportTableStatistics td.ReportBanner {
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
line-height: 45px;
|
|
height: 45px;
|
|
padding: 0px;
|
|
font-weight: 700;
|
|
font-size: 16pt;
|
|
border: solid #000 0px !important;
|
|
}
|
|
|
|
.ReportTableStatistics td.BorderTopLineHide {
|
|
border-top: solid 0px black;
|
|
font-size: 10pt;
|
|
vertical-align: middle;
|
|
font-size: 9pt;
|
|
text-align: center;
|
|
padding: 0px;
|
|
height: 25px;
|
|
font-family: \5FAE\8F6F\96C5\9ED1,\5B8B\4F53,Arial,Helvetica,sans-serif;
|
|
color: #343434;
|
|
}
|
|
|
|
.ReportTableStatistics td.BorderLineHide {
|
|
border: solid 0px black;
|
|
font-size: 10pt;
|
|
vertical-align: middle;
|
|
font-size: 9pt;
|
|
text-align: center;
|
|
padding: 0px;
|
|
height: 25px;
|
|
font-family: \5FAE\8F6F\96C5\9ED1,\5B8B\4F53,Arial,Helvetica,sans-serif;
|
|
color: #343434;
|
|
}
|