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.

92 lines
1.4 KiB

  1. .receiverPrint * {
  2. font-size: 14px;
  3. line-height: 16px;
  4. }
  5. .receiverPrint .header-info {
  6. font-size: 12px;
  7. }
  8. .receiverPrint .logo {
  9. width: 360px;
  10. }
  11. .receiverPrint .logo img {
  12. width: 100%;
  13. }
  14. .receiverPrint hr {
  15. height: 2px;
  16. background: #000;
  17. margin: 5px 0;
  18. }
  19. .receiverPrint h2,
  20. .receiverPrint h2 span {
  21. padding: 0;
  22. margin: 3px 0;
  23. font-size: 18px;
  24. }
  25. .receiverPrint h3 {
  26. font-size: 14px;
  27. font-weight: 600;
  28. padding: 0;
  29. margin: 3px 0;
  30. }
  31. .receiverPrint h3 span {
  32. font-size: 14px;
  33. font-weight: 600;
  34. }
  35. .receiverPrint .tright {
  36. text-align: right;
  37. }
  38. .receiverPrint .tleft {
  39. text-align: left;
  40. }
  41. .receiverPrint .tcenter {
  42. text-align: center;
  43. }
  44. .receiverPrint .copy p {
  45. font-size: 12px;
  46. font-weight: 600;
  47. color: #ff0000;
  48. }
  49. .receiverPrint label {
  50. font-weight: 500;
  51. text-transform: uppercase;
  52. margin: 0;
  53. }
  54. .receiverPrint .info {
  55. text-transform: uppercase;
  56. }
  57. .receiverPrint .info-data {
  58. border-collapse: collapse;
  59. }
  60. .receiverPrint .info-data tr:nth-child(odd) {
  61. background-color: #ccc;
  62. }
  63. .receiverPrint .info-data td {
  64. padding: 4px;
  65. margin: 0;
  66. }
  67. .receiverPrint .info-data td {
  68. border-bottom: 1px solid #ddd;
  69. }
  70. .receiverPrint .highlight_info {
  71. color: #004fab;
  72. text-align: center;
  73. font-weight: 600;
  74. text-decoration: underline;
  75. }