2020-04-01 23:03:38 +08:00
|
|
|
@require '../common/variables.styl'
|
2020-04-01 10:14:18 +08:00
|
|
|
.footer {
|
2020-04-01 17:12:16 +08:00
|
|
|
|
2020-04-01 23:03:38 +08:00
|
|
|
color: $third-text-color;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $third-text-color;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: $primary-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-04-01 10:14:18 +08:00
|
|
|
.info-container {
|
2020-04-01 23:03:38 +08:00
|
|
|
padding-bottom: 10px;
|
|
|
|
text-align: center;
|
2020-04-01 10:14:18 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.info-item {
|
2020-04-01 23:03:38 +08:00
|
|
|
margin: 5px 0;
|
2020-04-01 10:14:18 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|