代码拉取完成,页面将自动刷新
.set {
display: block;
max-width: 768px;
margin: 0 auto 30px;
line-height: 2;
padding-left: 30px;
h3 {
font-size: 22px;
font-weight: 500;
margin: 15px 0 20px;
}
a {
display: inline-block;
position: relative;
color: $color-grey-8;
padding: 5px 5px;
&::before {
content: "";
position: absolute;
width: 0;
right: 0;
bottom: 0;
height: 2px;
background: $color-blue-5;
transition: all 0.3s ease;
}
&:hover {
color: $color-blue-5 !important;
&::before {
width: 100%;
left: 0;
right: auto;
}
}
}
.category-list-item, .tag-list-item {
display: inline-block;
font-size: 17px;
text-align: left;
.category-list-count, .tag-list-count {
color: $color-grey-5;
font-style: normal;
&::before {
content: "[";
}
&::after {
content: "]";
}
}
}
.category-list-item {
width: 50%;
margin: 5px 0;
@media screen and (max-width: $mobile-width) {
width: 100%;
}
}
.tag-list-item {
margin: 10px 20px;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。