print.css 189 B

12345678910111213
  1. @media print {
  2. .print-title {
  3. color: #000000 !important;
  4. font-size: 24px;
  5. }
  6. #qrCodeBox {
  7. img {
  8. width: 250px !important;
  9. height: 250px !important;
  10. }
  11. }
  12. }