【如何让侧边导航栏推走footer? _侧边栏 】 | IT修真院·坑乎
咨询电话 : 010-59478634
切换导航
首页
我的提问
我的回答
我的点赞
消息通知
个人主页
×
提示
尚未登陆,前往官网登陆?
×
提示
尚未登陆,前往官网登陆?
如何让侧边导航栏推走footer?
我也踩过这个坑(
1
)
已统计您的踩坑,无需重复点击
回答(1)
侧边栏
详细描述
- -导航栏出现的时候footer并没有被推走
截图
代码
footer { display: flex; justify-content: space-around; position: fixed; bottom: 0; left: 0; right: 0; height: .85rem; background: #29bde0; div { width: 100%; line-height: .85rem; border-top: 1px solid white; text-align: center; button { vertical-align: middle; width: 60%; height: 0.435rem; font-size: 0.2rem; color: white; background: #fbb435; } } }
.box { position: relative; overflow: hidden; input { display: none; } .side-nav { position: absolute; top: 0; bottom: 0; width: 70%; background: white; li { display: flex; justify-content: space-between; align-items: center; width: 100%; height: .5rem; border-bottom: 1px solid #999999; list-style: none; &::after { content: ""; display: inline-block; width: .16rem; height: .16rem; transform: rotate(45deg); border-top: 3px solid #69D1E9; border-right: 3px solid #69D1E9; margin-right: .1rem; } &:hover { background: #f0f0f0; } } } #sidemenu:checked~.content { margin-left: 70%; } .content { position: relative; overflow: hidden; transition: margin-left 1s; } }
编辑于2024-11-20
时间排序
热门排序
[成都|]JS-
0
你可以把你的主体页面套上一个盒子,然后用这个盒子和侧边拦联动,应该就行了
查看全部>
编辑于2019-04-02
首页
1
末页
去第
页
确定
Copyright ©2015 北京葡萄藤信息技术有限公司 All Rights Reserved | 京ICP备15035574号-1
复制链接
新浪微博
微信扫一扫
1902
0
10
如何让侧边导航栏推走footer?
1
1