最新下载
热门教程
- 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;
}
页面代码
相关文章
- 如何快速打开快手网页版 12-15
- 漫蛙漫画入口-官网正版漫画阅读平台 12-15
- 光与影33号远征队多才多艺符文:多才多艺符文效果及获取方式详解 12-15
- 神器传说必练三个灵兽是谁 版本强势灵兽推荐 12-15
- 夸克AI搜索网页版官方入口-夸克AI搜索网页端直达官网 12-15
- 免费ppt成品网站大全-哪些网站提供免费直播 12-15
