如图:
body结构:
<div>
<div></div>
<div class="item_btn">
<input type="submit" value="兑换">
</div>
</div>
css样式:
body {
padding-bottom:50px;
}
.item_btn {
width: 100%;
position: fixed;
bottom: 0;
z-index: 999;
}
如图:
body结构:
<div>
<div></div>
<div class="item_btn">
<input type="submit" value="兑换">
</div>
</div>
css样式:
body {
padding-bottom:50px;
}
.item_btn {
width: 100%;
position: fixed;
bottom: 0;
z-index: 999;
}