1 Star 0 Fork 0

乔璴/blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
bottom-bar.scss 861 Bytes
一键复制 编辑 原始数据 按行查看 历史
乔璴 提交于 2019-03-17 01:55 +08:00 . Site updated: 2019-03-17 01:55:02
.bottom-bar {
display: flex;
justify-content: space-between;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: $bottom-bar-height;
background: $color-grey-1;
overflow: auto;
z-index: 300;
&-left, &-right {
display: inline-flex;
align-items: center;
}
a {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
transition: all .15s linear;
color: $color-blue-4;
&:hover {
border-radius: 50%;
color: white;
background: $color-blue-4;
}
&[data-enable="false"] {
color: $color-blue-2;
cursor: not-allowed;
&:hover {
color: white;
background: $color-blue-2;
}
}
}
#site-toggle-share-btn {
@media screen and (min-width: $mobile-width + 1px) {
display: none;
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qiaoabu/blog.git
git@gitee.com:qiaoabu/blog.git
qiaoabu
blog
blog
139a95fdf5f4ae816d80d5024d833cd6c75e2e6d

搜索帮助