Files
peko-h5/view/peko/modules/pay/css/default.css

32 lines
394 B
CSS
Raw Normal View History

2024-02-01 11:55:34 +08:00
html, body {
min-height: 100%;
background: #084f70;
font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;
font-weight: 100;
font-size: 14px;
color: #fff;
text-align: center;
margin: 0;
padding: 0;
}
body {
padding: 20px;
}
.title {
font-size: 18px;
}
.subtitle {
font-size: 16px;
margin: 20px 0;
}
.note {
font-style: italic;
font-size: 14px;
}
b {
font-weight: 300;
}