2020-03-20 10:58:14 +08:00
|
|
|
.article-meta-info {
|
2020-12-01 16:51:38 +08:00
|
|
|
font-size: 0.8rem;
|
2020-03-20 10:58:14 +08:00
|
|
|
|
|
|
|
.article-meta-item {
|
|
|
|
margin-right: 10px;
|
2022-09-28 23:53:03 +08:00
|
|
|
color: var(--third-text-color);
|
2020-04-01 23:03:38 +08:00
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2020-03-20 10:58:14 +08:00
|
|
|
}
|
|
|
|
|
2021-11-22 21:25:07 +08:00
|
|
|
.article-date {
|
|
|
|
|
|
|
|
.mobile {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
+keep-tablet() {
|
|
|
|
.pc {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mobile {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2020-10-27 18:11:10 +08:00
|
|
|
|
2020-03-20 10:58:14 +08:00
|
|
|
.article-tags, .article-categories {
|
|
|
|
display: inline;
|
|
|
|
|
|
|
|
ul, li {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2020-04-02 20:37:34 +08:00
|
|
|
color: var(--third-text-color);
|
2020-03-20 10:58:14 +08:00
|
|
|
|
|
|
|
&:hover {
|
2020-04-07 11:57:53 +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() {
|
2020-10-27 18:11:10 +08:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-11-22 21:25:07 +08:00
|
|
|
.article-min2read, .article-wordcount {
|
2021-11-17 23:20:02 +08:00
|
|
|
+keep-mobile() {
|
2020-10-27 18:11:10 +08:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|