yffpjxx.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <!--<meta charset="UTF-8">-->
  2. <style>
  3. table, th, td {
  4. border: 1px solid black;
  5. border-collapse: collapse;
  6. }
  7. table {
  8. width: 92%;
  9. margin: 0 auto;
  10. font-size: 15px;
  11. }
  12. td {
  13. width: 50%;
  14. height: 20px;
  15. }
  16. tfoot td {
  17. border-left: none;
  18. border-right: none;
  19. border-bottom: none;
  20. }
  21. .tableClass {
  22. width: 100%;
  23. margin: 0 auto;
  24. border-collapse: collapse;
  25. border: none;
  26. }
  27. .tableClass td {
  28. width: 30%;
  29. /* border-right: 1px solid black;*/
  30. border-left: none;
  31. border-top: none;
  32. border-bottom: none;
  33. }
  34. .con {
  35. width: 100%;
  36. margin: 0 auto;
  37. height: 20px;
  38. }
  39. .con div {
  40. width: 25%;
  41. float: left;
  42. text-align: center;
  43. font-size: 15px;
  44. }
  45. .title {
  46. font-size: large;
  47. font-weight: bold;
  48. height: 30px;
  49. }
  50. .footerTip {
  51. width: 92%;
  52. margin: 2px auto;
  53. font-size: 12px;
  54. }
  55. </style>
  56. <div>
  57. <table>
  58. <tbody>
  59. <tr>
  60. <td style="text-align:center;">{{title}}</td>
  61. </tr>
  62. <tr style=" border-bottom: none;">
  63. <td style=" text-align: right;">票据号:{{pjh}}</td>
  64. </tr>
  65. </tbody>
  66. </table>
  67. <table>
  68. <tbody>
  69. <tr>
  70. <td>用户编号:{{yhbh}}</td>
  71. <td>用户姓名:{{yhxm}}</td>
  72. </tr>
  73. <tr>
  74. <td>收费日期:{{sfrq}}</td>
  75. <td>月&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;份:{{cwyf}}</td>
  76. </tr>
  77. <tr>
  78. <td>联系电话:{{lxdh}}</td>
  79. <td>用户地址:{{addr}}</td>
  80. </tr>
  81. </tbody>
  82. <tfoot>
  83. <tr>
  84. <td colspan="2">
  85. <table class="tableClass">
  86. <tr>
  87. <td>上次结余:{{scjy}}元</td>
  88. <td>本次预存:{{bcyc}}元</td>
  89. <td style="border-right: none">本次扣减:{{bckj}}元</td>
  90. </tr>
  91. </table>
  92. </td>
  93. </tr>
  94. <tr>
  95. <td colspan="2">
  96. <table class="tableClass">
  97. <tr>
  98. <td>实收金额:{{sszje}}元</td>
  99. <td>账户余额:{{bcye}}元</td>
  100. <td style="border-right: none">收费人员:{{sfry}}</td>
  101. </tr>
  102. </table>
  103. </td>
  104. </tr>
  105. </tfoot>
  106. </table>
  107. </div>