2020-04-01 10:14:18 +08:00
|
|
|
.footer {
|
2022-10-14 17:56:32 +08:00
|
|
|
color var(--text-color-4)
|
2022-09-30 10:51:42 +08:00
|
|
|
font-size 1rem
|
2020-04-01 23:03:38 +08:00
|
|
|
|
|
|
|
a {
|
2022-10-14 17:56:32 +08:00
|
|
|
color var(--text-color-4)
|
2021-01-21 16:47:13 +08:00
|
|
|
|
2020-04-01 23:03:38 +08:00
|
|
|
&:hover {
|
2022-09-30 10:51:42 +08:00
|
|
|
color var(--primary-color)
|
2020-04-01 23:03:38 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-04-01 10:14:18 +08:00
|
|
|
.info-container {
|
2022-11-11 14:11:01 +08:00
|
|
|
display flex
|
|
|
|
flex-direction column
|
|
|
|
align-items center
|
|
|
|
justify-content center
|
2022-09-30 10:51:42 +08:00
|
|
|
padding-bottom 1rem
|
2020-04-01 10:14:18 +08:00
|
|
|
|
2022-11-11 14:11:01 +08:00
|
|
|
.info-item {
|
|
|
|
margin 0.2rem 0
|
|
|
|
color var(--text-color-4)
|
2022-09-23 17:38:19 +08:00
|
|
|
|
2022-11-11 14:11:01 +08:00
|
|
|
&.deploy-info {
|
|
|
|
display flex
|
2022-09-23 17:38:19 +08:00
|
|
|
|
2022-11-11 14:11:01 +08:00
|
|
|
a
|
|
|
|
.tooltip {
|
|
|
|
display flex
|
|
|
|
align-items center
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
height 1.2rem
|
|
|
|
margin 0 0.4rem
|
|
|
|
}
|
2022-09-23 17:38:19 +08:00
|
|
|
}
|
|
|
|
}
|
2020-04-01 10:14:18 +08:00
|
|
|
}
|
|
|
|
|
2022-11-11 14:11:01 +08:00
|
|
|
|
2020-11-27 15:32:40 +08:00
|
|
|
.icon-animate {
|
2022-09-30 10:51:42 +08:00
|
|
|
animation icon-animate 1.2s ease-in-out infinite
|
2020-11-27 15:32:40 +08:00
|
|
|
}
|
2020-11-16 19:04:24 +08:00
|
|
|
}
|