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.

79 lines
1.9 KiB

  1. <%@ Page Title="" Language="C#" MasterPageFile="~/AgentNew/AgentMain.Master" AutoEventWireup="true" CodeBehind="MultipleReceipt.aspx.cs" Inherits="Swift.web.AgentNew.Transaction.MultipleReceipt.MultipleReceipt" %>
  2. <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
  3. <style>
  4. @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
  5. </style>
  6. <style>
  7. @page {
  8. size: A4;
  9. }
  10. /*@page :left {
  11. margin-left: -2cm;
  12. }*/
  13. /*@page :right {
  14. margin-left: 0cm;
  15. }*/
  16. @media print {
  17. body {
  18. margin: 0mm -4mm 0mm 0mm;
  19. }
  20. .footer {
  21. display: none;
  22. }
  23. .div-send-sms {
  24. display: none;
  25. }
  26. .no-margin {
  27. margin-top: 0px !important;
  28. }
  29. .receipt td {
  30. line-height: 10px;
  31. }
  32. .bottom-box {
  33. min-height: 100px;
  34. }
  35. .print-gray {
  36. opacity: .3;
  37. }
  38. }
  39. .tbl-sender-rec-info td {
  40. padding-top: 4px;
  41. padding-bottom: 4px;
  42. }
  43. .tbl-sender-rec-info td:first-child {
  44. padding-left: 5px;
  45. padding-right: 0;
  46. }
  47. .print-gray {
  48. opacity: .3;
  49. -webkit-print-color-adjust: exact !important;
  50. }
  51. .receipt {
  52. font-family: 'Noto Sans JP', sans-serif;
  53. }
  54. .receipt p {
  55. font-family: 'Noto Sans JP', sans-serif;
  56. }
  57. </style>
  58. </asp:Content>
  59. <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
  60. <div class="receipt" id="printArea">
  61. <div id="rpt_grid" runat="server" class="no-margin" style="margin-top: 10%;"></div>
  62. </div>
  63. </asp:Content>