2020-04-01 10:14:18 +08:00
|
|
|
.footer {
|
2020-12-01 16:51:38 +08:00
|
|
|
font-size: 1rem;
|
2020-04-02 20:37:34 +08:00
|
|
|
color: var(--third-text-color);
|
2020-04-01 23:03:38 +08:00
|
|
|
|
2021-01-21 16:47:13 +08:00
|
|
|
|
2020-04-01 23:03:38 +08:00
|
|
|
a {
|
2020-04-02 20:37:34 +08:00
|
|
|
color: var(--third-text-color);
|
2020-04-01 23:03:38 +08:00
|
|
|
|
2021-01-21 16:47:13 +08:00
|
|
|
|
2020-04-01 23:03:38 +08:00
|
|
|
&:hover {
|
2020-11-24 10:55:24 +08:00
|
|
|
color: var(--primary-color);
|
2021-01-21 16:47:13 +08:00
|
|
|
|
2020-04-01 23:03:38 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-04-01 10:14:18 +08:00
|
|
|
.info-container {
|
2022-09-23 17:38:19 +08:00
|
|
|
padding-bottom: 1rem;
|
2020-04-01 23:03:38 +08:00
|
|
|
text-align: center;
|
2020-04-01 10:14:18 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.info-item {
|
2022-09-23 17:38:19 +08:00
|
|
|
margin: 0.3rem 0;
|
|
|
|
|
|
|
|
&.ypyun-info a {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
img {
|
|
|
|
margin: 0 0.3rem;
|
|
|
|
}
|
|
|
|
}
|
2020-04-01 10:14:18 +08:00
|
|
|
}
|
|
|
|
|
2020-11-27 15:32:40 +08:00
|
|
|
.icon-animate {
|
|
|
|
animation: icon-animate 1.2s ease-in-out infinite;
|
|
|
|
}
|
|
|
|
|
2020-11-16 19:04:24 +08:00
|
|
|
}
|