You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

64 lines
1.3 KiB

  1. @{
  2. ViewBag.Title = "支出预算管理";
  3. Layout = "~/Views/Shared/_SimpleForm.cshtml";
  4. }
  5. <style>
  6. .list span {
  7. display: inline-block;
  8. padding-left: 25px;
  9. /* width: 15%; */
  10. }
  11. .textEm {
  12. padding-left: 25px;
  13. }
  14. h5, p {
  15. text-align: center;
  16. padding: 0;
  17. margin: 0;
  18. }
  19. h5 {
  20. font-size: 28px;
  21. margin: 10px 0;
  22. }
  23. p {
  24. font-size: 18px;
  25. margin-bottom: 10px;
  26. }
  27. tr {
  28. height: 33px;
  29. }
  30. .lr-query-btn {
  31. position: absolute;
  32. width: 122px;
  33. height: 40px;
  34. line-height: 40px;
  35. cursor: pointer;
  36. border: 1px solid #ccc;
  37. border-radius: 4px;
  38. text-align: center;
  39. color: #fff;
  40. background-color: #039cfd;
  41. border-color: #039cfd;
  42. right: 80px;
  43. top: 40px;
  44. font-size: 18px;
  45. }
  46. </style>
  47. <div id="content">
  48. <h5>北京金隅科技学校资金支出报销单</h5>
  49. <p>(基本承包经费外支出)</p>
  50. <table border="1" height="800" width="90%" cellspacing="0" align="right" id="t1">
  51. </table>
  52. </div>
  53. <div class="lr-query-btn" id="lr_print">打印</div>
  54. @Html.AppendJsFile("/Areas/ReceiveSendFeeManagement/Views/FD_PayManage/PrintSpecial.js", "/Areas/ReceiveSendFeeManagement/Views/FD_PayManage/AmountConversion.js")