47 lines
611 B
CSS
47 lines
611 B
CSS
@page {
|
|
size: calc(146.64pt - 4.32pt) calc(69.12pt - 4.08pt);
|
|
margin: 1mm;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
.label {
|
|
background-size: cover;
|
|
page-break-after: always;
|
|
clear: both;
|
|
width: calc(146.64pt - 4.32pt);
|
|
height: calc(69.12pt - 4.08pt);
|
|
position: relative;
|
|
padding-top: 2mm;
|
|
|
|
overflow: hidden;
|
|
}
|
|
|
|
@media screen {
|
|
.label {
|
|
border: 1px solid red;
|
|
}
|
|
}
|
|
|
|
.content {
|
|
display: flex;
|
|
height: 70%;
|
|
}
|
|
|
|
.qrcode {
|
|
height: 100%;
|
|
}
|
|
|
|
.text-content {
|
|
margin-left: 1ex;
|
|
}
|
|
|
|
.barcode {
|
|
margin-top: 2%;
|
|
bottom: 0;
|
|
width: 90%;
|
|
height: 24%;
|
|
}
|