62 lines
738 B
Stylus
62 lines
738 B
Stylus
.article-meta-info {
|
|
font-size 0.8rem
|
|
|
|
.article-meta-item {
|
|
margin-right 0.6rem
|
|
color var(--third-text-color)
|
|
|
|
&:last-child {
|
|
margin-right 0
|
|
}
|
|
}
|
|
|
|
.article-date {
|
|
|
|
.mobile {
|
|
display none
|
|
}
|
|
|
|
+keep-tablet() {
|
|
.pc {
|
|
display none
|
|
}
|
|
|
|
.mobile {
|
|
display inline
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.article-tags
|
|
.article-categories {
|
|
display inline
|
|
|
|
ul
|
|
li {
|
|
display inline
|
|
}
|
|
|
|
a {
|
|
color var(--third-text-color)
|
|
|
|
&:hover {
|
|
color var(--primary-color)
|
|
}
|
|
}
|
|
}
|
|
|
|
.article-tags {
|
|
+keep-tablet() {
|
|
display none
|
|
}
|
|
}
|
|
|
|
.article-min2read
|
|
.article-wordcount {
|
|
+keep-mobile() {
|
|
display none
|
|
}
|
|
}
|
|
}
|