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:30mm;
- font-size: 4mm;
- }
-
- #address div.name{
- padding-top: 2mm;
- padding-left: 3mm;
- font-size: 4.5mm;
- }
-
-
- /* ヘッダー高さ設定 */
- section.receipt div.header {
- height: 10mm;
- }
-
-
-
- /* スタンプ */
- #stamp {
- position: absolute;
- top: 125mm;
- left:75mm;
- border: 1.5px solid black;
- padding: 0.5mm;
- }
|