ticket_style.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .eiru_pos_ticket {
  2. width: 70mm;
  3. background: #fff;
  4. font-size: 12pt;
  5. font-family: "Courier New", "Courier", "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  6. overflow: hidden;
  7. color: #000;
  8. }
  9. .eiru_pos_ticket .separator {
  10. text-align: center;
  11. font-size: 8pt;
  12. margin-top: 18pt;
  13. margin-bottom: 18pt;
  14. }
  15. .eiru_pos_ticket .company {
  16. text-align: center;
  17. font-size: 14pt;
  18. margin-bottom: 0;
  19. }
  20. .eiru_pos_ticket .store {
  21. text-align: center;
  22. font-size: 10pt;
  23. margin-top: 18pt;
  24. margin-bottom: 0;
  25. }
  26. .eiru_pos_ticket .street {
  27. text-align: center;
  28. font-size: 8pt;
  29. margin-top: 8pt;
  30. margin-bottom: 0;
  31. }
  32. .eiru_pos_ticket .country {
  33. text-align: center;
  34. font-size: 8pt;
  35. margin-top: 0;
  36. margin-bottom: 0;
  37. }
  38. .eiru_pos_ticket .title {
  39. text-align: center;
  40. font-size: 8pt;
  41. margin-top: 0;
  42. margin-bottom: 0;
  43. }
  44. .eiru_pos_ticket .date {
  45. font-size: 8pt;
  46. margin-left: 12pt;
  47. margin-top: 0;
  48. margin-bottom: 0;
  49. }
  50. .eiru_pos_ticket .salesman {
  51. font-size: 8pt;
  52. margin-left: 12pt;
  53. margin-top: 0;
  54. margin-bottom: 0;
  55. }
  56. .eiru_pos_ticket .items_wrapper, .eiru_pos_ticket .details_wrapper {
  57. width: 100%;
  58. padding: 0 10pt;
  59. }
  60. .eiru_pos_ticket .items_wrapper .items, .eiru_pos_ticket .details_wrapper .details {
  61. width: 100%;
  62. font-size: 7.5pt;
  63. margin: 0;
  64. padding: 0;
  65. }
  66. .eiru_pos_ticket .items_wrapper .items tbody tr:nth-child(odd) td {
  67. padding-top: 8pt;
  68. }