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

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