領収証発行サービス
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.

36 lines
553B

  1. /* 郵送先フィールド */
  2. div.section-address {
  3. height: 50mm;
  4. }
  5. div.section-address div.address-field {
  6. position: relative;
  7. top: 10mm;
  8. left:30mm;
  9. width: 60mm;
  10. font-size: 4mm;
  11. }
  12. div.section-address div.address-field div.name{
  13. padding-top: 2mm;
  14. padding-left: 3mm;
  15. font-size: 4.5mm;
  16. }
  17. /* ヘッダー高さ設定 */
  18. div.section-receipt div.header {
  19. height: 10mm;
  20. }
  21. /* スタンプ */
  22. #stamp {
  23. position: absolute;
  24. top: 125mm;
  25. left:75mm;
  26. border: 1.5px solid black;
  27. padding: 0.5mm;
  28. }