2020-04-28 23:20:17 +08:00
|
|
|
|
@require "../common/magic-theme.styl"
|
|
|
|
|
|
|
|
|
|
|
2020-04-24 22:49:10 +08:00
|
|
|
|
.sidebar-category {
|
|
|
|
|
|
2020-04-28 23:20:17 +08:00
|
|
|
|
position relative
|
|
|
|
|
background: var(--background-color);
|
2020-04-30 00:14:16 +08:00
|
|
|
|
magic-container(1.02, 1.02, 20px);
|
2020-04-24 22:49:10 +08:00
|
|
|
|
|
|
|
|
|
.category-label {
|
2020-04-29 16:08:43 +08:00
|
|
|
|
margin-bottom: 12px;
|
|
|
|
|
padding-bottom: 12px;
|
2020-04-24 22:49:10 +08:00
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 600;
|
2020-04-29 16:08:43 +08:00
|
|
|
|
border-bottom: 1px solid var(--border-color);
|
2020-04-24 22:49:10 +08:00
|
|
|
|
}
|
|
|
|
|
|
2020-09-02 19:17:24 +08:00
|
|
|
|
.post-category-list {
|
2020-04-29 16:08:43 +08:00
|
|
|
|
|
2020-09-02 19:17:24 +08:00
|
|
|
|
.post-category-list-item {
|
2020-04-24 22:49:10 +08:00
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2020-09-02 19:17:24 +08:00
|
|
|
|
a.post-category-list-link {
|
2020-04-24 22:49:10 +08:00
|
|
|
|
|
2020-09-02 19:17:24 +08:00
|
|
|
|
&:hover {
|
|
|
|
|
font-weight: 550;
|
|
|
|
|
}
|
2020-04-24 22:49:10 +08:00
|
|
|
|
|
|
|
|
|
}
|
2020-04-29 16:08:43 +08:00
|
|
|
|
|
2020-09-02 19:17:24 +08:00
|
|
|
|
span.post-category-list-count {
|
2020-04-29 16:08:43 +08:00
|
|
|
|
|
2020-09-02 19:17:24 +08:00
|
|
|
|
float: right;
|
|
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
|
content: '(';
|
|
|
|
|
}
|
2020-04-29 16:08:43 +08:00
|
|
|
|
|
2020-09-02 19:17:24 +08:00
|
|
|
|
&::after {
|
|
|
|
|
content: ')';
|
|
|
|
|
}
|
2020-04-29 16:08:43 +08:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2020-09-02 19:17:24 +08:00
|
|
|
|
ul.post-category-list-child {
|
|
|
|
|
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
|
|
|
|
|
li {
|
|
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
|
content: '· ';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
2020-04-29 16:08:43 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-04-24 22:49:10 +08:00
|
|
|
|
}
|