hexo-theme-keep/source/css/layout/_partial/article-meta-info.styl

68 lines
806 B
Stylus
Raw Normal View History

.article-meta-info {
font-size 0.8rem
.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 {
margin-right 0
2020-04-01 23:03:38 +08:00
}
}
2021-11-22 21:25:07 +08:00
.article-date {
.mobile {
display none
2021-11-22 21:25:07 +08:00
}
+keep-tablet() {
.pc {
display none
2021-11-22 21:25:07 +08:00
}
.mobile {
display inline
2021-11-22 21:25:07 +08:00
}
}
}
2020-10-27 18:11:10 +08:00
.article-update-date {
+keep-tablet() {
display none
}
}
.article-tags
.article-categories {
display inline
ul
li {
display inline
}
a {
2022-10-14 17:56:32 +08:00
color var(--text-color-4)
&:hover {
color var(--primary-color)
}
}
}
2020-10-27 18:11:10 +08:00
2021-11-22 21:25:07 +08:00
.article-tags {
+keep-tablet() {
display none
2020-10-27 18:11:10 +08:00
}
}
.article-min2read
.article-wordcount {
+keep-mobile() {
display none
2020-10-27 18:11:10 +08:00
}
}
}