web-backset.cn/apps/web-main/src/view/Subscribe/index.less
2023-03-02 17:58:59 +08:00

44 lines
926 B
Plaintext

.subscribe {
padding: 100px 0 20px 0;
h2 {
text-align: center;
}
h4 {
text-align: center;
font-weight: 400;
color: var(--color-text-4);
}
.options {
padding-top: 100px;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
column-gap: 20px;
> section {
padding: 40px;
text-align: center;
.price {
font-family: DINCondensed-Bold, "Century Gothic", CenturyGothic,
AppleGothic, sans-serif;
font-weight: bold;
font-size: 48px;
color: var(--color-text-2);
line-height: 1;
margin-top: 16px;
letter-spacing: 1px;
}
h3 {
font-size: 18px;
font-weight: bold;
color: var(--color-text-2);
letter-spacing: 5px;
margin-top: 40px;
}
p {
color: var(--color-text-3);
letter-spacing: 1px;
line-height: 1.9;
}
}
}
}