最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
CSS如何实现底部tapbar栏功能 CSS实现底部tapbar栏功能代码
时间:2022-06-25 14:06:09 编辑:袖梨 来源:一聚教程网
CSS如何实现底部tapbar栏功能?本篇文章小编给大家分享一下CSS实现底部tapbar栏功能代码,小编觉得挺不错的,现在分享给大家供大家参考,有需要的小伙伴们可以来看看。
先看效果图
css样式
*{
margin: 0;
padding: 0;
text-decoration: none;
list-style: none;
}
.foot {
width: 100%;
background: #FFFFFF;
position: fixed;
bottom: 0;
display: flex;
justify-content: space-around;
z-index: 999;
/*line-*/
}
.foot li {
height: 100%;
}
.foot li a {
display: block;
width: 100%;
height: 100%;
/* color: #979797;*/
}
.foot li a img {
/*display: block;*/
margin-top: 10px;
}
.foot li a p {
font-size: 12px;
width: 100%;
text-align: center;
/* color: #979797;*/
margin-top: 7px;
}
.botm-title{
color: #979797;
}
.actives {
color: #5C91FA;
}
.xz-img{
text-align: center;
}
页面代码
相关文章
- LM Studio 在 Windows 下载安装以及首个模型导入教程 07-21
- GitHub Copilot CLI 安装与登录教程 07-21
- ChatGPT Windows 桌面版安装下载教程 07-21
- 诡秘之主双端互通吗 诡秘之主游戏是不是双端互通 07-21
- ComfyUI Desktop 在 macOS 安装与首次启动教程 07-21
- ComfyUI 更新升级指南 07-21
