2020-03-20 10:58:14 +08:00
|
|
|
.article-meta-info {
|
2022-09-30 10:51:42 +08:00
|
|
|
font-size 0.8rem
|
2020-03-20 10:58:14 +08:00
|
|
|
|
|
|
|
.article-meta-item {
|
2022-09-30 11:36:38 +08:00
|
|
|
margin-right 0.6rem
|
2022-10-14 17:56:32 +08:00
|
|
|
color var(--text-color-4)
|
2020-04-01 23:03:38 +08:00
|
|
|
|
|
|
|
&:last-child {
|
2022-09-30 10:51:42 +08:00
|
|
|
margin-right 0
|
2020-04-01 23:03:38 +08:00
|
|
|
}
|
2020-03-20 10:58:14 +08:00
|
|
|
}
|
|
|
|
|
2021-11-22 21:25:07 +08:00
|
|
|
.article-date {
|
|
|
|
|
|
|
|
.mobile {
|
2022-09-30 10:51:42 +08:00
|
|
|
display none
|
2021-11-22 21:25:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
+keep-tablet() {
|
|
|
|
.pc {
|
2022-09-30 10:51:42 +08:00
|
|
|
display none
|
2021-11-22 21:25:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.mobile {
|
2022-09-30 10:51:42 +08:00
|
|
|
display inline
|
2021-11-22 21:25:07 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-10-27 18:11:10 +08:00
|
|
|
|
2022-10-08 23:43:52 +08:00
|
|
|
.article-update-date {
|
|
|
|
+keep-tablet() {
|
|
|
|
display none
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-09-30 10:51:42 +08:00
|
|
|
.article-tags
|
|
|
|
.article-categories {
|
|
|
|
display inline
|
2020-03-20 10:58:14 +08:00
|
|
|
|
2022-09-30 10:51:42 +08:00
|
|
|
ul
|
|
|
|
li {
|
|
|
|
display inline
|
2020-03-20 10:58:14 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2022-10-14 17:56:32 +08:00
|
|
|
color var(--text-color-4)
|
2020-03-20 10:58:14 +08:00
|
|
|
|
|
|
|
&:hover {
|
2022-09-30 10:51:42 +08:00
|
|
|
color var(--primary-color)
|
2020-03-20 10:58:14 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-10-27 18:11:10 +08:00
|
|
|
|
2021-11-22 21:25:07 +08:00
|
|
|
.article-tags {
|
2021-11-17 23:20:02 +08:00
|
|
|
+keep-tablet() {
|
2022-09-30 10:51:42 +08:00
|
|
|
display none
|
2020-10-27 18:11:10 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-09-30 10:51:42 +08:00
|
|
|
.article-min2read
|
|
|
|
.article-wordcount {
|
2021-11-17 23:20:02 +08:00
|
|
|
+keep-mobile() {
|
2022-09-30 10:51:42 +08:00
|
|
|
display none
|
2020-10-27 18:11:10 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|