12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- .eiru_pos_ticket {
- width: 70mm;
- background: #fff;
- font-size: 12pt;
- font-family: "Courier New", "Courier", "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
- overflow: hidden;
- color: #000;
- }
- .eiru_pos_ticket .separator {
- text-align: center;
- font-size: 8pt;
- margin-top: 18pt;
- margin-bottom: 18pt;
- }
- .eiru_pos_ticket .company {
- text-align: center;
- font-size: 14pt;
- margin-bottom: 0;
- }
- .eiru_pos_ticket .store {
- text-align: center;
- font-size: 10pt;
- margin-top: 18pt;
- margin-bottom: 0;
- }
- .eiru_pos_ticket .street {
- text-align: center;
- font-size: 8pt;
- margin-top: 8pt;
- margin-bottom: 0;
- }
- .eiru_pos_ticket .country {
- text-align: center;
- font-size: 8pt;
- margin-top: 0;
- margin-bottom: 0;
- }
- .eiru_pos_ticket .title {
- text-align: center;
- font-size: 8pt;
- margin-top: 0;
- margin-bottom: 0;
- }
- .eiru_pos_ticket .date {
- font-size: 8pt;
- margin-left: 12pt;
- margin-top: 0;
- margin-bottom: 0;
- }
- .eiru_pos_ticket .salesman {
- font-size: 8pt;
- margin-left: 12pt;
- margin-top: 0;
- margin-bottom: 0;
- }
- .eiru_pos_ticket .items_wrapper, .eiru_pos_ticket .details_wrapper {
- width: 100%;
- padding: 0 10pt;
- }
- .eiru_pos_ticket .items_wrapper .items, .eiru_pos_ticket .details_wrapper .details {
- width: 100%;
- font-size: 7.5pt;
- margin: 0;
- padding: 0;
- }
- .eiru_pos_ticket .items_wrapper .items tbody tr:nth-child(odd) td {
- padding-top: 8pt;
- }
|