|
@@ -1,18 +1,48 @@
|
|
|
|
|
|
<style type="text/css" media=print>
|
|
|
.noprint{display : none}
|
|
|
- body{height: auto}
|
|
|
+ .inside-header{ height: auto}
|
|
|
html, body{
|
|
|
height: auto!important;
|
|
|
min-height: auto!important;
|
|
|
}
|
|
|
- table tr td{padding: 3px !important; background-color: #FD482C !important;font-size: 10px;}
|
|
|
+ .toolbar {
|
|
|
+ margin-top: 10px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ }
|
|
|
+ .table-bordered {
|
|
|
+ border: 1px solid #f4f4f4;
|
|
|
+ }
|
|
|
+ table {
|
|
|
+ background-color: transparent;
|
|
|
+ }
|
|
|
+ table {
|
|
|
+ border-collapse: collapse;
|
|
|
+ border-spacing: 0;
|
|
|
+ }
|
|
|
+ tbody {
|
|
|
+ display: table-row-group;
|
|
|
+ vertical-align: middle;
|
|
|
+ border-color: inherit;
|
|
|
+ }
|
|
|
+ .table-striped tbody tr:nth-of-type(odd) {
|
|
|
+ background-color: #f9f9f9;
|
|
|
+ }
|
|
|
+ tr {
|
|
|
+ display: table-row;
|
|
|
+ vertical-align: inherit;
|
|
|
+ border-color: inherit;
|
|
|
+ }
|
|
|
+ .table-bordered tbody tr td, .table-bordered tfoot tr td {
|
|
|
+ border: 1px solid #f4f4f4;
|
|
|
+ }
|
|
|
+ /*//table tr td{padding: 3px !important; background-color: #FD482C !important;font-size: 10px;}*/
|
|
|
</style>
|
|
|
|
|
|
-<!--startprint-->
|
|
|
|
|
|
-<div class="widget-body no-padding" style="border: 1px; ">
|
|
|
|
|
|
+<div class="widget-body no-padding" style="border: 1px; ">
|
|
|
+ <!--startprint-->
|
|
|
<div class="toolbar" style=" font-size: 15px;text-align: center">
|
|
|
收费凭证
|
|
|
|
|
@@ -29,7 +59,7 @@
|
|
|
<span style="float: right">凭证编号:{$row.order_number}</span>
|
|
|
|
|
|
</div>
|
|
|
- <table id="table" class=" table-striped table-bordered table-hover table-nowrap" width="100%" >
|
|
|
+ <table id="table" class=" table-striped table-bordered table-hover table-nowrap" width="100%" style="border: 1px; border-color: #0d0d0d ">
|
|
|
<tr>
|
|
|
<td>序号</td>
|
|
|
<td>项目</td>
|
|
@@ -117,10 +147,11 @@
|
|
|
打印时间:{$row.time}
|
|
|
|
|
|
</div>
|
|
|
+ <!--endprint-->
|
|
|
</div>
|
|
|
|
|
|
|
|
|
-<!--endprint-->
|
|
|
+
|
|
|
|
|
|
|
|
|
<p class="noprint">
|