領収証発行サービス
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

29 行
359B

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