1 Star 0 Fork 0

乔璴/blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
set.scss 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
乔璴 提交于 2019-03-17 01:55 +08:00 . Site updated: 2019-03-17 01:55:02
.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;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qiaoabu/blog.git
git@gitee.com:qiaoabu/blog.git
qiaoabu
blog
blog
179ef1538c3cbfcc2b2cce4a9032359389b385c9

搜索帮助