|
|
|
@ -17,36 +17,36 @@ export const azul = {
|
|
|
|
|
fontWeight: 700
|
|
|
|
|
},
|
|
|
|
|
title: {
|
|
|
|
|
top: 320,
|
|
|
|
|
height: 6,
|
|
|
|
|
top: 487,
|
|
|
|
|
height: 7.5,
|
|
|
|
|
left: 1,
|
|
|
|
|
right: 1,
|
|
|
|
|
fontSize: 2.9,
|
|
|
|
|
fontSize: 3,
|
|
|
|
|
color: "firebrick",
|
|
|
|
|
fontFamily: "Gill Sans, sans-serif",
|
|
|
|
|
lineHeight: 2.5,
|
|
|
|
|
textAlign: "left",
|
|
|
|
|
fontFamily: "sans-serif",
|
|
|
|
|
lineHeight: 2.4,
|
|
|
|
|
textAlign: "right",
|
|
|
|
|
fontWeight: 700
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
subtitle: {
|
|
|
|
|
top: 420,
|
|
|
|
|
height: 3,
|
|
|
|
|
top: 620,
|
|
|
|
|
height: 1.4,
|
|
|
|
|
left: 1,
|
|
|
|
|
right: 2,
|
|
|
|
|
fontSize: 1.2,
|
|
|
|
|
color: "#787",
|
|
|
|
|
fontSize: 1.6,
|
|
|
|
|
color: "white",
|
|
|
|
|
fontFamily: "Gill Sans, sans-serif",
|
|
|
|
|
lineHeight: 1.5,
|
|
|
|
|
textAlign: "left",
|
|
|
|
|
fontWeight: 700
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
fontWeight: 400
|
|
|
|
|
},
|
|
|
|
|
content: {
|
|
|
|
|
top: 480,
|
|
|
|
|
height: 8.5,
|
|
|
|
|
left: 1.5,
|
|
|
|
|
right: 17,
|
|
|
|
|
fontSize: 0.8,
|
|
|
|
|
fontSize: 0,
|
|
|
|
|
color: "#222",
|
|
|
|
|
fontFamily: "sans-serif",
|
|
|
|
|
lineHeight: 1.1,
|
|
|
|
@ -54,34 +54,34 @@ export const azul = {
|
|
|
|
|
fontWeight: 700
|
|
|
|
|
},
|
|
|
|
|
date: {
|
|
|
|
|
top: 625,
|
|
|
|
|
top: 25,
|
|
|
|
|
height: 4,
|
|
|
|
|
left: 18.5,
|
|
|
|
|
right: 4,
|
|
|
|
|
left: 5,
|
|
|
|
|
right: 1,
|
|
|
|
|
fontSize: 1.1,
|
|
|
|
|
color: "#fff",
|
|
|
|
|
fontFamily: "sans-serif",
|
|
|
|
|
lineHeight: 1,
|
|
|
|
|
textAlign: "left",
|
|
|
|
|
textAlign: "right",
|
|
|
|
|
fontWeight: 700
|
|
|
|
|
},
|
|
|
|
|
time: {
|
|
|
|
|
top: 645,
|
|
|
|
|
top: 65,
|
|
|
|
|
height: 2,
|
|
|
|
|
left: 18.5,
|
|
|
|
|
right: 5,
|
|
|
|
|
right: 1,
|
|
|
|
|
fontSize: 1.8,
|
|
|
|
|
color: "#fff",
|
|
|
|
|
fontFamily: "sans-serif",
|
|
|
|
|
lineHeight: 1,
|
|
|
|
|
textAlign: "left",
|
|
|
|
|
lineHeight: 2,
|
|
|
|
|
textAlign: "right",
|
|
|
|
|
fontWeight: 700
|
|
|
|
|
},
|
|
|
|
|
weekday: {
|
|
|
|
|
top: 600,
|
|
|
|
|
top: 25,
|
|
|
|
|
height: 1.5,
|
|
|
|
|
left: 18.5,
|
|
|
|
|
right: 5,
|
|
|
|
|
left: 1,
|
|
|
|
|
right: 10,
|
|
|
|
|
fontSize: 1.3,
|
|
|
|
|
color: "#fff",
|
|
|
|
|
fontFamily: "sans-serif",
|
|
|
|
@ -90,15 +90,15 @@ export const azul = {
|
|
|
|
|
fontWeight: 700
|
|
|
|
|
},
|
|
|
|
|
address: {
|
|
|
|
|
top: 625,
|
|
|
|
|
height: 4.5,
|
|
|
|
|
top: 660,
|
|
|
|
|
height: 5.5,
|
|
|
|
|
left: 2,
|
|
|
|
|
right: 20,
|
|
|
|
|
fontSize: 1,
|
|
|
|
|
color: "firebrick",
|
|
|
|
|
right: 2,
|
|
|
|
|
fontSize: 1.2,
|
|
|
|
|
color: "white",
|
|
|
|
|
fontFamily: "sans-serif",
|
|
|
|
|
lineHeight: 1.5,
|
|
|
|
|
lineHeight: 1.8,
|
|
|
|
|
textAlign: "left",
|
|
|
|
|
fontWeight: 700
|
|
|
|
|
fontWeight: 400
|
|
|
|
|
},
|
|
|
|
|
}
|