码迷,mamicode.com
首页 > 其他好文 > 详细

sticky footer

时间:2017-08-10 13:28:26      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:main   pos   bottom   tom   wrapper   size   tail   height   min   

html:

<div class="detail">
<div class="detail-wrapper">
<div class="detail-main"></div>
</div>
<div class="detail-close">
<span class="iconfont icon-guanbijiantou"></span>
</div>
</div>

css:

.detail{
position: fixed;
top: 0;
left: 0;
z-index: 100;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(7, 17, 27, .8);
}
.detail-wrapper{
min-height: 100%;
}
.detail-main{
margin-top: 64px;
padding-bottom: 64px;
}
.detail-close{
position: relative;
width: 32px;
height: 32px;
margin: -64px auto 0 auto;
clear: both;
font-size: 32px;
}

 

sticky footer

标签:main   pos   bottom   tom   wrapper   size   tail   height   min   

原文地址:http://www.cnblogs.com/lrxsblog/p/7338420.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!