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.
|
-
- /* 郵送先フィールド */
- section.address {
-
- height: 50mm;
- }
-
- #address {
- position: absolute;
- top: 10mm;
- left:40mm;
- }
-
-
- /* ヘッダー高さ設定 */
- section.receipt div.header {
- height: 10mm;
- }
-
-
-
- /* スタンプ */
- #stamp {
- position: absolute;
- top: 125mm;
- left:75mm;
- border: 1.5px solid black;
- padding: 0.5mm;
- }
|