diff --git a/templates/rs-auto.css b/templates/rs-auto.css index c75a2cf..b1f2105 100644 --- a/templates/rs-auto.css +++ b/templates/rs-auto.css @@ -1,7 +1,7 @@ /* RS AUTO Template Styles */ .sticker-rs-auto { width: 280px; - border: 3px solid #000; + border: 1px solid #000; font-family: Arial, sans-serif; font-size: 11px; background: #fff; @@ -12,65 +12,64 @@ background-color: #000; color: #fff; text-align: center; - padding: 6px 8px; - font-size: 18px; + padding: 4px 8px; + font-size: 16px; font-weight: bold; - letter-spacing: 4px; + letter-spacing: 6px; } .sticker-rs-auto .sticker-barcode-row { display: flex; align-items: center; - border-bottom: 2px solid #000; - padding: 4px 8px; - gap: 8px; + border-bottom: 1px solid #000; + padding: 2px 0 2px 6px; + gap: 6px; + background: #fff; } .sticker-rs-auto .sticker-barcode-row .barcode-number { font-size: 11px; - font-weight: 500; + font-weight: bold; } .sticker-rs-auto .sticker-barcode-row .barcode { - height: 30px; + height: 24px; flex: 1; } .sticker-rs-auto .sticker-body { display: flex; - border-bottom: 2px solid #000; + border-bottom: 1px solid #000; } .sticker-rs-auto .sticker-info { flex: 1; - padding: 6px 8px; + padding: 4px 6px; font-size: 10px; - line-height: 1.4; + line-height: 1.3; + border-right: 1px solid #000; } .sticker-rs-auto .sticker-info .date-row { - margin-bottom: 2px; + margin-bottom: 0; } .sticker-rs-auto .sticker-logo { - width: 100px; - border-left: 2px solid #000; + width: 85px; display: flex; align-items: center; justify-content: center; - padding: 4px; } .sticker-rs-auto .sticker-logo .logo-svg, .sticker-rs-auto .sticker-logo .logo-img { - width: 90px; - height: 90px; - object-fit: contain; + width: 100%; + height: auto; } .sticker-rs-auto .sticker-footer { text-align: center; - padding: 4px 8px; + padding: 3px 8px; font-size: 10px; - font-weight: 500; + font-weight: bold; } diff --git a/templates/rs-auto.html b/templates/rs-auto.html index a9eac23..3b5ac36 100644 --- a/templates/rs-auto.html +++ b/templates/rs-auto.html @@ -16,7 +16,7 @@
{{engineCapacity}}
diff --git a/templates/rs-auto.png b/templates/rs-auto.png new file mode 100644 index 0000000..1b076db Binary files /dev/null and b/templates/rs-auto.png differ