- ora è possibile generarlo anche da backend - FIX: corretto la qualità del PDF e la dimensione non esatta in pixel...
12 lines
832 B
HTML
12 lines
832 B
HTML
<div class="row align-start" style="gap:0px;flex-direction:column;flex:1;display:flex;justify-content:space-between;">
|
|
<!-- Parte superiore -->
|
|
<div class="justify-start" style="flex-grow:0"><span style="font-size:calc(12 * var(--scalecatalogx) * 1px)"
|
|
class="book-author">{autore}</span>
|
|
<div style="font-size:calc(16 * var(--scalecatalogx) * 1px);font-weight:bold;" class="book-title">{titolo}</div>
|
|
<span class="book-descr">{descrizione}</span>
|
|
</div><!-- Parte inferiore (book-details e barcode) -->
|
|
<div style="margin-top:auto;width:100%">
|
|
<div class="justify-end book-details" style="flex-grow:0;font-size:calc(10 * var(--scalecatalog) * 1px);">
|
|
Pagine: <b>{pagine}</b><br />Formato: <b>{misure}</b><br />Prezzo: <b>{prezzo} €</b><br /></div>
|
|
</div>
|
|
</div> |