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

<%@ Page Title="" Language="C#" MasterPageFile="~/AgentNew/AgentMain.Master" AutoEventWireup="true" CodeBehind="MultipleReceipt.aspx.cs" Inherits="Swift.web.AgentNew.Transaction.MultipleReceipt.MultipleReceipt" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
</style>
<style>
@page {
size: A4;
}
/*@page :left {
margin-left: -2cm;
}*/
/*@page :right {
margin-left: 0cm;
}*/
@media print {
body {
margin: 0mm -4mm 0mm 0mm;
}
.footer {
display: none;
}
.div-send-sms {
display: none;
}
.no-margin {
margin-top: 0px !important;
}
.receipt td {
line-height: 10px;
}
.bottom-box {
min-height: 100px;
}
.print-gray {
opacity: .3;
}
}
.tbl-sender-rec-info td {
padding-top: 4px;
padding-bottom: 4px;
}
.tbl-sender-rec-info td:first-child {
padding-left: 5px;
padding-right: 0;
}
.print-gray {
opacity: .3;
-webkit-print-color-adjust: exact !important;
}
.receipt {
font-family: 'Noto Sans JP', sans-serif;
}
.receipt p {
font-family: 'Noto Sans JP', sans-serif;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<div class="receipt" id="printArea">
<div id="rpt_grid" runat="server" class="no-margin" style="margin-top: 10%;"></div>
</div>
</asp:Content>